Update README.md
Browse files
README.md
CHANGED
@@ -52,4 +52,6 @@ My guess is that your GPU might be too old to recognize them, considering that I
|
|
52 |
### Are the K-quants "S", "M", or "L"?
|
53 |
The quantizer I was using was not specific about this, so I do not know about this either.
|
54 |
### What program did you use to make these quants?
|
55 |
-
I used [whisper.cpp v1.7.6](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.6) on Windows x64, leveraging CUDA 12.4.0. For the F32 quant, I converted the original Hugging Face (H5) format model to a GGML using the `models/convert-h5-to-ggml.py` script.
|
|
|
|
|
|
52 |
### Are the K-quants "S", "M", or "L"?
|
53 |
The quantizer I was using was not specific about this, so I do not know about this either.
|
54 |
### What program did you use to make these quants?
|
55 |
+
I used [whisper.cpp v1.7.6](https://github.com/ggml-org/whisper.cpp/releases/tag/v1.7.6) on Windows x64, leveraging CUDA 12.4.0. For the F32 quant, I converted the original Hugging Face (H5) format model to a GGML using the `models/convert-h5-to-ggml.py` script.
|
56 |
+
### One or multiple of the quants are not working for me.
|
57 |
+
[Open a new discussion](https://huggingface.co/Pomni/distil-large-v3.5-ggml-allquants/discussions/new) in the community tab about this, and I will look into the issue.
|