You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[2021-03-10 13:57:18] Error: .gz file decompression not supported in decoder-only build of Marian: /mnt/Storage/bergamot-translator/bergamot-translator-tests/models/deen/ende.student.tiny11/lex.s2t.gz
[2021-03-10 13:57:18] Error: Aborted from marian::io::InputFileStream::InputFileStream(const string&) in /mnt/Storage/bergamot-translator/3rd_party/marian-dev/src/common/file_stream.cpp:51
[2021-03-10 13:57:18] Error: .gz file decompression not supported in decoder-only build of Marian: /mnt/Storage/bergamot-translator/bergamot-translator-tests/models/deen/ende.student.tiny11/lex.s2t.gz
Aborted from marian::io::InputFileStream::InputFileStream(const string&) in /mnt/Storage/bergamot-translator/3rd_party/marian-dev/src/common/file_stream.cpp:51
[2021-03-10 13:57:18] Error: .gz file decompression not supported in decoder-only build of Marian: /mnt/Storage/bergamot-translator/bergamot-translator-tests/models/deen/ende.student.tiny11/lex.s2t.gz
Aborted from marian::io::InputFileStream::InputFileStream(const string&) in /mnt/Storage/bergamot-translator/3rd_party/marian-dev/src/common/file_stream.cpp:51
[2021-03-10 13:57:18] Error: .gz file decompression not supported in decoder-only build of Marian: /mnt/Storage/bergamot-translator/bergamot-translator-tests/models/deen/ende.student.tiny11/lex.s2t.gz
Aborted from marian::io::InputFileStream::InputFileStream(const string&) in /mnt/Storage/bergamot-translator/3rd_party/marian-dev/src/common/file_stream.cpp:51
The solution is to add gunzip lex.s2t.gz and change the path that loads the shortlist
The text was updated successfully, but these errors were encountered:
The browser executable doesn't need gzip support and Abhishek is just trying to cut dependencies out.
I question whether DECODER_ONLY is the right flag to use for this though, since a decoder-only executable can and should > > support gzipped models outside of the narrow browser context.
The solution is to add
gunzip lex.s2t.gz
and change the path that loads the shortlistThe text was updated successfully, but these errors were encountered: