File size: 461 Bytes
3fd0224 fc46d14 |
1 2 3 4 5 6 7 8 9 10 |
---
license: cc-by-nc-4.0
---
Simple python script to generate various GGUF-Imatrix quantizations from a Hugging Face `author/model` input, for Windows.
Your `imatrix.txt` is expected to be located inside the `imatrix` folder. Included file is considered a good option, [this discussion](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384) is where it came from.
**Requirements:**
- Python 3.11
- `pip install huggingface_hub` |