notstoic commited on
Commit
de21ca7
1 Parent(s): d5cbcec

Create README.md

Browse files

4-bit GPTQ quantization of https://huggingface.co/KoboldAI/OPT-13B-Erebus

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
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

Using this fork of GPTQ: https://github.com/0cc4m/GPTQ-for-LLaMa

Files changed (1) hide show
  1. README.md +0 -0
README.md ADDED
File without changes