mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-19 04:37:51 +00:00
models : fix openvino setup info (#1874)
This commit is contained in:
parent
3d42463845
commit
917c56ded4
@ -339,7 +339,7 @@ This can result in significant speedup in encoder performance. Here are the inst
|
|||||||
python -m venv openvino_conv_env
|
python -m venv openvino_conv_env
|
||||||
openvino_conv_env\Scripts\activate
|
openvino_conv_env\Scripts\activate
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r openvino-conversion-requirements.txt
|
pip install -r requirements-openvino.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Linux and macOS:
|
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
|
python3 -m venv openvino_conv_env
|
||||||
source openvino_conv_env/bin/activate
|
source openvino_conv_env/bin/activate
|
||||||
python -m pip install --upgrade pip
|
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:
|
- Generate an OpenVINO encoder model. For example, to generate a `base.en` model, use:
|
||||||
|
Loading…
Reference in New Issue
Block a user