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
AgeCommit message (Expand)Author
2020-07-29Merged PR 14437: minor fixes to make VS happy after latest changesFrank Seide
2020-05-26Merged PR 13049: Remove repeated memory allocation for fbgemm temp scratch spaceYoung Jin Kim
2020-05-24Merged PR 13052: Fix FAISS on WindowsMartin Junczys-Dowmunt
2020-05-22Merged PR 13039: FAISS builds with WindowsFrank Seide
2020-05-21Merged PR 12958: ONNX supportFrank Seide
2020-05-16Merged PR 12957: fixes to VS SolutionFrank Seide
2020-04-17Merged PR 12505: Fix windows compile errorsYoung Jin Kim
2020-03-25Merged PR 11831: Change the weight matrix quantization to use 7-bit min/max q...Young Jin Kim
2019-12-03Merged PR 10266: FBGEMM based Int8 modelYoung Jin Kim
2019-11-13Merged PR 10415: Fix windows build errorsYoung Jin Kim
2019-11-01Fix vs project warningsYoung Jin Kim
2019-11-01Merged PR 9284: Packed model support in productionYoung Jin Kim
2019-10-25const NormalizeTempPrefix(). Retain all streamBuf so we can delete them after...Hieu Hoang
2019-10-25merge with previous pull requestHieu Hoang
2019-10-23replace all OutputFileStream with OutputFileStreamNewHieu Hoang
2019-10-21move code .h -> .cppHieu Hoang
2019-10-21figure out where temp file class is usedHieu Hoang
2019-09-14downgraded to AVX build, since AVX2 builds do not run on older machines even ...Frank Seide
2019-09-12removed custom stdint.h, as it is not necessaryFrank Seide
2019-09-12Visual Studio Project builds againFrank Seide
2019-09-12sorted out AVX2 build problems on WindowsFrank Seide
2019-09-05Fix windows build errorYoung Jin Kim
2019-06-21QuickSAND env fix, Remove binary dependecy of FBGEMM and compile FBGEMM toget...Young Jin Kim
2019-06-19Add missing FBGEMM lib filesYoung Jin Kim
2019-06-19Enable FBGEMM based packed GEMM on windowsYoung Jin Kim
2019-06-03Now builds with VS 2017Frank Seide
2019-06-01VS Project now builds with CUDAFrank Seide
2019-05-15minor bug fixes, to get last few changes to pass testsFrank Seide
2019-04-30weird mode change backFrank Seide
2019-04-30weird mode changeFrank Seide
2019-04-27weirdo change of access permissionsFrank Seide
2019-04-12(updated the VS project)Frank Seide
2019-02-23merged with fseide/criterionfunctionFrank Seide
2019-02-23ModelBase::build() now returns an Expr, not a RationalLossFrank Seide
2019-02-05added factored_vocab stubsFrank Seide
2019-02-05fix after mergeFrank Seide
2019-02-05renamed VocabBase to IVocab, since it is a pure interfaceFrank Seide
2019-02-04auto-merged pieces of last mergeFrank Seide
2019-02-01removed auto-conversion between Word and WordIndex, and dealt with falloutFrank Seide
2019-02-01towards fixing the bug that bert.h includes transformer.hFrank Seide
2019-02-01In VS Project, changed transformer.h from CPP file to a true header, and adde...Frank Seide
2019-01-28now always normalizes factorsFrank Seide
2019-01-25Merge pull request #415 from marian-nmt/chmod-xMarcin Junczys-Dowmunt
2019-01-24C++ source is should not have execute bitsKenneth Heafield
2019-01-16merged dot_csr() changeFrank Seide
2019-01-16scaffolding for new operation dot_csr(); renamed prod.cu to prod.cpp, since i...Frank Seide
2019-01-11towards factored embeddings; towards csr_dot() operationFrank Seide
2019-01-09removed operator-> for FactoriesFrank Seide
2019-01-09fixed build break due to MPI change in examplesFrank Seide
2018-12-27generalized step() to narrow() and sliceView(), new class Slice;Frank Seide