RyanMetcalfeInt8 commited on
Commit
194efaf
·
verified ·
1 Parent(s): 9f7f612

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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.