RyanMetcalfeInt8
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -9,3 +9,6 @@ ggml-*model_name*.bin
|
|
9 |
ggml-*model_name*-encoder-openvino.xml
|
10 |
ggml-*model_name*-encoder-openvino.bin
|
11 |
|
|
|
|
|
|
|
|
9 |
ggml-*model_name*-encoder-openvino.xml
|
10 |
ggml-*model_name*-encoder-openvino.bin
|
11 |
|
12 |
+
|
13 |
+
ggml-*model_name*.bin are the OpenAI Whisper models converted to ggml format.
|
14 |
+
ggml-*model_name*-openvino.xml/.bin are the OpenAI Whisper encoder models converted to OpenVINO IR format, using [convert-whisper-to-openvino.py](https://github.com/ggerganov/whisper.cpp/blob/master/models/convert-whisper-to-openvino.py) conversion script, found in whisper.cpp repo.
|