Create README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
4-bit GPTQ quantization of https://huggingface.co/KoboldAI/OPT-13B-Erebus
|
2 |
+
|
3 |
+
python repos/gptq/opt.py --wbits 4 models/KoboldAI_OPT-13B-Erebus c4 --groupsize 128 --save models/KoboldAI_OPT-13B-Erebus/OPT-13B-Erebus-4bit-128g.pt
|
4 |
+
python repos/gptq/opt.py --wbits 4 models/KoboldAI_OPT-13B-Erebus c4 --groupsize 128 --save_safetensors models/KoboldAI_OPT-13B-Erebus/OPT-13B-Erebus-4bit-128g.safetensors
|
5 |
+
|
6 |
+
Using this fork of GPTQ: https://github.com/0cc4m/GPTQ-for-LLaMa
|