Views
No views yet
| Branch | Bits | lm_head bits | VRAM (4k) | VRAM (16k) | Description |
|---|---|---|---|---|---|
| 8_0 | 8.0 | 8.0 | 18.5 GB | 28.8 GB | Near unquantized performance at vastly reduced size, recommended. |
| 6_5 | 6.5 | 8.0 | 15.9 GB | 26.4 GB | Near unquantized performance at vastly reduced size, recommended. |
| 5_0 | 5.0 | 6.0 | 13.3 GB | 23.9 GB | Slightly lower perplexity vs 6.5. |
| 4_25 | 4.25 | 6.0 | 12.0 GB | 22.6 GB | GPTQ equivalent bits per weight, can fit in 12 GB card with lower context. |
| 3_75 | 3.75 | 6.0 | 11.1 GB | 21.7 GB | Lower quality but still generally usable. |
| 3_0 | 3.0 | 6.0 | 10.0 GB | 20.6 GB | Very low quality, not recommended unless you have to. |
git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/Quyen-Pro-v0.1-exl2 Quyen-Pro-v0.1-exl2-6_5pip3 install huggingface-hubmain (only useful if you only care about measurement.json) branch to a folder called Quyen-Pro-v0.1-exl2:1mkdir Quyen-Pro-v0.1-exl2
2huggingface-cli download bartowski/Quyen-Pro-v0.1-exl2 --local-dir Quyen-Pro-v0.1-exl2 --local-dir-use-symlinks False--revision parameter:1mkdir Quyen-Pro-v0.1-exl2-6_5
2huggingface-cli download bartowski/Quyen-Pro-v0.1-exl2 --revision 6_5 --local-dir Quyen-Pro-v0.1-exl2-6_5 --local-dir-use-symlinks False1mkdir Quyen-Pro-v0.1-exl2-6.5
2huggingface-cli download bartowski/Quyen-Pro-v0.1-exl2 --revision 6_5 --local-dir Quyen-Pro-v0.1-exl2-6.5 --local-dir-use-symlinks False