Instructions to use iRunStudio/Meltdown_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use iRunStudio/Meltdown_GGUF with 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 iRunStudio/Meltdown_GGUF # Run inference directly in the terminal: llama cli -hf iRunStudio/Meltdown_GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf iRunStudio/Meltdown_GGUF # Run inference directly in the terminal: llama cli -hf iRunStudio/Meltdown_GGUF
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 iRunStudio/Meltdown_GGUF # Run inference directly in the terminal: ./llama-cli -hf iRunStudio/Meltdown_GGUF
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 iRunStudio/Meltdown_GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf iRunStudio/Meltdown_GGUF
Use Docker
docker model run hf.co/iRunStudio/Meltdown_GGUF
- LM Studio
- Jan
- vLLM
How to use iRunStudio/Meltdown_GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "iRunStudio/Meltdown_GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "iRunStudio/Meltdown_GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/iRunStudio/Meltdown_GGUF
- Ollama
How to use iRunStudio/Meltdown_GGUF with Ollama:
ollama run hf.co/iRunStudio/Meltdown_GGUF
- Unsloth Studio
How to use iRunStudio/Meltdown_GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for iRunStudio/Meltdown_GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for iRunStudio/Meltdown_GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for iRunStudio/Meltdown_GGUF to start chatting
- Pi
How to use iRunStudio/Meltdown_GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf iRunStudio/Meltdown_GGUF
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "iRunStudio/Meltdown_GGUF" } ] } } }Run Pi
# Start Pi in your project directory: pi
- OpenClaw new
How to use iRunStudio/Meltdown_GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf iRunStudio/Meltdown_GGUF
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "iRunStudio/Meltdown_GGUF" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use iRunStudio/Meltdown_GGUF with Docker Model Runner:
docker model run hf.co/iRunStudio/Meltdown_GGUF
- Lemonade
How to use iRunStudio/Meltdown_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull iRunStudio/Meltdown_GGUF
Run and chat with the model
lemonade run user.Meltdown_GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use iRunStudio/Meltdown_GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf iRunStudio/Meltdown_GGUF
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default iRunStudio/Meltdown_GGUF
Run Hermes
hermes
- Atomic Chat
Update README.md
#1
by Jazzyghost - opened
README.md
CHANGED
|
@@ -14,16 +14,16 @@ pipeline_tag: text-generation
|
|
| 14 |
|
| 15 |
# Meltdown Q8
|
| 16 |
|
| 17 |
-
**Meltdown_Q8.gguf** is a 3B local agent model
|
| 18 |
|
| 19 |
| | |
|
| 20 |
|---|---|
|
| 21 |
| **Parameters** | 3B |
|
| 22 |
| **Quantization** | Q8_0 (GGUF) |
|
| 23 |
-
| **Context length** |
|
| 24 |
| **Base model** | [Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) |
|
| 25 |
-
| **Format** | GGUF (llama.cpp, LM Studio, KoboldCPP, etc.) |
|
| 26 |
-
| **VRAM (recommended)** |
|
| 27 |
|
| 28 |
## Quick Start
|
| 29 |
|
|
@@ -55,6 +55,9 @@ Measured locally on **NVIDIA RTX 3060 12GB** with [lm-evaluation-harness](https:
|
|
| 55 |
|
| 56 |
Raw JSON: `eval_standard.json`, `eval_agent.json`.
|
| 57 |
|
|
|
|
|
|
|
|
|
|
| 58 |
### Agent Eval Breakdown
|
| 59 |
|
| 60 |

|
|
|
|
| 14 |
|
| 15 |
# Meltdown Q8
|
| 16 |
|
| 17 |
+
**Meltdown_Q8.gguf** is a 3B local agent model, exported as Q8_0 GGUF. Runs fully offline — no API key required at inference time.
|
| 18 |
|
| 19 |
| | |
|
| 20 |
|---|---|
|
| 21 |
| **Parameters** | 3B |
|
| 22 |
| **Quantization** | Q8_0 (GGUF) |
|
| 23 |
+
| **Context length** | 264,768 tokens |
|
| 24 |
| **Base model** | [Qwen2.5-Coder-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-3B-Instruct) |
|
| 25 |
+
| **Format** | GGUF (iRun, llama.cpp, LM Studio, KoboldCPP, etc.) |
|
| 26 |
+
| **VRAM (recommended)** | 4–6 GB+ |
|
| 27 |
|
| 28 |
## Quick Start
|
| 29 |
|
|
|
|
| 55 |
|
| 56 |
Raw JSON: `eval_standard.json`, `eval_agent.json`.
|
| 57 |
|
| 58 |
+
While the benchmark scores themselves are low, it is due to image-related benchmarks. For chat, the APE format overrides the base chat template, which is why it scores low in chat.
|
| 59 |
+
In day to day agentic workflows, with abbreviated MCP tools and unified instructions, Meltdown performs exceptionally. Escpecially while utilizing local Agentic harnesses like iRun's ReAct and APE.
|
| 60 |
+
|
| 61 |
### Agent Eval Breakdown
|
| 62 |
|
| 63 |

|