File size: 524 Bytes
0b03ae2 03ce227 0b03ae2 03ce227 41ae194 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Quantized version of this: https://huggingface.co/ausboss/llama-30b-supercot
GPTQ quantization using https://github.com/0cc4m/GPTQ-for-LLaMa for compatibility with 0cc4m's fork of KoboldAI
Command used to quantize:
```python llama.py c:\llama-30b-supercot c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors 4bit-128g.safetensors```
Evaluation & Score (Lower is better):
* WikiText2: 4.51
* PTB: 17.46
* C4: 6.37
Non-groupsize version is here: https://huggingface.co/tsumeone/llama-30b-supercot-4bit-cuda |