Views
No views yet
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant| Filename | Quant type | File Size | Split | Description |
|---|---|---|---|---|
| TheBeagle-v2beta-32B-MGS-f16.gguf | f16 | 65.54GB | true | Full F16 weights. |
| TheBeagle-v2beta-32B-MGS-Q8_0.gguf | Q8_0 | 34.82GB | false | Extremely high quality, generally unneeded but max available quant. |
| TheBeagle-v2beta-32B-MGS-Q6_K_L.gguf | Q6_K_L | 27.26GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, recommended. |
| TheBeagle-v2beta-32B-MGS-Q6_K.gguf | Q6_K | 26.89GB | false | Very high quality, near perfect, recommended. |
| TheBeagle-v2beta-32B-MGS-Q5_K_L.gguf | Q5_K_L | 23.74GB | false | Uses Q8_0 for embed and output weights. High quality, recommended. |
| TheBeagle-v2beta-32B-MGS-Q5_K_M.gguf | Q5_K_M | 23.26GB | false | High quality, recommended. |
| TheBeagle-v2beta-32B-MGS-Q5_K_S.gguf | Q5_K_S | 22.64GB | false | High quality, recommended. |
| TheBeagle-v2beta-32B-MGS-Q4_K_L.gguf | Q4_K_L | 20.43GB | false | Uses Q8_0 for embed and output weights. Good quality, recommended. |
| TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf | Q4_K_M | 19.85GB | false | Good quality, default size for must use cases, recommended. |
| TheBeagle-v2beta-32B-MGS-Q4_K_S.gguf | Q4_K_S | 18.78GB | false | Slightly lower quality with more space savings, recommended. |
| TheBeagle-v2beta-32B-MGS-Q4_0.gguf | Q4_0 | 18.71GB | false | Legacy format, generally not worth using over similarly sized formats |
| TheBeagle-v2beta-32B-MGS-Q4_0_8_8.gguf | Q4_0_8_8 | 18.64GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). Don't use on Mac or Windows. |
| TheBeagle-v2beta-32B-MGS-Q4_0_4_8.gguf | Q4_0_4_8 | 18.64GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). Don't use on Mac or Windows. |
| TheBeagle-v2beta-32B-MGS-Q4_0_4_4.gguf | Q4_0_4_4 | 18.64GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. Don't use on Mac or Windows. |
| TheBeagle-v2beta-32B-MGS-Q3_K_XL.gguf | Q3_K_XL | 17.93GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| TheBeagle-v2beta-32B-MGS-IQ4_XS.gguf | IQ4_XS | 17.69GB | false | Decent quality, smaller than Q4_K_S with similar performance, recommended. |
| TheBeagle-v2beta-32B-MGS-Q3_K_L.gguf | Q3_K_L | 17.25GB | false | Lower quality but usable, good for low RAM availability. |
| TheBeagle-v2beta-32B-MGS-Q3_K_M.gguf | Q3_K_M | 15.94GB | false | Low quality. |
| TheBeagle-v2beta-32B-MGS-IQ3_M.gguf | IQ3_M | 14.81GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| TheBeagle-v2beta-32B-MGS-Q3_K_S.gguf | Q3_K_S | 14.39GB | false | Low quality, not recommended. |
| TheBeagle-v2beta-32B-MGS-IQ3_XS.gguf | IQ3_XS | 13.71GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| TheBeagle-v2beta-32B-MGS-Q2_K_L.gguf | Q2_K_L | 13.07GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| TheBeagle-v2beta-32B-MGS-Q2_K.gguf | Q2_K | 12.31GB | false | Very low quality but surprisingly usable. |
| TheBeagle-v2beta-32B-MGS-IQ2_M.gguf | IQ2_M | 11.26GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
| TheBeagle-v2beta-32B-MGS-IQ2_S.gguf | IQ2_S | 10.39GB | false | Low quality, uses SOTA techniques to be usable. |
| TheBeagle-v2beta-32B-MGS-IQ2_XS.gguf | IQ2_XS | 9.96GB | false | Low quality, uses SOTA techniques to be usable. |
pip install -U "huggingface_hub[cli]"huggingface-cli download bartowski/TheBeagle-v2beta-32B-MGS-GGUF --include "TheBeagle-v2beta-32B-MGS-Q4_K_M.gguf" --local-dir ./huggingface-cli download bartowski/TheBeagle-v2beta-32B-MGS-GGUF --include "TheBeagle-v2beta-32B-MGS-Q8_0/*" --local-dir ./