anemll commited on
Commit
a701e8e
·
verified ·
1 Parent(s): 184e946

Reference Qwen3.8 source branch

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -23,9 +23,10 @@ SSD-backed Flash-MoE package for **Qwen3.8-2.4T-A95B**, exported from the
23
  This is not a conventional standalone GGUF. The non-routed and shared tensors
24
  are stored in `model-dense.gguf`; routed expert tensors are stored separately in
25
  a layer-major `sidecar/` and loaded into a per-layer resident slot bank on demand.
26
- Use the Flash-MoE-enabled `anemll-flash-llama.cpp` runtime. Stock `llama.cpp`
27
- builds that do not understand this package layout or its `IQ1_XXXS` routed
28
- experts cannot run it.
 
29
 
30
  ## Model and package details
31
 
@@ -130,7 +131,8 @@ Important runtime choices:
130
 
131
  - Base model: [Qwen/Qwen3.8-2.4T-A95B](https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B)
132
  - Source quantization: [unsloth/Qwen3.8-2.4T-A95B-GGUF, UD-Q1_0](https://huggingface.co/unsloth/Qwen3.8-2.4T-A95B-GGUF/tree/main/UD-Q1_0)
133
- - Flash-MoE packaging/runtime: ANEMLL `anemll-flash-llama.cpp`
 
134
 
135
  The embedded GGUF metadata reports `license: other`. Review and comply with the
136
  base model and source repository license terms before use or redistribution.
 
23
  This is not a conventional standalone GGUF. The non-routed and shared tensors
24
  are stored in `model-dense.gguf`; routed expert tensors are stored separately in
25
  a layer-major `sidecar/` and loaded into a per-layer resident slot bank on demand.
26
+ Use the Flash-MoE-enabled [`Qwen3.8` branch of
27
+ `anemll-flash-llama.cpp`](https://github.com/Anemll/anemll-flash-llama.cpp/tree/Qwen3.8).
28
+ Stock `llama.cpp` builds that do not understand this package layout or its
29
+ `IQ1_XXXS` routed experts cannot run it.
30
 
31
  ## Model and package details
32
 
 
131
 
132
  - Base model: [Qwen/Qwen3.8-2.4T-A95B](https://huggingface.co/Qwen/Qwen3.8-2.4T-A95B)
133
  - Source quantization: [unsloth/Qwen3.8-2.4T-A95B-GGUF, UD-Q1_0](https://huggingface.co/unsloth/Qwen3.8-2.4T-A95B-GGUF/tree/main/UD-Q1_0)
134
+ - Flash-MoE packaging/runtime: [ANEMLL `anemll-flash-llama.cpp`, `Qwen3.8`
135
+ branch](https://github.com/Anemll/anemll-flash-llama.cpp/tree/Qwen3.8)
136
 
137
  The embedded GGUF metadata reports `license: other`. Review and comply with the
138
  base model and source repository license terms before use or redistribution.