Update README.md
Browse files
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 |
|