docs: prepend REQUIRED warning — jangtq_runtime.safetensors sidecar must be downloaded
Browse files
README.md
CHANGED
|
@@ -19,21 +19,29 @@ tags:
|
|
| 19 |
- jangtq2
|
| 20 |
- reap
|
| 21 |
---
|
| 22 |
-
> ## ⚠️
|
| 23 |
>
|
| 24 |
-
>
|
| 25 |
-
>
|
| 26 |
-
>
|
| 27 |
-
>
|
| 28 |
-
>
|
| 29 |
-
>
|
| 30 |
-
>
|
| 31 |
-
>
|
|
|
|
|
|
|
|
|
|
| 32 |
>
|
| 33 |
-
>
|
| 34 |
> ```bash
|
| 35 |
> hf download OsaurusAI/MiniMax-M2.7-Small-JANGTQ jangtq_runtime.safetensors --local-dir <your-dir>
|
| 36 |
> ```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
|
|
|
|
| 19 |
- jangtq2
|
| 20 |
- reap
|
| 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-Small-JANGTQ 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 |
|
| 46 |
|
| 47 |
|