BF16 (bfloat16)| Filename | Quant type | File Size | Status | Uses IMatrix | Is Split |
|---|---|---|---|---|---|
| unsloth-Phi-3.5-mini-instruct.Q8_0.gguf | Q8_0 | 4.06GB | ✅ Available | ⚪ Static | 📦 No |
| unsloth-Phi-3.5-mini-instruct.Q6_K.gguf | Q6_K | 3.14GB | ✅ Available | ⚪ Static | 📦 No |
| unsloth-Phi-3.5-mini-instruct.Q4_K.gguf | Q4_K | 2.32GB | ✅ Available | 🟢 IMatrix | 📦 No |
| unsloth-Phi-3.5-mini-instruct.Q3_K.gguf | Q3_K | 1.88GB | ✅ Available | 🟢 IMatrix | 📦 No |
| unsloth-Phi-3.5-mini-instruct.Q2_K.gguf | Q2_K | 1.45GB | ✅ Available | 🟢 IMatrix | 📦 No |
pip install -U "huggingface_hub[cli]"huggingface-cli download legraphista/unsloth-Phi-3.5-mini-instruct-IMat-GGUF --include "unsloth-Phi-3.5-mini-instruct.Q8_0.gguf" --local-dir ./huggingface-cli download legraphista/unsloth-Phi-3.5-mini-instruct-IMat-GGUF --include "unsloth-Phi-3.5-mini-instruct.Q8_0/*" --local-dir ./
# see FAQ for merging GGUF's<|user|>
{user_prompt}<|end|>
<|assistant|>
{assistant_response}<|end|>
<|user|>
{next_user_prompt}<|end|>
<|endoftext|><|system|>
{system_prompt}<|end|>
<|user|>
{user_prompt}<|end|>
<|assistant|>
{assistant_response}<|end|>
<|user|>
{next_user_prompt}<|end|>
<|endoftext|>llama.cpp/main -m unsloth-Phi-3.5-mini-instruct.Q8_0.gguf --color -i -p "prompt here (according to the chat template)"gguf-split available
gguf-split, navigate to https://github.com/ggerganov/llama.cpp/releasesgguf-splitunsloth-Phi-3.5-mini-instruct.Q8_0)gguf-split --merge unsloth-Phi-3.5-mini-instruct.Q8_0/unsloth-Phi-3.5-mini-instruct.Q8_0-00001-of-XXXXX.gguf unsloth-Phi-3.5-mini-instruct.Q8_0.gguf
gguf-split to the first chunk of the split.