diff --git a/README.md b/README.md index 299cc87..cb1bc03 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Bergamot translator provides a unified API for ([Marian NMT](https://marian-nmt. ```bash mkdir models git clone https://github.com/mozilla-applied-ml/bergamot-models - cp -rf bergamot-models/* models + cp -rf bergamot-models/prod/* models gunzip models/*/* ``` diff --git a/build-wasm.sh b/build-wasm.sh index d490730..8349bf8 100755 --- a/build-wasm.sh +++ b/build-wasm.sh @@ -51,7 +51,7 @@ else fi mkdir -p models rm -rf models/* -cp -rf bergamot-models/* models +cp -rf bergamot-models/prod/* models gunzip models/*/* # 4. Compile