From 753a33e7c513e59ce6c1754f13f55a0c6040295d Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 20 Dec 2022 12:39:36 -0500 Subject: [PATCH] install_models.py note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 03014ae..a85e1a5 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,8 @@ If you're using docker: Start the program with the `--update-models` argument. For example: `libretranslate --update-models` or `./run.sh --update-models`. +Alternatively you can also run the `install_models.py` script. + ## Run with WSGI and Gunicorn ```