Instructions to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16 # Run inference directly in the terminal: llama cli -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16 # Run inference directly in the terminal: llama cli -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16 # Run inference directly in the terminal: ./llama-cli -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
Use Docker
docker model run hf.co/SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
- LM Studio
- Jan
- Ollama
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF with Ollama:
ollama run hf.co/SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
- Unsloth Studio
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF to start chatting
- Pi
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
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": "SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF with Docker Model Runner:
docker model run hf.co/SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
- Lemonade
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
Run and chat with the model
lemonade run user.Mach-1-Additive-35B-Multimodal-GGUF-F16
List all available models
lemonade list
- Hermes Agent
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
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 SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16
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 "SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF:F16" \ --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"
Mach-1-Additive-35B — GGUF
GGUF build of Mach-1-Additive-35B for local inference on consumer hardware (NVIDIA CUDA, Windows/Linux Vulkan, CPU; on Apple Silicon the codec runs on CPU — use Mach Studio for GPU inference on macOS).
This GGUF requires the Mach-1 fork of llama.cpp: SyzygyResearch/llama.cpp-mach1. Mainline llama.cpp will not load it — the model uses custom trellis-coded tensor payloads and decode ops that only exist in the fork.
Files
| File | Size | Notes |
|---|---|---|
Mach-1-Additive-35B.mach1.gguf |
7.87 GB | text model, payload v3 (additive) |
Quick start
Build the fork — pick the backend for your hardware (NVIDIA → CUDA, AMD/Intel → Vulkan):
git clone https://github.com/SyzygyResearch/llama.cpp-mach1
cd llama.cpp-mach1
# NVIDIA (requires the CUDA toolkit)
cmake -B build -DGGML_CUDA=ON
# AMD / Intel / other (requires the Vulkan SDK, incl. glslc)
cmake -B build -DGGML_VULKAN=ON
cmake --build build --config Release -j
Run directly from Hugging Face:
./build/bin/llama-cli -hf SyzygyResearch/Mach-1-Additive-35B-GGUF
or from a local download:
# interactive chat
./build/bin/llama-cli -m Mach-1-Additive-35B.mach1.gguf
# single-turn / scripted use (without -st, llama-cli enters interactive
# conversation mode after answering the prompt)
./build/bin/llama-cli -m Mach-1-Additive-35B.mach1.gguf -st -p "your prompt"
Benchmarks
| Mean retention, 12 benchmarks | |
|---|---|
| Mach-1 Small | 96.3% |
| Ternary Bonsai 27B (PrismML) | 93.6% |
| Gemma 4 Q2_K_XL (Unsloth) | 85.6% |
Per-benchmark Retention (Score divided by that of the respective full precision model)
| Benchmark | Mach-1 Small | Ternary Bonsai 27B | Gemma 4 Q2_K_XL |
|---|---|---|---|
| AIME26 | 95.8% | 92.7% | 67.7% |
| MATH-500 | 99.2% | 98.2% | 95.6% |
| AIME25 | 93.9% | 91.7% | 67.2% |
| GSM8K | 99.8% | 100.2% | 97.3% |
| MBPP+ | 98.1% | 98.4% | 92.2% |
| HumanEval+ | 96.5% | 98.7% | 94.1% |
| MMLU-Redux | 97.0% | 94.0% | 96.9% |
| IFEval | 94.8% | 89.8% | 95.5% |
| MuSR | 100.4% | 91.6% | 91.1% |
| BFCL-v3 | 96.3% | 98.9% | 95.7% |
| τ²-bench | 94.1% | 91.2% | 73.1% |
| IFBench | 89.8% | 77.7% | 61.3% |
| Mean | 96.3% | 93.6% | 85.6% |
Mach-1 Small's own scores and teacher scores:
| Benchmark | Score | Teacher (Qwen3.6-35B-A3B BF16) | Retention |
|---|---|---|---|
| AIME26 | 86.25 | 90.00 | 95.8% |
| MATH-500 | 97.80 | 98.60 | 99.2% |
| AIME25 | 82.92 | 88.33 | 93.9% |
| GSM8K | 95.98 | 96.21 | 99.8% |
| MBPP+ | 94.18 | 96.03 | 98.1% |
| HumanEval+ | 91.77 | 95.12 | 96.5% |
| MMLU-Redux | 89.88 | 92.68 | 97.0% |
| IFEval | 84.42 | 89.05 | 94.8% |
| MuSR | 66.93 | 66.66 | 100.4% |
| BFCL-v3 | 72.19 | 74.98 | 96.3% |
| τ²-bench | 74.82 | 79.51 | 94.1% |
| IFBench | 58.33 | 64.97 | 89.8% |
Speed
- Downloads last month
- 46
We're not able to determine the quantization variants.
Model tree for SyzygyResearch/Mach-1-Additive-35B-Multimodal-GGUF
Unable to build the model tree, the base model loops to the model itself. Learn more.

