Instructions to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf # Run inference directly in the terminal: llama cli -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf # Run inference directly in the terminal: llama cli -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf # Run inference directly in the terminal: ./llama-cli -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
Use Docker
docker model run hf.co/pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
- LM Studio
- Jan
- Ollama
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf with Ollama:
ollama run hf.co/pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
- Unsloth Desktop
- Pi
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
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": "pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf with Docker Model Runner:
docker model run hf.co/pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
- Lemonade
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
Run and chat with the model
lemonade run user.Qwen3.6-35B-A3B-2.6763bpw.gguf-{{QUANT_TAG}}List all available models
lemonade list
- Hermes Agent
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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 "pjsmith/Qwen3.6-35B-A3B-2.6763bpw.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"
Qwen3.6-35B-A3B - 12GB VRAM Target Quant
Overview
This is an experimental GGUF quantization of Qwen3.6-35B-A3B, created with a different goal than most traditional quant releases.
Rather than targeting a specific quantization level or quality metric, this model targets a specific VRAM footprint. The objective was simple:
Produce the highest-quality quantization possible that fits comfortably within a 12GB graphics card.
The primary target hardware is the popular 12GB NVIDIA RTX 3060, although the model should also be suitable for other GPUs with similar memory capacity.
This quantization was produced using Thireus' Quant Assign GGUF tools, allowing custom bit allocation across tensors rather than relying on a standard preset quantization scheme.
Design Goals
- Fit within approximately 12GB of VRAM.
- Maximize model quality within that size constraint.
- Leave a small amount of free VRAM for:
- Windows desktop operation
- Background applications
- Driver overhead
- Typical inference workloads
- Explore what is achievable when optimizing for a memory budget rather than a quantization target.
Important Notes
This release is primarily an experiment.
No special effort was made to optimize for:
- Extremely large context windows
- Maximum throughput
- Benchmark performance
- Quantization uniformity
The focus was simply:
"What is the best-quality Qwen3.6-35B-A3B quant that will reasonably fit on a 12GB GPU?"
As such, your results may vary depending on:
- Backend
- Context size
- GPU driver version
- Inference engine
- Additional VRAM consumption from other applications
Hardware Target
Recommended:
- NVIDIA RTX 3060 12GB
- NVIDIA RTX 4070 12GB
- AMD GPUs with comparable VRAM capacity
The quant was intentionally made slightly smaller than the theoretical 12GB limit to provide some headroom for real-world usage.
Quantization
Generated using:
- Thireus' Quant Assign GGUF tools
Quantization strategy:
- Custom tensor allocation
- Size-constrained design
- Quality prioritized within a fixed memory budget
Intended Use
This model may be useful for users who:
- Have a 12GB GPU and want the largest practical Qwen3.6 model possible.
- Prefer larger models at aggressive mixed precision over smaller models at higher precision.
- Enjoy experimenting with custom quantization strategies.
- Run local inference via llama.cpp or compatible GGUF runtimes.
Disclaimer
This is an experimental quantization and should not be considered an official release from the Qwen team.
Performance, quality, and memory usage will vary depending on your inference setup.
Feedback, benchmark results, and comparisons against standard quantizations are welcome.
Credits
- Base model: Qwen3.6-35B-A3B
- Quantization tooling: Thireus' Quant Assign GGUF tools
- GGUF ecosystem: llama.cpp and contributors
Why This Exists
Most GGUF releases answer the question:
"How much quality can I get at X bits?"
This release attempts to answer a different question:
"How much quality can I get in 12GB?"
- Downloads last month
- 10,029
We're not able to determine the quantization variants.
Model tree for pjsmith/Qwen3.6-35B-A3B-2.6763bpw.gguf
Base model
Qwen/Qwen3.6-35B-A3B