bergamot-translator/app
Qianqian Zhu 5b02008a97
Enable vocabs pass as byte arrays (#122)
* first attempt to enable vocabs pass as byte arrays

* pass vocabs bytes as AlignedMemory

* add vocabIndices to avoid double loading

* small fix on parameter names and documentation

* fix windows build plus tiny update on documentation

* update marian-dev submodule

* move validate model bytearray in BatchTranslator

* small refactors on validateBinaryModel()

* switch vocab memories to std::vector<marian::Ptr<AlignedMemory>>

* update marian-dev submodule

* replace marian::Ptr to std::shared_ptr for vocab memories

* add note for vocab memories
2021-05-07 14:54:48 +01:00
..
bergamot-translator-app.cpp WASM Bindings collapse (#87) 2021-05-03 13:41:37 +01:00
CMakeLists.txt Making bytearray a commandline switch (#127) 2021-05-06 00:26:03 +01:00
marian-decoder-new.cpp Removes vocabs and propogates fixes for breaks (#79) 2021-04-07 12:15:46 +01:00
service-cli.cpp Enable vocabs pass as byte arrays (#122) 2021-05-07 14:54:48 +01:00