Views
No views yet
<BOS_TOKEN><|START_OF_TURN_TOKEN|><|SYSTEM_TOKEN|>{system_prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|USER_TOKEN|>{prompt}<|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|><|END_OF_TURN_TOKEN|><|START_OF_TURN_TOKEN|><|CHATBOT_TOKEN|>| Filename | Quant type | File Size | Split | Description |
|---|---|---|---|---|
| Star-Command-R-32B-v1-f16.gguf | f16 | 64.60GB | true | Full F16 weights. |
| Star-Command-R-32B-v1-Q8_0.gguf | Q8_0 | 34.33GB | false | Extremely high quality, generally unneeded but max available quant. |
| Star-Command-R-32B-v1-Q6_K_L.gguf | Q6_K_L | 27.01GB | false | Uses Q8_0 for embed and output weights. Very high quality, near perfect, recommended. |
| Star-Command-R-32B-v1-Q6_K.gguf | Q6_K | 26.51GB | false | Very high quality, near perfect, recommended. |
| Star-Command-R-32B-v1-Q5_K_L.gguf | Q5_K_L | 23.56GB | false | Uses Q8_0 for embed and output weights. High quality, recommended. |
| Star-Command-R-32B-v1-Q5_K_M.gguf | Q5_K_M | 23.05GB | false | High quality, recommended. |
| Star-Command-R-32B-v1-Q5_K_S.gguf | Q5_K_S | 22.49GB | false | High quality, recommended. |
| Star-Command-R-32B-v1-Q4_K_L.gguf | Q4_K_L | 20.31GB | false | Uses Q8_0 for embed and output weights. Good quality, recommended. |
| Star-Command-R-32B-v1-Q4_K_M.gguf | Q4_K_M | 19.80GB | false | Good quality, default size for must use cases, recommended. |
| Star-Command-R-32B-v1-Q4_K_S.gguf | Q4_K_S | 18.85GB | false | Slightly lower quality with more space savings, recommended. |
| Star-Command-R-32B-v1-Q4_0.gguf | Q4_0 | 18.78GB | false | Legacy format, generally not worth using over similarly sized formats |
| Star-Command-R-32B-v1-Q4_0_8_8.gguf | Q4_0_8_8 | 18.72GB | false | Optimized for ARM inference. Requires 'sve' support (see link below). |
| Star-Command-R-32B-v1-Q4_0_4_8.gguf | Q4_0_4_8 | 18.72GB | false | Optimized for ARM inference. Requires 'i8mm' support (see link below). |
| Star-Command-R-32B-v1-Q4_0_4_4.gguf | Q4_0_4_4 | 18.72GB | false | Optimized for ARM inference. Should work well on all ARM chips, pick this if you're unsure. |
| Star-Command-R-32B-v1-Q3_K_XL.gguf | Q3_K_XL | 18.07GB | false | Uses Q8_0 for embed and output weights. Lower quality but usable, good for low RAM availability. |
| Star-Command-R-32B-v1-IQ4_XS.gguf | IQ4_XS | 17.83GB | false | Decent quality, smaller than Q4_K_S with similar performance, recommended. |
| Star-Command-R-32B-v1-Q3_K_L.gguf | Q3_K_L | 17.56GB | false | Lower quality but usable, good for low RAM availability. |
| Star-Command-R-32B-v1-Q3_K_M.gguf | Q3_K_M | 16.23GB | false | Low quality. |
| Star-Command-R-32B-v1-IQ3_M.gguf | IQ3_M | 15.24GB | false | Medium-low quality, new method with decent performance comparable to Q3_K_M. |
| Star-Command-R-32B-v1-Q3_K_S.gguf | Q3_K_S | 14.71GB | false | Low quality, not recommended. |
| Star-Command-R-32B-v1-IQ3_XS.gguf | IQ3_XS | 14.05GB | false | Lower quality, new method with decent performance, slightly better than Q3_K_S. |
| Star-Command-R-32B-v1-Q2_K_L.gguf | Q2_K_L | 13.32GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
| Star-Command-R-32B-v1-Q2_K.gguf | Q2_K | 12.81GB | false | Very low quality but surprisingly usable. |
| Star-Command-R-32B-v1-IQ2_M.gguf | IQ2_M | 11.61GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
| Star-Command-R-32B-v1-IQ2_S.gguf | IQ2_S | 10.79GB | false | Low quality, uses SOTA techniques to be usable. |
pip install -U "huggingface_hub[cli]"huggingface-cli download bartowski/Star-Command-R-32B-v1-GGUF --include "Star-Command-R-32B-v1-Q4_K_M.gguf" --local-dir ./huggingface-cli download bartowski/Star-Command-R-32B-v1-GGUF --include "Star-Command-R-32B-v1-Q8_0/*" --local-dir ./