How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Use Docker
docker model run hf.co/EditorAI-Geode/editorai-1p5b-v2:Q4_K_M
Quick Links

EditorAI v2 — 1.5B GD Level Designer with Tool Use

The first practical EditorAI model. Fine-tune of Qwen/Qwen2.5-1.5B-Instruct for the EditorAI Geode mod.

v2
Base model Qwen2.5-1.5B-Instruct
Context 8 K
Q4_K_M size 941 MB
Training QLoRA 4-bit, 2 epochs, 3,700-row mixed dataset
Tool use works (with mod fallback parser)
Format JSON

Files

  • editorai-v2-Q4_K_M.gguf (941 MB) — primary ship target
  • editorai-v2-fp16.gguf (2.9 GB) — full-precision
  • Modelfile.v2 — Ollama Modelfile with tool-capable Qwen2.5 template

Quick start

# Pull from registry:
ollama pull entity12208/editorai:v2

# Or build locally:
ollama create entity12208/editorai:v2 -f Modelfile.v2

Speed

  • GTX 1050 4 GB: ~21 t/s
  • RTX 3050 6 GB: ~50 t/s
  • RTX 4090: ~150+ t/s

Note

v2 emits JSON levels. The companion mod (≥v2.2.0) accepts JSON and includes a parser fallback that handles small format quirks. For new installs prefer v3 or v4 — they emit the more compact EAS format which is what the mod prefers.

License

Apache-2.0, inherited from the base model.

Downloads last month
45
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for EditorAI-Geode/editorai-1p5b-v2

Quantized
(221)
this model