pugant commited on
Commit
4494a5c
·
verified ·
1 Parent(s): ab96217

docs: point lab references to strix-nebulosa (repo rename)

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,7 +26,7 @@ quantized_by: pugant
26
 
27
  ## TL;DR
28
 
29
- `Ornith-1.5-35B` (35B params, 3B active per token, Qwen3.5-VL-MoE family) quantized to **`Q4_0_ROCMFP4_STRIX_LEAN`** (type 106 preset, ~4.29 BPW). Tuned for **AMD Strix Halo (gfx1151 / RDNA 3.5)** on the **ROCmFPX fork family** — we serve and benchmark these files on **our lab runtime** (full source: [pugant/strix-halo-llamacpp-lab](https://github.com/pugant/strix-halo-llamacpp-lab/tree/main/rocmfpx); upstream: [charlie12345/ROCmFPX](https://github.com/charlie12345/ROCmFPX)). Runs the full vision + text multimodal model in ~17.7 GiB.
30
 
31
  ## ⚠️ Critical warnings — read before downloading
32
 
@@ -176,10 +176,10 @@ No affiliation with AMD, Qwen, DeepReinforce, bartowski, unsloth, kyuz0, or char
176
  ---
177
 
178
  ## Runtime
179
- **Benchmark environment:** one bare-metal AMD Strix Halo (Ryzen AI MAX+ 395, 128 GB) — full dated configuration and measurement policy: [BARE-METAL.md](https://github.com/pugant/strix-halo-llamacpp-lab/blob/main/BARE-METAL.md)
180
 
181
  Requires a ROCmFPX fork build (custom tensor types — stock llama.cpp refuses the file).
182
- **Recommended: our lab build** ([pugant/strix-halo-llamacpp-lab](https://github.com/pugant/strix-halo-llamacpp-lab), `main`) —
183
  reasoning budget and persistent prompt cache on every model; drafter features
184
  where the model ships one: see the engine section of its README.
185
 
 
26
 
27
  ## TL;DR
28
 
29
+ `Ornith-1.5-35B` (35B params, 3B active per token, Qwen3.5-VL-MoE family) quantized to **`Q4_0_ROCMFP4_STRIX_LEAN`** (type 106 preset, ~4.29 BPW). Tuned for **AMD Strix Halo (gfx1151 / RDNA 3.5)** on the **ROCmFPX fork family** — we serve and benchmark these files on **our lab runtime** (full source: [pugant/strix-nebulosa](https://github.com/pugant/strix-nebulosa/tree/main/rocmfpx); upstream: [charlie12345/ROCmFPX](https://github.com/charlie12345/ROCmFPX)). Runs the full vision + text multimodal model in ~17.7 GiB.
30
 
31
  ## ⚠️ Critical warnings — read before downloading
32
 
 
176
  ---
177
 
178
  ## Runtime
179
+ **Benchmark environment:** one bare-metal AMD Strix Halo (Ryzen AI MAX+ 395, 128 GB) — full dated configuration and measurement policy: [BARE-METAL.md](https://github.com/pugant/strix-nebulosa/blob/main/BARE-METAL.md)
180
 
181
  Requires a ROCmFPX fork build (custom tensor types — stock llama.cpp refuses the file).
182
+ **Recommended: our lab build** ([pugant/strix-nebulosa](https://github.com/pugant/strix-nebulosa), `main`) —
183
  reasoning budget and persistent prompt cache on every model; drafter features
184
  where the model ships one: see the engine section of its README.
185