Commit Graph

  • c84599d08a
    Update VERSION Roman Grundkiewicz 2021-12-16 15:07:55 +0000
  • e26e5b6faf
    Use apple accelerate on MacOs by default (#897) Nikolay Bogoychev 2021-12-16 15:07:34 +0000
  • e8a1a2530f
    Fix AVX2+ detection on Mac (#895) Nikolay Bogoychev 2021-12-07 17:47:33 +0000
  • cd9afea8d3
    Documentation about how to write code documentation (#891) Qianqian Zhu 2021-12-07 15:10:46 +0000
  • e8ea37cd5b Merged PR 21648: Allow for dynamic gradient scaling to fade out after N updates Marcin Junczys-Dowmunt 2021-12-06 23:20:44 +0000
  • c64cb2990e
    Constrain version of mistune to before v2 in GitHub CI Documentation builds (#894) Graeme Nail 2021-12-06 14:06:14 +0000
  • bbc673c50f update CHANGELOG and VERSION Marcin Junczys-Dowmunt 2021-11-24 18:42:14 -0800
  • 8b8d1b11e2 Merged PR 21553: Parallelize data reading for training Marcin Junczys-Dowmunt 2021-11-25 02:33:49 +0000
  • ab6b826083
    Add GCC 11 support (#888) Nikolay Bogoychev 2021-11-23 10:13:29 +0000
  • 1adf80b7c9
    Task alias validation during training mode (#886) Nikolay Bogoychev 2021-11-22 19:19:58 +0000
  • 3d15cd3d20 Update submodule regression-tests Roman Grundkiewicz 2021-11-22 06:41:16 -0800
  • 3b4e943cda
    Added pragma to ignore unused-private-field error on elementType_ which failed in macOS (#872) David Meikle 2021-11-22 12:22:06 +0000
  • c85d060848 Merged PR 20729: Add top-k sampling Marcin Junczys-Dowmunt 2021-11-22 03:32:54 +0000
  • 2bdfbd3f02
    Update badges in README.md Roman Grundkiewicz 2021-11-21 17:06:01 +0000
  • 1404201926 Merged PR 21151: Cleaning up fp16 behavior Marcin Junczys-Dowmunt 2021-10-26 20:25:39 +0000
  • 7f06f3c5d2 Merged PR 21166: Keep building on macOS-10.15 Roman Grundkiewicz 2021-10-26 11:20:41 +0000
  • 2d79ad02bb Merged PR 20933: beam & batch works for n on-factored models Hieu Hoang 2021-10-13 20:20:14 +0000
  • 12a1bfaf6f
    Remove Ubuntu 16.04 from GitHub workflows (#879) Roman Grundkiewicz 2021-10-11 16:59:52 +0100
  • 03fe175876 Merged PR 20879: Adjustable ffn width and depth in transformer decoder Marcin Junczys-Dowmunt 2021-09-28 17:19:07 +0000
  • d796a3c3b7 Merged PR 20839: Do not ignore ignoreEOS for spm decoding Marcin Junczys-Dowmunt 2021-09-28 17:17:12 +0000
  • aa58ba8e23 Merged PR 20593: Fix and update Azure pipelines Roman Grundkiewicz 2021-09-20 13:14:24 +0000
  • 8470c16bdd Merged PR 20230: Add option for running regression tests only in Azure Pipelines Roman Grundkiewicz 2021-09-16 02:00:00 +0000
  • 4dd30b5065
    Factor concatenation improvements and documentation (#748) Kenneth Heafield 2021-09-08 14:02:21 +0100
  • 8d0a3c0c27
    Add --allow-unauthenticated when installing CUDA (#878) Roman Grundkiewicz 2021-09-07 11:11:58 +0100
  • 6652b310b1 Merged PR 20560: Update SPM in Marian Rohit Jain 2021-09-02 05:20:56 +0000
  • e025bfb07c Merged PR 20070: Run regression tests in Azure Pipelines Roman Grundkiewicz 2021-08-06 08:02:18 +0000
  • d124ca9f5b allow float32 conversion in QS interface Marcin Junczys-Dowmunt 2021-08-03 23:00:06 -0700
  • 4ff2ef189e Merged PR 19761: Expose SPM Interface from Marian Rohit Jain 2021-07-30 03:28:00 +0000
  • b653db0a9b Merged PR 19910: Fix training/scoring error with FSM Martin Junczys-Dowmunt 2021-07-22 21:00:44 +0000
  • 6b568f4afa Merged PR 19904: Update instructions for building on Windows Roman Grundkiewicz 2021-07-22 16:44:35 +0000
  • b83b06fb73 Merged PR 19914: Fix Windows Azure Pipelines Roman Grundkiewicz 2021-07-22 16:36:43 +0000
  • f6cb1b5c6a Merged PR 19864: add bias if it exists Hieu Hoang 2021-07-21 00:12:02 +0000
  • 056c4bef5b Merged PR 19860: Case augmented data, if not using factored vocab must not set guided alignments Rohit Jain 2021-07-17 23:03:16 +0000
  • 8e88071ae8 Merged PR 19842: Adapt LSH to work with Leaf Martin Junczys-Dowmunt 2021-07-16 20:04:16 +0000
  • 42f0b8b74b
    Binary shortlist (#856) Qianqian Zhu 2021-07-11 06:56:58 +0100
  • 7e6ea51841 silence unreferenced formal parameter warning on windows Marcin Junczys-Dowmunt 2021-07-10 08:36:18 -0700
  • 3a478fc47d update version and changelog Marcin Junczys-Dowmunt 2021-07-09 13:46:18 -0700
  • 35c822eb4e Merged PR 19685: Marianize LSH as operators for mmapping and use in Quicksand Martin Junczys-Dowmunt 2021-07-09 20:35:09 +0000
  • d6c09b24de Merged PR 19409: Unify LSH and short list interface Hieu Hoang 2021-07-03 20:19:39 +0000
  • 9772aa293f remaining comments Marcin Junczys-Dowmunt 2021-07-03 12:13:26 -0700
  • 8bfa6a44e3 Merge branch 'hihoan/lsh7' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian/marian-dev into hihoan/lsh7 Marcin Junczys-Dowmunt 2021-07-03 12:01:22 -0700
  • 4ace42f35a paper Hieu Hoang 2021-07-02 20:30:50 -0700
  • 5ad0edf6df remove todo Hieu Hoang 2021-07-02 19:07:42 -0700
  • 9acf27d6bc credit SLIDE Hieu Hoang 2021-07-02 12:16:57 -0700
  • bd1f1ee9cb marcin's review changes Hieu Hoang 2021-07-02 12:06:03 -0700
  • ff8af52624 lock index before creation Hieu Hoang 2021-07-01 15:39:18 -0700
  • 64e787afce Merge branch 'master' into hihoan/lsh7 Marcin Junczys-Dowmunt 2021-06-29 10:42:13 -0700
  • 7e2fce8f09 Merge branch 'hihoan/lsh7' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian/marian-dev into hihoan/lsh7 Hieu Hoang 2021-06-28 21:26:27 -0700
  • 24c644bae0 pass shortlist regression tests Hieu Hoang 2021-06-28 21:26:02 -0700
  • 8daa0a4255 fix compilation errors due to narrow conversion Marcin Junczys-Dowmunt 2021-06-28 19:26:40 -0700
  • fc0f41f24a Merged PR 19597: Enable mpi wrapper to use size larger than MAX_INT Martin Junczys-Dowmunt 2021-06-28 23:15:23 +0000
  • cd292d3b32 changes for review Hieu Hoang 2021-06-18 10:18:31 -0700
  • a332e550a5 debug Hieu Hoang 2021-06-16 12:56:36 -0700
  • 85eb6adce0 update sentencepiece pointer to version with case-awareness Marcin Junczys-Dowmunt 2021-06-16 12:40:38 -0700
  • 9b4a845cc7 clean up bias Hieu Hoang 2021-06-16 11:19:23 -0700
  • 892554129e lemma Et is optional Hieu Hoang 2021-06-16 10:19:24 -0700
  • 395a4f94d0 init vector Hieu Hoang 2021-06-15 18:08:45 -0700
  • 6981b21f4e Merge branch 'hihoan/lsh7' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian/marian-dev into hihoan/lsh7 Hieu Hoang 2021-06-15 16:54:57 -0700
  • 488a532bdf get lemma size from vocab class Hieu Hoang 2021-06-15 16:54:17 -0700
  • 7e6ec58507 delete variables altogether Hieu Hoang 2021-06-14 19:07:17 -0700
  • 82fa059a03 'use' variables Hieu Hoang 2021-06-14 19:03:53 -0700
  • 5362c2cc0e don't define BLAS_FOUND Hieu Hoang 2021-06-14 18:47:08 -0700
  • 5b7b1f7e5c no need for args in getIndicesExpr(). Deleted debugging Hieu Hoang 2021-06-14 18:44:05 -0700
  • 8c04f66474 reverse batch beam argument order Hieu Hoang 2021-06-15 00:10:08 +0000
  • dffbb47eea rename broadcast -> createCachedTensors Hieu Hoang 2021-06-14 23:18:21 +0000
  • cc295938ce incorrect dimension order Hieu Hoang 2021-06-14 22:29:27 +0000
  • 8649034760 no need to broadcast Hieu Hoang 2021-06-11 23:26:10 +0000
  • 700dc7fdd1 don't transpose lastIndices. Works for lsh & sl Hieu Hoang 2021-06-11 22:55:26 +0000
  • 49998217d9 don't transpose lastIndices. Works for lsh Hieu Hoang 2021-06-11 22:47:15 +0000
  • f0251889f2 debug Hieu Hoang 2021-06-11 00:57:02 -0700
  • fef7202bc8 batch-beam -> beam-batch Hieu Hoang 2021-06-10 23:58:25 -0700
  • 5a93c67185 origBatchIdx -> currentBatchIdx. Doesn't crash but bad results Hieu Hoang 2021-06-09 23:31:06 +0000
  • fe97259d3d debug Hieu Hoang 2021-06-09 22:58:25 +0000
  • 6f0f534a4a debug Hieu Hoang 2021-06-09 22:36:34 +0000
  • 1e3db86a94 batch based filtering. COmment out debug Hieu Hoang 2021-06-09 21:56:51 +0000
  • 4b9082bc39 don't manually broadcast lemma Hieu Hoang 2021-06-09 20:57:02 +0000
  • 79dbde7efc don't manually broadcast weights Hieu Hoang 2021-06-09 20:45:40 +0000
  • 0bc9b22b15 separate broadcast Hieu Hoang 2021-06-09 20:18:19 +0000
  • 5d1946ebd3 filter & broadcast every word. SL works Hieu Hoang 2021-06-09 20:07:57 +0000
  • e07e0368c9 debug Hieu Hoang 2021-06-08 18:20:56 -0700
  • 92c6c07786 reshape cachedShortWt_ Hieu Hoang 2021-06-07 15:43:54 -0700
  • eb3f540d42 debug Hieu Hoang 2021-06-07 15:37:22 -0700
  • b5f97dc605 reshape cachedShortLemmaEt Hieu Hoang 2021-06-07 15:35:18 -0700
  • acdff77688 reduce tranform for no-shortlist Hieu Hoang 2021-06-07 15:29:20 -0700
  • 0949a4c914 start using bdot Hieu Hoang 2021-06-07 15:05:56 -0700
  • bc4ad2408c Merge branch 'mjd/bdot' into hihoan/lsh7 Hieu Hoang 2021-06-07 14:16:41 -0700
  • 1c0b899444 Merge branch 'pmaster' Marcin Junczys-Dowmunt 2021-06-07 11:51:22 -0700
  • ce34df4d98 add legacy code on gpu Marcin Junczys-Dowmunt 2021-06-07 11:25:40 -0700
  • 1d96d7b6eb add legacy code on cpu Marcin Junczys-Dowmunt 2021-06-07 11:24:31 -0700
  • 2e6f0293ab add legacy bdot Marcin Junczys-Dowmunt 2021-06-07 11:23:03 -0700
  • 77c0cac1f2 broadcasting bdot Marcin Junczys-Dowmunt 2021-06-07 09:14:39 -0700
  • f19ebbae69 debug Hieu Hoang 2021-06-04 14:21:26 -0700
  • 28e5e2260a filter once for shortlist Hieu Hoang 2021-06-04 13:39:03 -0700
  • 2c1b16f43e Merged PR 19252: Update sentencepiece module to include CMake changes Rohit Jain 2021-06-04 10:13:00 +0000
  • 6e87f16e48 Merged PR 18763: Fix adding new validation metrics with --valid-reset-stalled Roman Grundkiewicz 2021-05-26 06:12:33 +0000
  • 9fa166be88
    Online quantization (#847) Young Jin Kim 2021-05-24 22:51:37 -0700
  • 3133a9b27b resolve conflict Marcin Junczys-Dowmunt 2021-05-24 11:19:20 -0700
  • 84a20f65a1 Merge branch 'master' into pmaster Marcin Junczys-Dowmunt 2021-05-24 11:17:53 -0700
  • 8b818b7c07 Avoid Ampere misaligment issue Marcin Junczys-Dowmunt 2021-05-17 13:25:13 -0700
  • fe74576dc3
    Update VERSION Roman Grundkiewicz 2021-05-04 12:36:37 +0100