Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-09-11Remove duplicated EXT_LIBS (#728)Roman Grundkiewicz
2020-09-10Old CMAKE does not understand VERSION_EQUAL_GREATERMarcin Junczys-Dowmunt
2020-09-10suppress sentencepiece warnings for g++ > 8.0Marcin Junczys-Dowmunt
2020-09-10Merge branch 'master' into pmasterMarcin Junczys-Dowmunt
2020-09-10Merged PR 14474: CMake build fixes for QuickSANDAaron Burke
2020-09-09Compute75 for NCCL (#711)Nikolay Bogoychev
2020-09-09Enable final stack post-processing for transformer for correct prenorm behavi...Marcin Junczys-Dowmunt
2020-09-08fix compilation with -DCOMPILE_CPU=offMarcin Junczys-Dowmunt
2020-09-07Merged PR 15233: Sync internal master with public masterMartin Junczys-Dowmunt
2020-09-04Merged PR 15155: Enable output layer without output biasMartin Junczys-Dowmunt
2020-08-20fix conflictMarcin Junczys-Dowmunt
2020-08-20Address comments related to --word-scores optionRoman Grundkiewicz
2020-08-19re-introducing check if file exists if we are not using pipesMarcin Junczys-Dowmunt
2020-08-19re-introducting check if file exists if we are not using pipesMarcin Junczys-Dowmunt
2020-08-19re-introducting check if file exists if we are not using pipesMarcin Junczys-Dowmunt
2020-08-19fix macos compiler errorsMarcin Junczys-Dowmunt
2020-08-19more compiler-specific changesMarcin Junczys-Dowmunt
2020-08-19fix windows compile error due to mergeMarcin Junczys-Dowmunt
2020-08-19undo autoformattingMarcin Junczys-Dowmunt
2020-08-19merge with internal masterMarcin Junczys-Dowmunt
2020-08-18Merged PR 13843: Support word alignments and weights in TSV inputsRoman Grundkiewicz
2020-08-18Merged PR 14831: Fix MSVC warnings in Cosmos codeRoman Grundkiewicz
2020-08-14Merged PR 14766: split beam_search.h into header and CPPFrank Seide
2020-08-11disable mkl threading in cosmos.cppMarcin Junczys-Dowmunt
2020-08-06Merged PR 14591: make Marian compile with CUDA 11 againFrank Seide
2020-08-04Add --word-scores to marian-scorer (#638)Roman Grundkiewicz
2020-08-02Optimize CPU LayerNormalization 6x with -ffast-math and lifting branches (#689)Kenneth Heafield
2020-07-30Update history.hUlrich Germann
2020-07-30Added docstring to nBest() in translator/history.h, as per code review.Ulrich Germann
2020-07-30Sort #includes alphabetically in src/data/shortlist.h.Ulrich Germann
2020-07-30Update batch_generator.hUlrich Germann
2020-07-30Remove diagnostic message from src/CMakelists.txtUlrich Germann
2020-07-30Fix MARIAN_GIT_DIR in src/CMakeLists.txtUlrich Germann
2020-07-30Default 'none' for option 'shuffle' in BatchGenerator.Ulrich Germann
2020-07-30Add missing header file to data/shortlist.hUlrich Germann
2020-07-30Fix header in data/shortlist.h.Ulrich Germann
2020-07-30Skip empty hypotheses in n-best list generation.Ulrich Germann
2020-07-30Add missing headers.Ulrich Germann
2020-07-30comment out cosmos-specific unit test compilationMarcin Junczys-Dowmunt
2020-07-30Merged PR 14415: Enable embedding and similarity scoring in COSMOSMartin Junczys-Dowmunt
2020-07-29Merged PR 14437: minor fixes to make VS happy after latest changesFrank Seide
2020-07-29Merged PR 14402: Sync with public marian-dev master 1.9.31Roman Grundkiewicz
2020-07-26Fix compilation without BLAS installed (#679)Roman Grundkiewicz
2020-07-26Fix quiet-translation in marian-server (#643)Roman Grundkiewicz
2020-07-26Support tab-separated inputs in marian-server (#649)Roman Grundkiewicz
2020-07-26Fix providing vector-like options using the equals sign (#648)Roman Grundkiewicz
2020-07-26Add initial GitHub workflows (#676)Roman Grundkiewicz
2020-07-26Merged PR 14060: Sync with public marian-dev master v1.9.26Roman Grundkiewicz
2020-07-25Merged PR 14262: Update MSVC CMake build and instructionsRoman Grundkiewicz
2020-07-24Merged PR 14334: full ONNX conversion scriptFrank Seide