Views
No views yet
| exl2 Quant | Model Branch | Model Size | Minimum Recommended VRAM (4096 Context, fp16 cache) | BPW |
|---|---|---|---|---|
| 3-Bit | main | 5.44 GB | 8GB GPU | 3.14 |
| 3-Bit | 3bit | 6.36 GB | 10GB GPU | 3.72 |
| 4-Bit | 4bit | 7.13 GB | 12GB GPU (10GB with swap) | 4.2 |
| 4-Bit | 4.6bit | 7.81 GB | 12GB GPU | 4.63 |
| 5-Bit | R136a1's Repo | 8.96 GB | 16GB GPU (12GB with swap) | 5.33 |
pip install requests tqdmpython download-model.py Anthonyg5005/ReMM-v2.2-L2-13B-exl2:3bitpip install huggingface-hubhuggingface-cli download Anthonyg5005/ReMM-v2.2-L2-13B-exl2 --local-dir ReMM-v2.2-L2-13B-exl2-3bpw --revision 3bit1# windows
2set GIT_LFS_SKIP_SMUDGE=0
3# linux
4export GIT_LFS_SKIP_SMUDGE=0git clone https://huggingface.co/Anthonyg5005/ReMM-v2.2-L2-13B-exl2 -b 3bit