Views
No views yet
aero-deuce-q4km.gguf. That's the only file you need.| Format | Best for | Link |
|---|---|---|
| GGUF ← you are here | Local inference, llama.cpp, LM Studio, GPT4All | This repo |
| MLX 4-bit | Apple Silicon (Mac) | ZeZZm/aero-deuce-MLX |
| LoRA Adapter | Merging with base model, further fine-tuning | ZeZZm/aero-deuce |
ZeZZm/aero-deuce-GGUF1# Download
2wget https://huggingface.co/ZeZZm/aero-deuce-GGUF/resolve/main/aero-deuce-q4km.gguf
3
4# Run
5llama-cli -m aero-deuce-q4km.gguf -c 4096 --conversation1# After downloading the GGUF file:
2echo 'FROM ./aero-deuce-q4km.gguf
3SYSTEM "You are Aero-Deuce, developed by the Aero-Deuce team."
4PARAMETER stop "<|end_of_turn>"
5PARAMETER stop "<|start_of_turn>"' > Modelfile
6
7ollama create aero-deuce -f Modelfile
8ollama run aero-deuceaero-deuce-q4km.gguf| Property | Value |
|---|---|
| Base Model | google/gemma-4-12b-it (12B params) |
| Training Method | QLoRA + Muon optimizer |
| Training Data | 30K instruction-following samples |
| Training Steps | 2,000 |
| Quantization | Q4_K_M (~4.95 bits per weight) |
| File Size | ~7 GB |
| Context Length | 4,096 tokens |
-sys "You are Aero-Deuce." for best results.