Osaurus-AI commited on
Commit
d9d4b54
·
verified ·
1 Parent(s): 05f5c69

docs: prepend REQUIRED warning — jangtq_runtime.safetensors sidecar must be downloaded

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -19,6 +19,28 @@ tags:
19
  - 4bit
20
  - turboquant
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  <p align="center">
24
  <a href="https://osaurus.ai"><img src="./osaurus-x-banner.png" alt="Osaurus AI"></a>
 
19
  - 4bit
20
  - turboquant
21
  ---
22
+ > ## ⚠️ REQUIRED — `jangtq_runtime.safetensors` sidecar must be downloaded
23
+ >
24
+ > Osaurus uses the native Swift JANGTQ runtime. **Every JANGTQ bundle on
25
+ > OsaurusAI ships a small `jangtq_runtime.safetensors` sidecar (~10 KB–~165 KB)
26
+ > alongside the weight shards.** The Swift loader will refuse to start with
27
+ > the error
28
+ > ```
29
+ > Error: Model '<name>' declares JANGTQ (weight_format: "mxtq") but is
30
+ > missing required sidecar file 'jangtq_runtime.safetensors'.
31
+ > Re-download the full model or obtain the sidecar from the original
32
+ > publisher.
33
+ > ```
34
+ > if the file is absent.
35
+ >
36
+ > If your local copy doesn't have it (older download, partial sync, etc):
37
+ > ```bash
38
+ > hf download OsaurusAI/MiniMax-M2.7-JANGTQ4 jangtq_runtime.safetensors --local-dir <your-dir>
39
+ > ```
40
+ > The file holds the deterministic codebooks + Hadamard rotation signs the
41
+ > Swift loader uses to decode `*.tq_packed` weights. It must match the seed
42
+ > the bundle was quantized with (`mxtq_seed=42`).
43
+
44
 
45
  <p align="center">
46
  <a href="https://osaurus.ai"><img src="./osaurus-x-banner.png" alt="Osaurus AI"></a>