nkpz commited on
Commit
4bc2603
1 Parent(s): e715ffe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -1,3 +1,8 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ 4-bit quantized files for [aldrinc/truehealth-33b](https://huggingface.co/aldrinc/truehealth-33b)
5
+
6
+ Quantized using [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa).
7
+
8
+ Command used to quantize: python llama.py /my/model/directory c4 --wbits 4 --true-sequential --act-order --save_safetensors /my/output/file.safetensors