Instructions to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS # Run inference directly in the terminal: llama cli -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
Use Docker
docker model run hf.co/Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
- LM Studio
- Jan
- Ollama
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF with Ollama:
ollama run hf.co/Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
- Unsloth Studio
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF to start chatting
- Pi
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
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": "Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF with Docker Model Runner:
docker model run hf.co/Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
- Lemonade
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
Run and chat with the model
lemonade run user.Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF-IQ4_XS
List all available models
lemonade list
- Hermes Agent
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
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 Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS
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 "Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF:IQ4_XS" \ --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"
Qwen 3.8 27B HereticโAra IQ4_XS ้ๅๆจกๅ๏ผ้้ 16GB ๆพๅญ๏ผ
ๆฌๆจกๅๅบไบ Qwen 3.8 27B HereticโAra BF16 ่ฟ่ก IQ4_XS ้ๅ๏ผ4โbit๏ผ๏ผๆไปถไฝ็งฏไธบ 12.7-13.3 GiB๏ผไธไธบ 16GB ๆพๅญ็ๆพๅกไผๅ
8/22 ๆดๆฐไฟฎๅคๆ่็้ฎ้ข๏ผๆจกๅๆง่ฝๆฒกๆๅๅ ๅคงๆฆ่ฟ้่ฆ1ๅคฉๆไผๆดๆฐMTP็็ๆฌ
8/22 Updated and fixed the issues with thinking; model performance remains unchanged It will probably take about another day for me to update the MTP version.
8/23 ๆดๆฐ๏ผๅฏนๆจกๅๆฌ่บซ็ๆง่ฝ่ฟ่กไธๅฎไผๅ๏ผไฝ็งฏ็ฅๅพฎๅๅคง๏ผๆ MTP็ๆฌ13Gib๏ผMTP็ๆฌ13.3Gib 8/23 Update: The model's performance has been slightly optimized, resulting in a slight increase in size The non-MTP version is 13GiB, while the MTP version is 13.3GiB
ไธๅไฝ็งฏ็ HereticโAraโQ3_K_M๏ผ12.4 GiB๏ผ้ๅๆนๆก่ฟ่กไบๅ จ้ขๅฏนๆฏ
ๆฌๆจกๅไฝฟ็จHeretic Arbitrary-Rank Ablationๅๅฐ็ๆ ๅฎกๆฅ
๐ ้ๅ่ดจ้ๅฏนๆฏ
| ่ฏไผฐๆๆ | Heretic-Ara BF16 (base) | IQ4_XS-3.0 | IQ4_XS-2.0 | Heretic-Ara-Q3_K_M |
|---|---|---|---|---|
| ๆไปถๅคงๅฐ | 50.1 GiB | 13 GiB (ๅธฆMTP 13.3 GiB) | 12.7 GiB | 12.4 GiB |
| ้ๅ็ฒพๅบฆ | BF16 | IQ4_XS (4โbit) | IQ4_XS (4โbit) | Q3_K_M (็บฆ 3โbit) |
| ๆจกๅๅฐๆๅบฆ (Mean PPL) | 7.008212 ยฑ 0.045362 | 7.046980 ยฑ 0.045498 | 7.102940 ยฑ 0.046017 | 7.403971 ยฑ 0.048924 |
| ไธๅบๅบงๆจกๅ PPL ็ธๅ ณๆง | 100% | 99.34% | 99.26% | 98.31% |
| ๅนณๅ KL ๆฃๅบฆ (Mean KLD) | 0 | 0.027832 ยฑ 0.000324 | 0.033398 ยฑ 0.000308 | 0.076034 ยฑ 0.000554 |
| ๆๅคง KL ๆฃๅบฆ (Max KLD) | 0 | 18.317436 | 15.094215 | 17.866985 |
| 99.9% KL ๅไฝๆฐ | 0 | 1.162850 | 1.130034 | 2.448278 |
| Topโ1 ไธ่ด็ (Same top p) | 100% | 92.867% ยฑ 0.067% | 91.619% ยฑ 0.072% | 88.152% ยฑ 0.084% |
| ๅนณๅๆฆ็ๅๅ (Mean ฮp) | 0% | -0.243% ยฑ 0.012% | -0.306% ยฑ 0.013% | -0.490% ยฑ 0.020% |
| RMS ๆฆ็ๅๅ (RMS ฮp) | 0% | 4.538% ยฑ 0.045% | 4.952% ยฑ 0.041% | 7.560% ยฑ 0.054% |
ๆณจ๏ผๅบๅบง๏ผBF16๏ผ็ KL ๆฃๅบฆใฮp ็ญๆๆ ๅไธบ 0๏ผ่ช่บซๅฏนๆฏ๏ผ๏ผไธ่ด็ไธบ 100%ใ
ๅจไธๅฏ็จ MTP ็ๆ ๅตไธ๏ผIQ4_XS ๆจกๅๅจ 16 GiB ๆ ๆพๅญๅ ็จ๏ผไธไฝไธบ Windows ๆพ็คบๆพๅก๏ผไธๅฏๆฏๆ็บฆ 110k ไธไธๆ
ๅผๅฏ MTP ๅ็บฆไธบ 80k
Qwen 3.8 27B HereticโAra IQ4_XS Quantized Model (Optimized for 16 GB VRAM) This model is quantized from Qwen 3.8 27B HereticโAra BF16 using the IQ4_XS scheme (4โbit), with a file size of 12.8 GiB, specifically designed for graphics cards with 16 GB of VRAM.
It has been comprehensively compared against the similarly sized HereticโAraโQ3_K_M (12.4 GiB) quantization variant.
This model achieves uncensored behavior through Heretic's Arbitrary-Rank Ablation.
๐ Quantization Quality Comparison
| Evaluation Metric | Heretic-Ara BF16 (base) | IQ4_XS-3.0 | IQ4_XS-2.0 | Heretic-Ara-Q3_K_M (comparison) |
|---|---|---|---|---|
| File Size | 50.1 GiB | 13 GiB (with MTP 13.3 GiB) | 12.7 GiB | 12.4 GiB |
| Quantization Precision | BF16 | IQ4_XS (4โbit) | IQ4_XS (4โbit) | Q3_K_M (~3โbit) |
| Model Perplexity (Mean PPL) | 7.008212 ยฑ 0.045362 | 7.046980 ยฑ 0.045498 | 7.102940 ยฑ 0.046017 | 7.403971 ยฑ 0.048924 |
| PPL Correlation with Base Model | 100% | 99.34% | 99.26% | 98.31% |
| Mean KL Divergence (Mean KLD) | 0 | 0.027832 ยฑ 0.000324 | 0.033398 ยฑ 0.000308 | 0.076034 ยฑ 0.000554 |
| Max KL Divergence (Max KLD) | 0 | 18.317436 | 15.094215 | 17.866985 |
| 99.9% KL Quantile | 0 | 1.162850 | 1.130034 | 2.448278 |
| Topโ1 Agreement Rate (Same top p) | 100% | 92.867% ยฑ 0.067% | 91.619% ยฑ 0.072% | 88.152% ยฑ 0.084% |
| Mean Probability Change (Mean ฮp) | 0% | -0.243% ยฑ 0.012% | -0.306% ยฑ 0.013% | -0.490% ยฑ 0.020% |
| RMS Probability Change (RMS ฮp) | 0% | 4.538% ยฑ 0.045% | 4.952% ยฑ 0.041% | 7.560% ยฑ 0.054% |
Note: For the base model (BF16), KL divergence, ฮp, etc. are all 0 (selfโcomparison), and the agreement rate is 100%.
With MTP (MultiโToken Prediction) disabled, the IQ4_XS model supports approximately 110k context length on a 16 GiB GPU with no VRAM reserved for display (i.e., not used as the primary display adapter). With MTP enabled, the context length is approximately 80k.
- Downloads last month
- 4,459
4-bit
Model tree for Bucoid/Qwen3.8-27B-Heretic-Ara-16GB-VRAM-IQ4-XS-MTP-GGUF
Base model
Qwen/Qwen3.8-27B