SlimeQ's picture
Update README.md
3cd34b0
|
raw
history blame
666 Bytes
---
license: apache-2.0
---
4bit GGUF quantization of [TinyLlama-1.1B-intermediate-step-955k-token-2T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-955k-token-2T)
I used [this script](https://github.com/ggerganov/llama.cpp/blob/master/examples/make-ggml.py) to generate the file using this command:
`python make-ggml.py ~/ooba/models/TinyLlama_TinyLlama-1.1B-intermediate-step-955k-token-2T/ --model_type=llama --quants=Q4_K_M`
The original model is so small that there is only one safetensors file named `model.safetensors`, so I had to change that filename to `model-00001-of-00001.safetensors` to make the script load the model properly.