llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Gemma 3 27B Obliterated Q80 : GGUF
This model was finetuned and converted to GGUF format using Unsloth.
Example usage:
- For text only LLMs:
llama-cli -hf Johnblick187/gemma3 --jinja - For multimodal models:
llama-mtmd-cli -hf Johnblick187/gemma3 --jinja
Available Model files:
gemma-3-27b-it-abliterated.Q8_0.ggufgemma-3-27b-it-abliterated.BF16-mmproj.ggufgemma-3-27b-it-abliterated.BF16-00002-of-00002.gguf
Note
The model's BOS token behavior was adjusted for GGUF compatibility.
This was trained 2x faster with Unsloth

- Downloads last month
- 127
Hardware compatibility
Log In to add your hardware
8-bit
16-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Johnblick187/gemma3", filename="", )