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

Add temporary Ling 3.0 correction notice

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,7 +13,10 @@ base_model:
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. Corrected files are being uploaded under the same filenames.
 
 
 
17
 
18
  Files downloaded before this correction should be downloaded again after completion, or repaired locally with
19
  [`add-ling3-clamp-metadata.py`](./add-ling3-clamp-metadata.py). The repair changes GGUF metadata only. It does not alter or requantize
 
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