FantasiaFoundry commited on
Commit
fc46d14
1 Parent(s): 3fd0224

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+ Simple python script to generate various GGUF-Imatrix quantizations from a Hugging Face `author/model` input, for Windows.
5
+
6
+ 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.
7
+
8
+ **Requirements:**
9
+ - Python 3.11
10
+ - `pip install huggingface_hub`