From: Jumper775 Date: Mon, 19 Feb 2024 02:19:47 +0000 (-0500) Subject: models : fix openvino setup info (#1874) X-Git-Tag: upstream/1.7.4~1005 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=917c56ded4b29605c229477fa074bbeb4305f1c7;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp models : fix openvino setup info (#1874) --- diff --git a/README.md b/README.md index 5702e4d7..e470b1fc 100644 --- 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: