QMB15 commited on
Commit
417b435
1 Parent(s): 819c180

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Made by merging the following lora:
2
+ https://huggingface.co/Neko-Institute-of-Science/VicUnLocked-30b-LoRA
3
+
4
+ Then quantizing with ooba's old CUDA branch of GPTQ
5
+ ```
6
+ python llama.py vicunlocked-30b c4 --wbits 4 --true-sequential --act-order --save_safetensors vicunlocked-30b-4bit.safetensors
7
+ ```