Commit Graph

  • e41c3dbb86 Merged PR 14928: Initial Azure Pipelines Roman Grundkiewicz 2020-08-25 06:59:07 +0000
  • e9d7de4499
    Update simple websocket server (#702) Kenneth Heafield 2020-08-24 12:34:53 +0100
  • a21e48fb4f
    Add GitHub workflows with CUDA and MKL (#700) Roman Grundkiewicz 2020-08-21 18:50:07 +0100
  • c4c4b79f29 add slightly more verbose debug message Marcin Junczys-Dowmunt 2020-08-20 13:01:31 -0700
  • 3f155730d4 Merged PR 14864: Merge with public master Martin Junczys-Dowmunt 2020-08-20 16:24:51 +0000
  • 5cc25c84c5 fix conflict Marcin Junczys-Dowmunt 2020-08-20 09:21:32 -0700
  • 2db3e4c27f Merge branch 'mjd/mergeWithPublicMaster' of vs-ssh.visualstudio.com:v3/machinetranslation/Marian/marian-dev into mjd/mergeWithPublicMaster Marcin Junczys-Dowmunt 2020-08-20 09:11:02 -0700
  • 1e11f1cf1b Address comments related to --word-scores option Roman Grundkiewicz 2020-08-20 02:42:22 -0700
  • 711052d8b4 Merge branch 'master' into mjd/mergeWithPublicMaster Marcin Junczys-Dowmunt 2020-08-19 08:43:15 -0700
  • 0bfe1250ba re-introducing check if file exists if we are not using pipes Marcin Junczys-Dowmunt 2020-08-18 21:36:08 -0700
  • e45b93d206 Revert "Merged PR 14845: Sync with public master" Marcin Junczys-Dowmunt 2020-08-19 08:28:14 -0700
  • 7797df3487 Merged PR 14845: Sync with public master Martin Junczys-Dowmunt 2020-08-19 09:31:47 +0000
  • 657666a7e7 re-introducting check if file exists if we are not using pipes Marcin Junczys-Dowmunt 2020-08-18 21:40:32 -0700
  • ff19e5491d re-introducting check if file exists if we are not using pipes Marcin Junczys-Dowmunt 2020-08-18 21:36:08 -0700
  • b3ed189387 fix macos compiler errors Marcin Junczys-Dowmunt 2020-08-18 17:17:32 -0700
  • 852b9955af more compiler-specific changes Marcin Junczys-Dowmunt 2020-08-18 16:48:34 -0700
  • 2c73299f39 fix windows compile error due to merge Marcin Junczys-Dowmunt 2020-08-18 16:38:34 -0700
  • 3993c66adf undo autoformatting Marcin Junczys-Dowmunt 2020-08-18 16:15:50 -0700
  • 089fb48e6c merge with internal master Marcin Junczys-Dowmunt 2020-08-18 16:10:14 -0700
  • 9edf2cde34 Merged PR 13843: Support word alignments and weights in TSV inputs Roman Grundkiewicz 2020-08-18 20:19:11 +0000
  • c0b917795d Merged PR 14831: Fix MSVC warnings in Cosmos code Roman Grundkiewicz 2020-08-18 16:15:02 +0000
  • 16d3ff3b00 Merged PR 14766: split beam_search.h into header and CPP Frank Seide 2020-08-14 03:46:31 +0000
  • d4050997d1 disable mkl threading in cosmos.cpp Marcin Junczys-Dowmunt 2020-08-11 12:02:30 -0700
  • 00f10c2288 Merged PR 14593: bug fix in ONNX exporter Frank Seide 2020-08-06 03:35:53 +0000
  • 83a0af231a Merged PR 14591: make Marian compile with CUDA 11 again Frank Seide 2020-08-06 02:30:12 +0000
  • 3aed9143d9
    Add --word-scores to marian-scorer (#638) Roman Grundkiewicz 2020-08-04 16:15:49 +0100
  • d8bddcfa2e Update VERSION Roman Grundkiewicz 2020-08-03 19:47:45 +0100
  • 624775b1d5 Update submodule regression-tests Roman Grundkiewicz 2020-08-03 19:47:26 +0100
  • c944633dd2
    Optimize CPU LayerNormalization 6x with -ffast-math and lifting branches (#689) Kenneth Heafield 2020-08-02 04:41:56 +0100
  • e5c9e0b225
    Merge pull request #688 from marian-nmt/ug-minor-fixes Ulrich Germann 2020-08-01 19:56:00 +0100
  • 0d39316f3b
    Update history.h Ulrich Germann 2020-07-30 19:59:50 +0100
  • 2a8c873bc0 Merge branch 'ug-minor-fixes' of ssh://github.com/marian-nmt/marian-dev into ug-minor-fixes Ulrich Germann 2020-07-30 19:57:32 +0100
  • 091e4f5982 Added docstring to nBest() in translator/history.h, as per code review. Ulrich Germann 2020-07-30 19:48:51 +0100
  • 630fb78834 Sort #includes alphabetically in src/data/shortlist.h. Ulrich Germann 2020-07-30 19:31:35 +0100
  • dade12a1b2 Update CHANGELOG.md Ulrich Germann 2020-07-30 19:27:19 +0100
  • 220e5002d1 Update batch_generator.h Ulrich Germann 2020-07-30 19:25:52 +0100
  • 2987d1eb1f Update CHANGELOG.md Ulrich Germann 2020-07-29 21:20:10 +0100
  • ad91e54a24 Updated CHANGELOG.md. Ulrich Germann 2020-07-29 21:12:10 +0100
  • 7e2fbb93c8 Remove diagnostic message from src/CMakelists.txt Ulrich Germann 2020-07-01 01:28:19 +0100
  • 2793ab34bf Fix MARIAN_GIT_DIR in src/CMakeLists.txt Ulrich Germann 2020-05-13 18:42:31 +0100
  • 24a36f54da Default 'none' for option 'shuffle' in BatchGenerator. Ulrich Germann 2020-05-13 17:06:25 +0100
  • 6b05f64445 Add missing header file to data/shortlist.h Ulrich Germann 2020-05-06 12:05:37 +0100
  • 0ba3a3f7d6 Fix header in data/shortlist.h. Ulrich Germann 2020-04-28 16:47:33 +0100
  • 1ed81bbc2a Skip empty hypotheses in n-best list generation. Ulrich Germann 2020-04-28 14:55:55 +0100
  • b3689162ed Add missing headers. Ulrich Germann 2020-04-28 14:34:39 +0100
  • 2062060a5c Added docstring to nBest() in translator/history.h, as per code review. Ulrich Germann 2020-07-30 19:48:51 +0100
  • 889f6337d2 Sort #includes alphabetically in src/data/shortlist.h. Ulrich Germann 2020-07-30 19:31:35 +0100
  • 886e739f1f
    Update CHANGELOG.md Ulrich Germann 2020-07-30 19:27:19 +0100
  • f5e7a6139e
    Update batch_generator.h Ulrich Germann 2020-07-30 19:25:52 +0100
  • c2a4da166e bump version Marcin Junczys-Dowmunt 2020-07-29 21:11:10 -0700
  • 5fd3b4257f comment out cosmos-specific unit test compilation Marcin Junczys-Dowmunt 2020-07-29 21:10:19 -0700
  • 39c51f7c05 Merged PR 14415: Enable embedding and similarity scoring in COSMOS Martin Junczys-Dowmunt 2020-07-29 23:30:18 +0000
  • 1497fd88bd
    Update CHANGELOG.md Ulrich Germann 2020-07-29 21:20:10 +0100
  • e243ea8ca8 Updated CHANGELOG.md. Ulrich Germann 2020-07-29 21:12:10 +0100
  • 1a44ba64ce Merge branch 'master' into ug-minor-fixes Ulrich Germann 2020-07-29 21:03:35 +0100
  • 4c8c1b820f Merged PR 14437: minor fixes to make VS happy after latest changes Frank Seide 2020-07-29 18:00:59 +0000
  • 080d75ad59 Merged PR 14402: Sync with public marian-dev master 1.9.31 Roman Grundkiewicz 2020-07-28 22:19:40 +0000
  • a6e418cc90 Update VERSION Roman Grundkiewicz 2020-07-26 20:21:54 +0100
  • 23de8db346
    Fix compilation without BLAS installed (#679) Roman Grundkiewicz 2020-07-26 20:19:05 +0100
  • 3e5abb1b0e
    Fix quiet-translation in marian-server (#643) Roman Grundkiewicz 2020-07-26 20:17:50 +0100
  • 9252af7e63 Update VERSION Roman Grundkiewicz 2020-07-26 20:13:52 +0100
  • f98005ce6e Update submodule regression-tests Roman Grundkiewicz 2020-07-26 20:13:32 +0100
  • 41de4f3d30
    Support tab-separated inputs in marian-server (#649) Roman Grundkiewicz 2020-07-26 17:39:12 +0100
  • 9d4cc7b13d
    Fix providing vector-like options using the equals sign (#648) Roman Grundkiewicz 2020-07-26 17:35:30 +0100
  • 44757877df
    Add initial GitHub workflows (#676) Roman Grundkiewicz 2020-07-26 14:43:23 +0100
  • 9001477147 Merged PR 14060: Sync with public marian-dev master v1.9.26 Roman Grundkiewicz 2020-07-25 22:00:10 +0000
  • 71dccf343e Merged PR 14262: Update MSVC CMake build and instructions Roman Grundkiewicz 2020-07-25 20:57:17 +0000
  • 38bd181937 Merged PR 14349: edited some comments in ONNX converter Frank Seide 2020-07-24 18:12:28 +0000
  • 435aa9505e Merged PR 14334: full ONNX conversion script Frank Seide 2020-07-24 17:23:05 +0000
  • b28905a228
    Fix bug in finding path to ./git/log/HEAD if Marian is a submodule. (#644) Ulrich Germann 2020-07-21 11:32:08 +0100
  • f496a42155 Update CHANGELOG and VERSION Roman Grundkiewicz 2020-07-17 18:42:26 +0100
  • 7ea2c1c307
    rm aliases, added corresponding targets, and removed duplicate (#669) Kelly Davis 2020-07-17 19:40:29 +0200
  • ecd18d78f6 Merge branch 'kdavis-mozilla-macos' Roman Grundkiewicz 2020-07-17 18:08:07 +0100
  • 43f66193d9 Merge with master Roman Grundkiewicz 2020-07-17 15:23:56 +0100
  • 6bf6325058
    Updated: fix Windows MSVC builds (using CMake) (#677) Roman Grundkiewicz 2020-07-17 11:27:17 +0100
  • 2d750428f0
    Add server submodule back (#673) Roman Grundkiewicz 2020-07-10 10:20:47 +0100
  • aa59d25a51 Fixed issue 669 kdavis-mozilla 2020-07-09 10:58:40 +0200
  • 501d08a5bf Remove diagnostic message from src/CMakelists.txt Ulrich Germann 2020-07-01 01:28:19 +0100
  • 80232e61e7
    Fix compile error in gcc10 - include stdexcept (#662) Young Jin Kim 2020-06-24 14:06:50 -0700
  • c3fb60cbcd Merged PR 13476: Add LASER reimplementation and code for embeddings sentences Martin Junczys-Dowmunt 2020-06-24 01:54:27 +0000
  • 7b815cb936 Merged PR 13650: pipe syntax for reading files Frank Seide 2020-06-19 21:42:04 +0000
  • 00efba455c another attempt at fixing compilation without MKL Marcin Junczys-Dowmunt 2020-06-19 11:06:20 -0700
  • 50ce630449 small fix to cmake file Marcin Junczys-Dowmunt 2020-06-19 10:28:45 -0700
  • d9d914abb7 Merge branch 'master' into pmaster Marcin Junczys-Dowmunt 2020-06-18 13:39:51 -0700
  • cb9cebf66c update version number due to patches Marcin Junczys-Dowmunt 2020-06-18 13:39:09 -0700
  • d637d5d971 Merged PR 13366: excluding faiss code when compiling with no blas lib Hieu Hoang 2020-06-18 19:54:42 +0000
  • 54d4858f29 Merged PR 13590: minor changes to help Frank's work Frank Seide 2020-06-18 18:36:49 +0000
  • 1e0e7719c3 Merged PR 13123: Print logs for the model conversion type Young Jin Kim 2020-05-28 23:45:10 +0000
  • 51b13bbfbd Merged PR 13084: Fix minor regressions in master branch Young Jin Kim 2020-05-27 09:24:49 +0000
  • 6d2bfa68c0 Merged PR 13081: minor regression fix in ONNX expoeter Frank Seide 2020-05-27 06:07:28 +0000
  • ae7cae2760 Merged PR 13049: Remove repeated memory allocation for fbgemm temp scratch space Young Jin Kim 2020-05-26 20:22:38 +0000
  • c8a62dd2c8 Merged PR 13053: minor updates to ONNX code Frank Seide 2020-05-26 17:51:44 +0000
  • 0dc318e993 Merged PR 13052: Fix FAISS on Windows Martin Junczys-Dowmunt 2020-05-24 02:22:13 +0000
  • 7fb5747d6d Update version and changelog Marcin Junczys-Dowmunt 2020-05-21 20:10:33 -0700
  • f9029638ff Merged PR 13039: FAISS builds with Windows Frank Seide 2020-05-22 02:49:04 +0000
  • 5a439245b1 Merged PR 12923: LSH indexing to replace short list Martin Junczys-Dowmunt 2020-05-21 23:20:52 +0000
  • 77a420740c Merged PR 12958: ONNX support Frank Seide 2020-05-21 05:51:18 +0000
  • e9aa7ad340 Update submodule regression-tests Roman Grundkiewicz 2020-05-17 11:34:18 +0100
  • 9842e7b6e2 Merged PR 12959: minor fixes from my old ONNX code Frank Seide 2020-05-16 23:24:31 +0000
  • 1d2a137e14 Merged PR 12957: fixes to VS Solution Frank Seide 2020-05-16 20:46:23 +0000