Views
No views yet
| Filename | Quant type | File Size | Split | Description |
|---|---|---|---|---|
| MathCoder2-CodeLlama-7B-f16.gguf | f16 | 13.48GB | false | Full F16 weights. |
| MathCoder2-CodeLlama-7B-Q8_0.gguf | Q8_0 | 7.16GB | false | Extremely high quality, generally unneeded but max available quant. |
| MathCoder2-CodeLlama-7B-Q6_K_L.gguf | Q6_K_L | 5.59GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, recommended. |
| MathCoder2-CodeLlama-7B-Q6_K.gguf | Q6_K | 5.53GB | false | Very high quality, near perfect, recommended. |
| MathCoder2-CodeLlama-7B-Q5_K_L.gguf | Q5_K_L | 4.86GB | false | Uses Q8_0 for embed and output weights. High quality, recommended. |
| MathCoder2-CodeLlama-7B-Q5_K_M.gguf | Q5_K_M | 4.78GB | false | High quality, recommended. |
| MathCoder2-CodeLlama-7B-Q5_K_S.gguf | Q5_K_S | 4.65GB | false | High quality, recommended. |
| MathCoder2-CodeLlama-7B-Q4_K_L.gguf | Q4_K_L | 4.18GB | false | Uses Q8_0 for embed and output weights. Good quality, recommended. |
| MathCoder2-CodeLlama-7B-Q4_K_M.gguf | Q4_K_M | 4.08GB | false | Good quality, default size for must use cases, recommended. |
| MathCoder2-CodeLlama-7B-Q4_K_S.gguf | Q4_K_S | 3.86GB | false | Slightly lower quality with more space savings, recommended. |
| MathCoder2-CodeLlama-7B-Q4_0.gguf | Q4_0 | 3.84GB | false | Legacy format, generally not worth using over similarly sized formats |
| MathCoder2-CodeLlama-7B-Q4_0_8_8.gguf | Q4_0_8_8 | 3.83GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). Don't use on Mac or Windows. |
| MathCoder2-CodeLlama-7B-Q4_0_4_8.gguf | Q4_0_4_8 | 3.83GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). Don't use on Mac or Windows. |
| MathCoder2-CodeLlama-7B-Q4_0_4_4.gguf | Q4_0_4_4 | 3.83GB | 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. |
| MathCoder2-CodeLlama-7B-Q3_K_XL.gguf | Q3_K_XL | 3.71GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| MathCoder2-CodeLlama-7B-IQ4_XS.gguf | IQ4_XS | 3.62GB | false | Decent quality, smaller than Q4_K_S with similar performance, recommended. |
| MathCoder2-CodeLlama-7B-Q3_K_L.gguf | Q3_K_L | 3.60GB | false | Lower quality but usable, good for low RAM availability. |
| MathCoder2-CodeLlama-7B-Q3_K_M.gguf | Q3_K_M | 3.30GB | false | Low quality. |
| MathCoder2-CodeLlama-7B-IQ3_M.gguf | IQ3_M | 3.11GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| MathCoder2-CodeLlama-7B-Q3_K_S.gguf | Q3_K_S | 2.95GB | false | Low quality, not recommended. |
| MathCoder2-CodeLlama-7B-IQ3_XS.gguf | IQ3_XS | 2.80GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| MathCoder2-CodeLlama-7B-Q2_K_L.gguf | Q2_K_L | 2.66GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| MathCoder2-CodeLlama-7B-Q2_K.gguf | Q2_K | 2.53GB | false | Very low quality but surprisingly usable. |
| MathCoder2-CodeLlama-7B-IQ2_M.gguf | IQ2_M | 2.36GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
pip install -U "huggingface_hub[cli]"huggingface-cli download bartowski/MathCoder2-CodeLlama-7B-GGUF --include "MathCoder2-CodeLlama-7B-Q4_K_M.gguf" --local-dir ./huggingface-cli download bartowski/MathCoder2-CodeLlama-7B-GGUF --include "MathCoder2-CodeLlama-7B-Q8_0/*" --local-dir ./