Instructions to use aitups/Qwen3.8-27B-saor 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 aitups/Qwen3.8-27B-saor 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 aitups/Qwen3.8-27B-saor # Run inference directly in the terminal: llama cli -hf aitups/Qwen3.8-27B-saor
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf aitups/Qwen3.8-27B-saor # Run inference directly in the terminal: llama cli -hf aitups/Qwen3.8-27B-saor
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 aitups/Qwen3.8-27B-saor # Run inference directly in the terminal: ./llama-cli -hf aitups/Qwen3.8-27B-saor
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 aitups/Qwen3.8-27B-saor # Run inference directly in the terminal: ./build/bin/llama-cli -hf aitups/Qwen3.8-27B-saor
Use Docker
docker model run hf.co/aitups/Qwen3.8-27B-saor
- LM Studio
- Jan
- Ollama
How to use aitups/Qwen3.8-27B-saor with Ollama:
ollama run hf.co/aitups/Qwen3.8-27B-saor
- Unsloth Desktop
- Pi
How to use aitups/Qwen3.8-27B-saor with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf aitups/Qwen3.8-27B-saor
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": "aitups/Qwen3.8-27B-saor" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use aitups/Qwen3.8-27B-saor with Docker Model Runner:
docker model run hf.co/aitups/Qwen3.8-27B-saor
- Lemonade
How to use aitups/Qwen3.8-27B-saor with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull aitups/Qwen3.8-27B-saor
Run and chat with the model
lemonade run user.Qwen3.8-27B-saor-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use aitups/Qwen3.8-27B-saor with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf aitups/Qwen3.8-27B-saor
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 aitups/Qwen3.8-27B-saor
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use aitups/Qwen3.8-27B-saor with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf aitups/Qwen3.8-27B-saor
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 "aitups/Qwen3.8-27B-saor" \ --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-saor
Modelo Qwen3.8-27B con los bloques FFN podados por magnitud (se conservan
las conexiones de mayor |w|) según un perfil de densidad por capa optimizado con
CMA-ES (genoma CPPN de 466 floats como generador indirecto del perfil). Los
pesos activos se re-empaquetan en Q4_K y la adyacencia se almacena en el
formato GGUF disperso D16 (tensores ffn_dag_adjacency + ffn_dag_weights).
Arquitectura base: híbrida gated-DeltaNet + attention (65 bloques FFN
[5120 → 17408]).
| Métrica | Valor |
|---|---|
| Divergencia KL (vs base, n_pos=4) | 0.0103 |
| Compresión D_arch (gate / modelo) | 0.1223 / 0.0408 |
| Capas esparsas / densas | 45 / 20 |
| Método de poda | Magnitud (top-|w|) + perfil CPPN |
El perfil deja las últimas 20 capas completamente densas (sensibles antes del lm_head) y concentra la esparsidad en las capas intermedias (pico ~0.31 en la capa 15). Para referencia: la poda uniforme a sp 0.25 da KL 0.143; la topología CPPN binaria (sin magnitud) da KL 2.5-8.8.
Ejecutar con Hayai
Hayai es un motor de inferencia GGUF con streaming por capas y offload OpenCL que lee el formato D16 nativo.
# 1. Compilar Hayai
cd hayai && cargo build --release
# 2. Dry-run del plan (metadatos → ops por capa)
cargo run --release -p hayai-cli -- plan --model Qwen3.8-27B-saor.gguf
# 3. Generar texto
cargo run --release -p hayai-cli -- generate \
--model Qwen3.8-27B-saor.gguf \
--prompt "The capital of France is" \
--max-tokens 64 \
--device auto
Nota: 27B en una RTX 4050 (6 GB VRAM) usa el streaming por capas (
--memory-strategy minimal) — la generación es lenta pero sin requisito de VRAM. En un dispositivo con más memoria el modelo puede quedar residente.
Evaluar la divergencia KL
cargo run --release --example kl_eval -- \
--orig Qwen3.8-27B-UD-Q4_K_M.gguf \
--sparse Qwen3.8-27B-saor.gguf \
--prompts calib128.txt --n-positions 4 --device auto
Archivos
Qwen3.8-27B-saor.gguf— el modelo disperso (15.5 GB, Q4_K).sparsities.txt— perfil de esparsidad por capa (65 floats) que genera el modelo (reproducibilidad).
Reproducibilidad
El perfil se obtuvo con el loop evolutivo de SAOR
(via_b_evolve --batch-eval --magnitude): CMA-ES sobre un genoma CPPN que
decodifica el perfil de densidad por capa; la adyacencia = las conexiones de
mayor |w| a esa densidad. El mejor genoma (466 f32) y el histórico de 12
generaciones están disponibles bajo demanda.
Atribución: modelo base unsloth/Qwen3.8-27B-GGUF (Qwen) — consulte la
licencia del modelo base para uso comercial.
- Downloads last month
- -
We're not able to determine the quantization variants.