Views
No views yet
| Branch | Bits | Description |
|---|---|---|
| 8_0 | 8.0 | Maximum quality that ExLlamaV2 can produce, near unquantized performance. |
| 6_5 | 6.5 | Very similar to 8.0, good tradeoff of size vs performance, recommended. |
| 5_0 | 5.0 | Slightly lower quality vs 6.5, but usable |
| 4_25 | 4.25 | GPTQ equivalent bits per weight, slightly higher quality. |
| 3_5 | 3.5 | Lower quality, only use if you have to. |
git clone --single-branch --branch 6_5 https://huggingface.co/bunnycore_-_Gemma-2-2b-All-in-One-exl2 Gemma-2-2b-All-in-One-6_5pip3 install huggingface-hub--revision parameter. For example, to download the 6.5 bpw branch:
Linux:huggingface-cli download bunnycore_-_Gemma-2-2b-All-in-One-exl2 --revision 6_5 --local-dir Gemma-2-2b-All-in-One-6_5 --local-dir-use-symlinks Falsehuggingface-cli download bunnycore_-_Gemma-2-2b-All-in-One-exl2 --revision 6_5 --local-dir Gemma-2-2b-All-in-One-6.5 --local-dir-use-symlinks False1models:
2 - model: bunnycore/GemmaOmni2-2B
3 - model: ehristoforu/Gemma2-2b-it-codealpaca+bunnycore/Gemma2-2b-code-lora
4 - model: cognitivecomputations/dolphin-2.9.4-gemma2-2b
5 - model: bunnycore/Gemma2-2B-mixed
6 - model: IlyaGusev/gemma-2-2b-it-abliterated
7merge_method: model_stock
8base_model: IlyaGusev/gemma-2-2b-it-abliterated
9dtype: bfloat16
10