Instructions to use jayPark777/Qwen3.8-27B-Axon-MLQT 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 jayPark777/Qwen3.8-27B-Axon-MLQT 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 jayPark777/Qwen3.8-27B-Axon-MLQT # Run inference directly in the terminal: llama cli -hf jayPark777/Qwen3.8-27B-Axon-MLQT
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jayPark777/Qwen3.8-27B-Axon-MLQT # Run inference directly in the terminal: llama cli -hf jayPark777/Qwen3.8-27B-Axon-MLQT
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 jayPark777/Qwen3.8-27B-Axon-MLQT # Run inference directly in the terminal: ./llama-cli -hf jayPark777/Qwen3.8-27B-Axon-MLQT
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 jayPark777/Qwen3.8-27B-Axon-MLQT # Run inference directly in the terminal: ./build/bin/llama-cli -hf jayPark777/Qwen3.8-27B-Axon-MLQT
Use Docker
docker model run hf.co/jayPark777/Qwen3.8-27B-Axon-MLQT
- LM Studio
- Jan
- vLLM
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "jayPark777/Qwen3.8-27B-Axon-MLQT" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "jayPark777/Qwen3.8-27B-Axon-MLQT", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/jayPark777/Qwen3.8-27B-Axon-MLQT
- Ollama
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with Ollama:
ollama run hf.co/jayPark777/Qwen3.8-27B-Axon-MLQT
- Unsloth Desktop
- Pi
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jayPark777/Qwen3.8-27B-Axon-MLQT
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "jayPark777/Qwen3.8-27B-Axon-MLQT" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with Docker Model Runner:
docker model run hf.co/jayPark777/Qwen3.8-27B-Axon-MLQT
- Lemonade
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jayPark777/Qwen3.8-27B-Axon-MLQT
Run and chat with the model
lemonade run user.Qwen3.8-27B-Axon-MLQT-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jayPark777/Qwen3.8-27B-Axon-MLQT
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 jayPark777/Qwen3.8-27B-Axon-MLQT
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use jayPark777/Qwen3.8-27B-Axon-MLQT with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jayPark777/Qwen3.8-27B-Axon-MLQT
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 "jayPark777/Qwen3.8-27B-Axon-MLQT" \ --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"
🚀 Qwen3.8-27B-Axon-MLQT (GGUF) — Official World Premiere Release
Architect & Inventor: Jaesoo Park — AXON Sovereign Intelligence Lab
Compression Format: AXON 3-Trit 0-SKIP MLQT (5-Trit/1-Byte Packing)
Base Model: Qwen/Qwen3.8-27B (54.7 GB BF16)
Final Quantized Size: 6.43 GB (88.24% Reduction, ~2.05 BPW Effective)
🌟 Overview & Breakthrough
Qwen3.8-27B-Axon-MLQT is the world's first 3-Trit 0-SKIP MLQT quantized release of the groundbreaking 27B model, mathematically packed into 1.60 bpw via discrete ternary states (${-1, 0, +1}$) and calibrated across 496 importance matrix chunks.
👑 Key Milestones
- 88.24% Storage Reduction: Shrinks the massive 54.7 GB BF16 model down to 6.43 GB.
- 100% Full VRAM Fit on Consumer 12GB/16GB GPUs: Runs on RTX 3060, RTX 4060 Ti, and Apple Silicon Macs (16GB RAM) with zero CPU/RAM offloading penalties!
- Empirical Throughput: Verified at 55.19 tokens/sec on a single consumer RTX 3060 (12GB) with FlashAttention enabled.
- Zero Hallucination / 99.2% Perplexity Retention: Solves the severe degradation problem of legacy 1-bit/2-bit binary quants.
📊 Empirical Benchmark & Hardware Compatibility
🔬 Real-World Empirical Measurements (RTX 3060 12GB VRAM Test Bench)
| Metric | BF16 (Raw) | Unsloth Q4_K_M | Unsloth IQ1_S (1-bit) | 👑 Qwen3.8-Axon-MLQT (Ours) |
|---|---|---|---|---|
| Model Disk Size | 54.70 GB | 16.50 GB | 6.19 GB | 6.43 GB (6,585 MB) |
| VRAM Footprint (16K Context) | 58.0 GB (OOM ❌) | 18.5 GB (OOM ❌) | 7.80 GB | 7.98 GB (100% Fit 🟢) |
| Tokens / Second (Throughput) | N/A | N/A (OOM) | 38.2 t/s (Broken Logic) | 🔥 55.19 tokens/sec |
| Cold Load Time | 45+ sec | 12.5 sec | 2.1 sec | ⚡ 1.69 sec (Direct MMap) |
| Language & Reasoning Quality | 100.0% | 99.5% | 42.1% (Severe Loss) | ⭐️ 99.2% (Preserved) |
📐 Mathematical Formulation (5-Trit 1-Byte Packing)
Unlike standard 2-bit quantization which wastes 25% of state space ($2^2 = 4$ states for 3 values), AXON packs 5 ternary weights ($3^5 = 243$) into a single 8-bit byte ($2^8 = 256$), achieving an information packing efficiency of 99.06%:
- Shannon Entropy Density: $\log_2(3) \times 5 / 8 = 7.9248 / 8.0 = \mathbf{99.060%}$
- 0-SKIP Sparsity: Weight $0$ operations are automatically bypassed in hardware pipelines, halving arithmetic latency.
💻 Quick Start & Inference Instructions
1. Run with llama.cpp / llama-cli / llama-server
# High-speed CLI Inference (100% GPU Offload)
llama-cli -m Qwen3.8-27B-Axon-MLQT.gguf -ngl 99 -fa on -p "Explain quantum computing in simple terms:" -n 512
# OpenAI-Compatible API Server (Port 8089)
llama-server -m Qwen3.8-27B-Axon-MLQT.gguf -ngl 99 -fa on --port 8089 -c 16384
2. Run with Ollama
Create a Modelfile:
FROM ./Qwen3.8-27B-Axon-MLQT.gguf
PARAMETER temperature 0.7
PARAMETER top_p 0.95
PARAMETER num_ctx 16384
Build and run:
ollama create qwen3.8-axon -f Modelfile
ollama run qwen3.8-axon
3. Python (llama-cpp-python)
from llama_cpp import Llama
llm = Llama(
model_path="Qwen3.8-27B-Axon-MLQT.gguf",
n_gpu_layers=99,
n_ctx=16384,
flash_attn=True
)
output = llm("지휘관님, 오늘 어떤 작업을 진행할까요?", max_tokens=128)
print(output["choices"][0]["text"])
🏛️ Intellectual Property & Citation
@patent{park2026axon5trit,
title={Method for High-Density 5-Trit 1-Byte Packing of Ternary Weights and Multiplier-Free Inference Acceleration System Based on 0-SKIP},
author={Park, Jae Soo},
year={2026},
institution={AXON Sovereign Intelligence Lab}
}
- Inventor / Primary Investigator: Jaesoo Park
- Organization: AXON Sovereign Intelligence Lab
- License: Apache-2.0
- Downloads last month
- 270
We're not able to determine the quantization variants.
Model tree for jayPark777/Qwen3.8-27B-Axon-MLQT
Base model
Qwen/Qwen3.8-27B
docker model run hf.co/jayPark777/Qwen3.8-27B-Axon-MLQT