Patch to load just production ready models

This commit is contained in:
Andre Natal 2021-03-10 17:59:07 -08:00 committed by abhi-agg
parent 6e7b7c71ec
commit a2d6650097
2 changed files with 2 additions and 2 deletions

View File

@ -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/*/*
```

View File

@ -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