Fix mislinked "new discussion" link
Browse files
README.md
CHANGED
@@ -44,4 +44,4 @@ The quantizer I was using was not specific about this, so I do not know about th
|
|
44 |
### What program did you use to make these quants?
|
45 |
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.
|
46 |
### One or multiple of the quants are not working for me.
|
47 |
-
[Open a new discussion](https://huggingface.co/Pomni/
|
|
|
44 |
### What program did you use to make these quants?
|
45 |
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.
|
46 |
### One or multiple of the quants are not working for me.
|
47 |
+
[Open a new discussion](https://huggingface.co/Pomni/whisper-tiny.en-ggml-allquants/discussions/new) in the community tab about this, and I will look into the issue.
|