]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
models : fix openvino setup info (#1874)
authorJumper775 <redacted>
Mon, 19 Feb 2024 02:19:47 +0000 (21:19 -0500)
committerGitHub <redacted>
Mon, 19 Feb 2024 02:19:47 +0000 (02:19 +0000)
README.md

index 5702e4d7be79dfa81468317beebcc09bff385b4d..e470b1fcbe79985a83ac4c8feeff2d1197c875d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -339,7 +339,7 @@ This can result in significant speedup in encoder performance. Here are the inst
   python -m venv openvino_conv_env
   openvino_conv_env\Scripts\activate
   python -m pip install --upgrade pip
-  pip install -r openvino-conversion-requirements.txt
+  pip install -r requirements-openvino.txt
   ```
 
   Linux and macOS:
@@ -349,7 +349,7 @@ This can result in significant speedup in encoder performance. Here are the inst
   python3 -m venv openvino_conv_env
   source openvino_conv_env/bin/activate
   python -m pip install --upgrade pip
-  pip install -r openvino-conversion-requirements.txt
+  pip install -r requirements-openvino.txt
   ```
 
 - Generate an OpenVINO encoder model. For example, to generate a `base.en` model, use: