SlimeQ commited on
Commit
3cd34b0
·
1 Parent(s): 41acd1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
 
5
  4bit GGUF quantization of [TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T)
6
 
7
- I used [this script] https://github.com/ggerganov/llama.cpp/blob/master/examples/make-ggml.py to generate the file using this command:
8
 
9
  `python make-ggml.py ~/ooba/models/TinyLlama_TinyLlama-1.1B-intermediate-step-955k-token-2T/ --model_type=llama --quants=Q4_K_M`
10
 
 
4
 
5
  4bit GGUF quantization of [TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T)
6
 
7
+ I used [this script](https://github.com/ggerganov/llama.cpp/blob/master/examples/make-ggml.py) to generate the file using this command:
8
 
9
  `python make-ggml.py ~/ooba/models/TinyLlama_TinyLlama-1.1B-intermediate-step-955k-token-2T/ --model_type=llama --quants=Q4_K_M`
10