Instructions to use JASouth/Qwen3.8-27B-IQ-Hybrid 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 JASouth/Qwen3.8-27B-IQ-Hybrid 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 JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S # Run inference directly in the terminal: llama cli -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S # Run inference directly in the terminal: llama cli -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
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 JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S # Run inference directly in the terminal: ./llama-cli -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
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 JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
Use Docker
docker model run hf.co/JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
- LM Studio
- Jan
- vLLM
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "JASouth/Qwen3.8-27B-IQ-Hybrid" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "JASouth/Qwen3.8-27B-IQ-Hybrid", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
- Ollama
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with Ollama:
ollama run hf.co/JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
- Unsloth Desktop
- Pi
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
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": "JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with Docker Model Runner:
docker model run hf.co/JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
- Lemonade
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
Run and chat with the model
lemonade run user.Qwen3.8-27B-IQ-Hybrid-IQ3_S_S
List all available models
lemonade list
- Hermes Agent
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
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 JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use JASouth/Qwen3.8-27B-IQ-Hybrid with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S
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 "JASouth/Qwen3.8-27B-IQ-Hybrid:IQ3_S_S" \ --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"
TL; DR Updated (14/09/2026)
Currently, the standout quant is IQ3_E_S_V2, offering the best balance of overall quality and quality-to-size ratio. In the ultra-low bitrate tier (~7.5 GB / sub-8 GB), I am actively benchmarking IQ2_E_S_V2 and IQ2_E_S, which proved to be the most viable variants:
- IQ3_E_S_V2 — Best Overall: Highly capable in long-context coding and complex multi-step reasoning. While it experiences occasional minor attention slips or hallucinations, it remains significantly more reliable and consistent than the lower-bit variants.
- IQ2_E_S_V2 — Best for Code & Agentic Workflows (~2.2 BPW): Remarkably capable in long-context tasks, code synthesis, and architectural understanding (e.g., capable of generating fully playable interactive scripts in a single prompt). However, it is prone to repetition loops in standard conversational text, though it typically self-terminates without freezing. (Tip: Setting
repeat_penalty: 1.15–1.20andpresence_penalty: 0.2effectively eliminates these loops). - IQ2_E_S — Best Stability for Direct Q&A (~2.2 BPW): Shows strong conversational stability, strict output formatting, and high resistance to counterfactual traps on isolated prompts. However, it suffers from severe attention degradation during complex logic execution, making it unsuitable for long-context generation or functional coding tasks.
Qwen3.8-27B GGUF Quantizations (IQ2_E_S & IQ3_E_S)
This repository provides experimental, low-bitrate GGUF quantizations for Qwen3.8-27B, focused on extreme VRAM efficiency without catastrophic quality degradation.
Motivation & Overview
The primary goal of this project was to explore whether Qwen3.8-27B could be loaded and executed on consumer GPUs with strictly 8 GB of VRAM.
Quantizing a 27B model down to this range yields two distinct results:
- IQ2_E_S (2.40 BPW, ~7.51 GiB): Fits tightly into an 8 GB VRAM budget. While low-bit quantization introduces inevitable degradation, perplexity remains bounded, making the model practically usable for lighter or structured generation tasks.
- IQ3_E_S (3.00 BPW, ~9.41 GiB): A balanced quantization targeting 10–12 GB GPUs, showing theoretical perplexity retention close to the unquantized baseline.
Backend & Hardware Compatibility Notes (Intel Arc / oneAPI)
Important Warning for Intel Arc Users:
The IQ2_E_S build is known to collapse/fail under the SYCL backend (producing gibberish, NaNs, or crashes during execution).
If you are running on Intel Arc hardware, you must use the Vulkan backend instead of SYCL:
- Ensure your
llama.cppbinary is compiled with-DGGML_VULKAN=ON.- Run via Vulkan to avoid kernel execution bugs present in current SYCL implementations for low-bit IQ quantizations.
Limitations & Validation Notes
- IQ3_S_S: Due to physical VRAM constraints (8 GB test system) and limited testing time, IQ3_S_S has not been empirically verified on thinking mode in inference, only evaluated on non-thinking mode one-shoot tasks. Users with 12 GB or 16 GB setups are encouraged to test it.
Community Feedback
If you test either the IQ2_E_S, IQ2_S_S, IQ3_E_S or IQ3_S_S builds, please leave feedback in the Discussions tab:
Real-world coherence vs. baseline expectations.
Inference speeds (tokens/sec) across different backends (CUDA, Vulkan, SYCL, Metal).
Context scaling behavior beyond 8k tokens.
Support
If these quantizations are useful for your local workflows or research, consider supporting further compute and quantization tests:
- Downloads last month
- 5,580
3-bit
Model tree for JASouth/Qwen3.8-27B-IQ-Hybrid
Base model
Qwen/Qwen3.8-27B