GGUF
English
Chinese
multilingual
qwen3
qwen3.6
reasoning
coding
coding-agent
academic-writing
uncensored
rys
lora
iq4_nl
bf16
conversational
Instructions to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16 # Run inference directly in the terminal: llama cli -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
Use Docker
docker model run hf.co/jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
- LM Studio
- Jan
- Ollama
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF with Ollama:
ollama run hf.co/jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
- Unsloth Studio
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF to start chatting
- Pi
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
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": "jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
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 jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
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 "jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16" \ --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"
- Docker Model Runner
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF with Docker Model Runner:
docker model run hf.co/jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
- Lemonade
How to use jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jackasda211233/Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF:BF16
Run and chat with the model
lemonade run user.Qwen3.6-27B-AEON-RYS-Agentic-Coder-PatchCode-GGUF-BF16
List all available models
lemonade list
Upload PATCHCODE_TESTING_PROCESS.md with huggingface_hub
Browse files- PATCHCODE_TESTING_PROCESS.md +22 -16
PATCHCODE_TESTING_PROCESS.md
CHANGED
|
@@ -22,7 +22,7 @@ Related release line:
|
|
| 22 |
- `imatrix`: importance-matrix-assisted quantization data. `reasoning-imatrix` = calibrated on reasoning/coding text (the kind that worked); `media-imatrix` = an earlier calibration kind that underperformed.
|
| 23 |
- `ik-llama`: the custom runtime fork. The `qwen3_5` hybrid architecture does not load on stock `llama.cpp` / `vLLM`.
|
| 24 |
- `KritaLite`: our hardened real-world discriminator build (a ~160k-token multi-file app, 15 binary verifier components). Single-shot coding gates saturate on this model family, so we stopped trusting them.
|
| 25 |
-
- `discipline` / `
|
| 26 |
|
| 27 |
## The short version
|
| 28 |
|
|
@@ -69,7 +69,7 @@ This is the part most people ask about, so it is written out in full. The traini
|
|
| 69 |
|
| 70 |
### Piece 1 — synthetic coding-agent behaviour backbone (~43k)
|
| 71 |
|
| 72 |
-
A standalone generator
|
| 73 |
|
| 74 |
1. **Behaviour-driven generation.** A pool of parallel workers calls a coding-agent teacher model. Each call is shaped around a named *behaviour* from a fixed behaviour pool (~30 behaviours), for example:
|
| 75 |
- `survey_before_edit` — read/search the real context before touching code
|
|
@@ -84,13 +84,13 @@ A standalone generator (`generate_v2.py`) produces synthetic multi-turn coding-a
|
|
| 84 |
- `no-op-edit` guard (a claimed edit that changes nothing)
|
| 85 |
- `claim-without-verify` reject (the assistant claims done with no run/check)
|
| 86 |
- `reasoning-empty` / `incomplete-trace` / `lang-runner-mismatch` / `prompt-over-cap`
|
| 87 |
-
5. **Deficit-resume scheduling.** Generation runs continuously, tracks per-behaviour deficits, and resumes after interruption until target counts are met
|
| 88 |
|
| 89 |
**Corpus assembly + filtering (exact counts):**
|
| 90 |
- raw unified coding corpus: `71,776` samples
|
| 91 |
- filter drops `10,666` bad samples → `61,110` kept
|
| 92 |
- top drop reasons: `prompt_over_cap` 3,946 · `lang_runner_mismatch` 3,645 · `reasoning_empty` 2,086 · `incomplete_trace` 861 · `claim_without_verify` 620
|
| 93 |
-
- coding training subset used for the blend: `43,075`
|
| 94 |
|
| 95 |
The broader synthetic corpus spans five behaviour layers (media-behaviour 42,973 · tool-depth 15,242 · reliability 19,393 · self-correction 31,476 · coding 7,721 = `116,805` total before filtering); the blend draws the coding-oriented subset.
|
| 96 |
|
|
@@ -109,7 +109,7 @@ A small blender oversamples the style slice so it is not drowned by the larger c
|
|
| 109 |
|
| 110 |
- coding backbone: `43,075`
|
| 111 |
- style slice oversampled ~2.2×
|
| 112 |
-
- blended training
|
| 113 |
|
| 114 |
The oversample ratio was chosen so the style shows up without overfitting the smaller slice; a held-out task type was used to check it generalises rather than parrots.
|
| 115 |
|
|
@@ -153,6 +153,8 @@ The trained default adapter strength (alpha/r = 2.0) was **over-applied**. A che
|
|
| 153 |
|
| 154 |
At λ=1.0 the adapter was net-neutral-to-harmful (one checkpoint fell *below* the un-adapted base). The mechanism: an over-loud LoRA delta pushes activations into regimes that hurt calibrated behaviour (preamble returns, over-claiming). λ=0.5 (effective alpha/r = 1.0) keeps the style direction but respects base calibration. So the merge was done at **λ=0.5 onto SignalLatch (ckpt386-s010)**, then exported to BF16 GGUF. (A future v2 could bake the good strength in by training at alpha=r=32, removing the inference-time knob.)
|
| 155 |
|
|
|
|
|
|
|
| 156 |
## Why the final testing moved to merged IQ4_NL
|
| 157 |
|
| 158 |
The key question was not "best adapter in BF16" — it was "what we would actually deploy". The deploy target was a merged GGUF, `IQ4_NL`, imatrix-quantized, on the custom ik-llama runtime (Jinja + DeepSeek reasoning format + flash attention + graph split, temp `0.7`).
|
|
@@ -163,7 +165,7 @@ The plain `IQ4_NL` uses the **reasoning/coding imatrix** (the kind that worked).
|
|
| 163 |
|
| 164 |
## The testing ladder (5 phases + confirms)
|
| 165 |
|
| 166 |
-
Single-shot and hard-suite gates **saturate** on this model family (every quant scores ~the same, including BF16). The discrimination that actually changed the decision came from a 160k-token real-world build (KritaLite) run multi-seed, plus a discipline rubric, plus an
|
| 167 |
|
| 168 |
**Phase 1 — single-seed real-world build.** Made the plain `IQ4_NL` look like the winner (0.933 vs c76's 0.867). This was **noise** — it did not reproduce.
|
| 169 |
|
|
@@ -190,15 +192,14 @@ build gap `0.013` ≪ `0.067` noise floor → **not discriminating**. c76's earl
|
|
| 190 |
|
| 191 |
**Q8 confirm — 5-seed, near-lossless Q8 vs plain IQ4_NL.** Q8 shows no edge on any axis and is ~2× the size → ruled out. Near-lossless precision buys nothing measurable here.
|
| 192 |
|
| 193 |
-
**
|
| 194 |
|
| 195 |
-
|
|
| 196 |
-
|---|---:|---:|---:|
|
| 197 |
-
|
|
| 198 |
-
|
|
| 199 |
-
| Q8 | 100% (40/40) | 7.0 | 0.5 | 0% | 0% |
|
| 200 |
|
| 201 |
-
|
| 202 |
|
| 203 |
## The noise lesson (critical — reuse for every future bake-off)
|
| 204 |
|
|
@@ -213,7 +214,12 @@ This is exactly how a 3-seed pass almost shipped the *weaker* model.
|
|
| 213 |
|
| 214 |
## The ship decision
|
| 215 |
|
| 216 |
-
With build, discipline, long-context
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 217 |
- **smaller** (16.6 G vs 20–29 G)
|
| 218 |
- **marginal long-context** edge (0.975 vs 0.935–0.969)
|
| 219 |
- **plain-quant recipe** — the fleet's proven pattern; promotion/mixed recipes carry evidence-harmful risk (discipline collapse) for zero measured benefit
|
|
@@ -223,7 +229,7 @@ Ship: **plain `IQ4_NL` (reasoning-imatrix)**. The mixed-recipe `c76` is retained
|
|
| 223 |
## What the testing says and does not say
|
| 224 |
|
| 225 |
**Does say:**
|
| 226 |
-
- PatchCode's distilled action-first discipline is preserved through `IQ4_NL` (tied with BF16 across build / long-context / discipline
|
| 227 |
- Near-lossless precision (Q8) and attention promotion buy no measurable edge on this suite.
|
| 228 |
- Plain `IQ4_NL` is the defensible default on size + recipe safety.
|
| 229 |
|
|
@@ -235,7 +241,7 @@ Ship: **plain `IQ4_NL` (reasoning-imatrix)**. The mixed-recipe `c76` is retained
|
|
| 235 |
|
| 236 |
The most accurate public sentence:
|
| 237 |
|
| 238 |
-
> On a 5-seed, same-condition practical coding-agent bake-off, PatchCode plain `IQ4_NL` tied BF16 within noise on build, long-context,
|
| 239 |
|
| 240 |
## Selected artifact
|
| 241 |
|
|
|
|
| 22 |
- `imatrix`: importance-matrix-assisted quantization data. `reasoning-imatrix` = calibrated on reasoning/coding text (the kind that worked); `media-imatrix` = an earlier calibration kind that underperformed.
|
| 23 |
- `ik-llama`: the custom runtime fork. The `qwen3_5` hybrid architecture does not load on stock `llama.cpp` / `vLLM`.
|
| 24 |
- `KritaLite`: our hardened real-world discriminator build (a ~160k-token multi-file app, 15 binary verifier components). Single-shot coding gates saturate on this model family, so we stopped trusting them.
|
| 25 |
+
- `discipline` / `style_discipline`: a rubric measuring the distilled action-first style (no preamble, claim-requires-run, narrate→act→verify).
|
| 26 |
|
| 27 |
## The short version
|
| 28 |
|
|
|
|
| 69 |
|
| 70 |
### Piece 1 — synthetic coding-agent behaviour backbone (~43k)
|
| 71 |
|
| 72 |
+
A standalone synthetic generator produces multi-turn coding-agent traces. It is **fully synthetic** — no real user data, no scraped repos. The pipeline:
|
| 73 |
|
| 74 |
1. **Behaviour-driven generation.** A pool of parallel workers calls a coding-agent teacher model. Each call is shaped around a named *behaviour* from a fixed behaviour pool (~30 behaviours), for example:
|
| 75 |
- `survey_before_edit` — read/search the real context before touching code
|
|
|
|
| 84 |
- `no-op-edit` guard (a claimed edit that changes nothing)
|
| 85 |
- `claim-without-verify` reject (the assistant claims done with no run/check)
|
| 86 |
- `reasoning-empty` / `incomplete-trace` / `lang-runner-mismatch` / `prompt-over-cap`
|
| 87 |
+
5. **Deficit-resume scheduling.** Generation runs continuously, tracks per-behaviour deficits, and resumes after interruption until target counts are met (~30 samples/sec).
|
| 88 |
|
| 89 |
**Corpus assembly + filtering (exact counts):**
|
| 90 |
- raw unified coding corpus: `71,776` samples
|
| 91 |
- filter drops `10,666` bad samples → `61,110` kept
|
| 92 |
- top drop reasons: `prompt_over_cap` 3,946 · `lang_runner_mismatch` 3,645 · `reasoning_empty` 2,086 · `incomplete_trace` 861 · `claim_without_verify` 620
|
| 93 |
+
- coding training subset used for the blend: `43,075`
|
| 94 |
|
| 95 |
The broader synthetic corpus spans five behaviour layers (media-behaviour 42,973 · tool-depth 15,242 · reliability 19,393 · self-correction 31,476 · coding 7,721 = `116,805` total before filtering); the blend draws the coding-oriented subset.
|
| 96 |
|
|
|
|
| 109 |
|
| 110 |
- coding backbone: `43,075`
|
| 111 |
- style slice oversampled ~2.2×
|
| 112 |
+
- blended training set: `58,576` ≈ **~74% coding backbone / ~26% action-first style**
|
| 113 |
|
| 114 |
The oversample ratio was chosen so the style shows up without overfitting the smaller slice; a held-out task type was used to check it generalises rather than parrots.
|
| 115 |
|
|
|
|
| 153 |
|
| 154 |
At λ=1.0 the adapter was net-neutral-to-harmful (one checkpoint fell *below* the un-adapted base). The mechanism: an over-loud LoRA delta pushes activations into regimes that hurt calibrated behaviour (preamble returns, over-claiming). λ=0.5 (effective alpha/r = 1.0) keeps the style direction but respects base calibration. So the merge was done at **λ=0.5 onto SignalLatch (ckpt386-s010)**, then exported to BF16 GGUF. (A future v2 could bake the good strength in by training at alpha=r=32, removing the inference-time knob.)
|
| 155 |
|
| 156 |
+

|
| 157 |
+
|
| 158 |
## Why the final testing moved to merged IQ4_NL
|
| 159 |
|
| 160 |
The key question was not "best adapter in BF16" — it was "what we would actually deploy". The deploy target was a merged GGUF, `IQ4_NL`, imatrix-quantized, on the custom ik-llama runtime (Jinja + DeepSeek reasoning format + flash attention + graph split, temp `0.7`).
|
|
|
|
| 165 |
|
| 166 |
## The testing ladder (5 phases + confirms)
|
| 167 |
|
| 168 |
+
Single-shot and hard-suite gates **saturate** on this model family (every quant scores ~the same, including BF16). The discrimination that actually changed the decision came from a 160k-token real-world build (KritaLite) run multi-seed, plus a discipline rubric, plus an agentic-process efficiency probe. The phases:
|
| 169 |
|
| 170 |
**Phase 1 — single-seed real-world build.** Made the plain `IQ4_NL` look like the winner (0.933 vs c76's 0.867). This was **noise** — it did not reproduce.
|
| 171 |
|
|
|
|
| 192 |
|
| 193 |
**Q8 confirm — 5-seed, near-lossless Q8 vs plain IQ4_NL.** Q8 shows no edge on any axis and is ~2× the size → ruled out. Near-lossless precision buys nothing measurable here.
|
| 194 |
|
| 195 |
+
**Behaviour rubric — PatchCode vs the base it was distilled from.** A 15-case rubric (action-first style + coding discipline + held-out generalization) was run across merge strengths, with the adapter disabled as the "strength 0" anchor — i.e. the SignalLatch base PatchCode was built on. PatchCode at the chosen λ=0.5 beat the base on score while emitting far fewer tokens:
|
| 196 |
|
| 197 |
+
| variant (15-case rubric) | score | avg output tokens | avg time/case |
|
| 198 |
+
|---|---:|---:|---:|
|
| 199 |
+
| base (adapter off = SignalLatch) | `0.486` | `311` | `34s` |
|
| 200 |
+
| PatchCode (ckpt-3661 @ λ=0.5) | `0.617` | `91` | `13s` |
|
|
|
|
| 201 |
|
| 202 |
+
The base tended to ramble (~311 tokens of hedging preamble — e.g. it scored 0.20 on the coding-discipline case with "I might overwrite the user's changes…"); PatchCode was terse and on-target (~91 tokens) and scored higher. That is the distil's intended effect: more disciplined execution, less wasted output. Caveats: this is a behaviour rubric, not a multi-turn agent turn-count; λ=0.5 is the sweet spot — higher strengths (0.7 / 1.0 / 1.3) also got terse (~60 tokens) but fell *below* the base (0.39–0.49), so terseness alone is not the win; single-temperature, small per-category N.
|
| 203 |
|
| 204 |
## The noise lesson (critical — reuse for every future bake-off)
|
| 205 |
|
|
|
|
| 214 |
|
| 215 |
## The ship decision
|
| 216 |
|
| 217 |
+
With build, discipline, and long-context all **tied within noise**, the decision fell to non-noise axes, where plain `IQ4_NL` wins all three:
|
| 218 |
+
|
| 219 |
+

|
| 220 |
+
|
| 221 |
+

|
| 222 |
+
|
| 223 |
- **smaller** (16.6 G vs 20–29 G)
|
| 224 |
- **marginal long-context** edge (0.975 vs 0.935–0.969)
|
| 225 |
- **plain-quant recipe** — the fleet's proven pattern; promotion/mixed recipes carry evidence-harmful risk (discipline collapse) for zero measured benefit
|
|
|
|
| 229 |
## What the testing says and does not say
|
| 230 |
|
| 231 |
**Does say:**
|
| 232 |
+
- PatchCode's distilled action-first discipline is preserved through `IQ4_NL` (tied with BF16 across build / long-context / discipline).
|
| 233 |
- Near-lossless precision (Q8) and attention promotion buy no measurable edge on this suite.
|
| 234 |
- Plain `IQ4_NL` is the defensible default on size + recipe safety.
|
| 235 |
|
|
|
|
| 241 |
|
| 242 |
The most accurate public sentence:
|
| 243 |
|
| 244 |
+
> On a 5-seed, same-condition practical coding-agent bake-off, PatchCode plain `IQ4_NL` tied BF16 within noise on build, long-context, and discipline, and was the selected default on size and recipe safety.
|
| 245 |
|
| 246 |
## Selected artifact
|
| 247 |
|