Views
No views yet
<|im_start|>system
{system_prompt}<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
<|im_end|>
| Filename | Quant type | File Size | Description |
|---|---|---|---|
| Cat-Llama-3-70B-instruct-Q8_0.gguf | Q8_0 | 74.97GB | Extremely high quality, generally unneeded but max available quant. |
| Cat-Llama-3-70B-instruct-Q6_K.gguf | Q6_K | 57.88GB | Very high quality, near perfect, recommended. |
| Cat-Llama-3-70B-instruct-Q5_K_M.gguf | Q5_K_M | 49.94GB | High quality, recommended. |
| Cat-Llama-3-70B-instruct-Q5_K_S.gguf | Q5_K_S | 48.65GB | High quality, recommended. |
| Cat-Llama-3-70B-instruct-Q4_K_M.gguf | Q4_K_M | 42.52GB | Good quality, uses about 4.83 bits per weight, recommended. |
| Cat-Llama-3-70B-instruct-Q4_K_S.gguf | Q4_K_S | 40.34GB | Slightly lower quality with more space savings, recommended. |
| Cat-Llama-3-70B-instruct-IQ4_NL.gguf | IQ4_NL | 40.05GB | Decent quality, slightly smaller than Q4_K_S with similar performance recommended. |
| Cat-Llama-3-70B-instruct-IQ4_XS.gguf | IQ4_XS | 37.90GB | Decent quality, smaller than Q4_K_S with similar performance, recommended. |
| Cat-Llama-3-70B-instruct-Q3_K_L.gguf | Q3_K_L | 37.14GB | Lower quality but usable, good for low RAM availability. |
| Cat-Llama-3-70B-instruct-Q3_K_M.gguf | Q3_K_M | 34.26GB | Even lower quality. |
| Cat-Llama-3-70B-instruct-IQ3_M.gguf | IQ3_M | 31.93GB | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| Cat-Llama-3-70B-instruct-IQ3_S.gguf | IQ3_S | 30.91GB | Lower quality, new method with decent performance, recommended over Q3_K_S quant, same size with better performance. |
| Cat-Llama-3-70B-instruct-Q3_K_S.gguf | Q3_K_S | 30.91GB | Low quality, not recommended. |
| Cat-Llama-3-70B-instruct-IQ3_XS.gguf | IQ3_XS | 29.30GB | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| Cat-Llama-3-70B-instruct-IQ3_XXS.gguf | IQ3_XXS | 27.46GB | Lower quality, new method with decent performance, comparable to Q3 quants. |
| Cat-Llama-3-70B-instruct-Q2_K.gguf | Q2_K | 26.37GB | Very low quality but surprisingly usable. |
| Cat-Llama-3-70B-instruct-IQ2_M.gguf | IQ2_M | 24.11GB | Very low quality, uses SOTA techniques to also be surprisingly usable. |
| Cat-Llama-3-70B-instruct-IQ2_S.gguf | IQ2_S | 22.24GB | Very low quality, uses SOTA techniques to be usable. |
| Cat-Llama-3-70B-instruct-IQ2_XS.gguf | IQ2_XS | 21.14GB | Very low quality, uses SOTA techniques to be usable. |
| Cat-Llama-3-70B-instruct-IQ2_XXS.gguf | IQ2_XXS | 19.09GB | Lower quality, uses SOTA techniques to be usable. |
| Cat-Llama-3-70B-instruct-IQ1_M.gguf | IQ1_M | 16.75GB | Extremely low quality, not recommended. |
| Cat-Llama-3-70B-instruct-IQ1_S.gguf | IQ1_S | 15.34GB | Extremely low quality, not recommended. |
pip install -U "huggingface_hub[cli]"huggingface-cli download bartowski/Cat-Llama-3-70B-instruct-GGUF --include "Cat-Llama-3-70B-instruct-Q4_K_M.gguf" --local-dir ./ --local-dir-use-symlinks Falsehuggingface-cli download bartowski/Cat-Llama-3-70B-instruct-GGUF --include "Cat-Llama-3-70B-instruct-Q8_0.gguf/*" --local-dir Cat-Llama-3-70B-instruct-Q8_0 --local-dir-use-symlinks False