bloomer010 commited on
Commit
c0edc4f
·
verified ·
1 Parent(s): 8a18b58

Shorten correction notice

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -10,20 +10,13 @@ base_model:
10
 
11
  Stock llama.cpp builds without bailingmoe3 support will not load the model.
12
 
13
- ### SwiGLU metadata correction in progress
14
 
15
- The original GGUF revisions omitted the trained per-layer SwiGLU clamp metadata declared by the released model configuration. This
16
- can cause rare but severe output corruption in later layers.
17
 
18
- The repository correction is not yet complete. A tokenizer and tool-template audit is in progress so every required metadata change
19
- can be included in one replacement pass. Please wait for the completion notice before downloading these files again.
20
-
21
- Files downloaded before this correction should be downloaded again after completion, or repaired locally with
22
- [`add-ling3-clamp-metadata.py`](./add-ling3-clamp-metadata.py). The repair changes GGUF metadata only. It does not alter or requantize
23
- tensor data.
24
-
25
- The corrected llama.cpp converter and loader are available in the linked fork. Commit:
26
- [`c51308d8`](https://github.com/aetherbird/llama.cpp/commit/c51308d8)
27
 
28
  ## Conversion and Quantization
29
 
 
10
 
11
  Stock llama.cpp builds without bailingmoe3 support will not load the model.
12
 
13
+ ### ⚠️ Correction in progress
14
 
15
+ Earlier GGUF revisions omitted Ling 3.0's trained SwiGLU clamp metadata. Please wait for the completion notice before downloading;
16
+ a combined metadata and template audit is underway.
17
 
18
+ Existing files will only need redownloading or [local repair](./add-ling3-clamp-metadata.py), not requantization. llama.cpp fix:
19
+ [`c51308d8`](https://github.com/aetherbird/llama.cpp/commit/c51308d8).
 
 
 
 
 
 
 
20
 
21
  ## Conversion and Quantization
22