asahi417 commited on
Commit
b224dfd
1 Parent(s): 8938cfb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -94,6 +94,7 @@ mv ggml-model.bin ggml-kotoba-whisper-v2.0
94
 
95
  # quantize ggml model
96
  cd ../
 
97
  ./quantize models/ggml-kotoba-whisper-v2.0.bin models/ggml-kotoba-whisper-v2.0-q5_0.bin q5_0
98
  ```
99
 
 
94
 
95
  # quantize ggml model
96
  cd ../
97
+ make quantize
98
  ./quantize models/ggml-kotoba-whisper-v2.0.bin models/ggml-kotoba-whisper-v2.0-q5_0.bin q5_0
99
  ```
100