llama-anon commited on
Commit
c01c338
·
1 Parent(s): 0f48466

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,5 +2,9 @@
2
  license: agpl-3.0
3
  ---
4
 
5
- Credit: Anon from /lmg/
6
 
 
 
 
 
 
2
  license: agpl-3.0
3
  ---
4
 
5
+ Quantized by Anon from /lmg/, all credit goes to him.
6
 
7
+ Command used to quantize:
8
+
9
+
10
+ ``` CUDA_VISIBLE_DEVICES=0 python llama.py /mnt/g/models/conceptofmind_LLongMA-2-13b/ c4 --wbits 4 --true-sequential --act-order --groupsize 32 --save_safetensors /mnt/g/models/LLongMA-2-13b-GPTQ/4bit-32g-tsao.safetensors```