--- tags: - gguf - llama.cpp - unsloth --- # dylama : GGUF This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth). **Example usage**: - For text only LLMs: `./llama.cpp/llama-cli -hf chorgle/dylama --jinja` - For multimodal models: `./llama.cpp/llama-mtmd-cli -hf chorgle/dylama --jinja` ## Available Model files: - `Meta-Llama-3.1-8B-Instruct-abliterated.Q4_K_M.gguf` ## Note The model's BOS token behavior was adjusted for GGUF compatibility. This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) [](https://github.com/unslothai/unsloth)