Osaurus-AI commited on
Commit
dda9305
·
verified ·
1 Parent(s): 659302e

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
@@ -14,6 +14,28 @@ tags:
14
  - agentic-coding
15
  - quantized
16
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ![Osaurus](osaurus-x-banner.png)
19
 
 
14
  - agentic-coding
15
  - quantized
16
  ---
17
+ > ## ⚠️ REQUIRED — `jangtq_runtime.safetensors` sidecar must be downloaded
18
+ >
19
+ > Osaurus uses the native Swift JANGTQ runtime. **Every JANGTQ bundle on
20
+ > OsaurusAI ships a small `jangtq_runtime.safetensors` sidecar (~10 KB–~165 KB)
21
+ > alongside the weight shards.** The Swift loader will refuse to start with
22
+ > the error
23
+ > ```
24
+ > Error: Model '<name>' declares JANGTQ (weight_format: "mxtq") but is
25
+ > missing required sidecar file 'jangtq_runtime.safetensors'.
26
+ > Re-download the full model or obtain the sidecar from the original
27
+ > publisher.
28
+ > ```
29
+ > if the file is absent.
30
+ >
31
+ > If your local copy doesn't have it (older download, partial sync, etc):
32
+ > ```bash
33
+ > hf download OsaurusAI/Laguna-XS.2-JANGTQ jangtq_runtime.safetensors --local-dir <your-dir>
34
+ > ```
35
+ > The file holds the deterministic codebooks + Hadamard rotation signs the
36
+ > Swift loader uses to decode `*.tq_packed` weights. It must match the seed
37
+ > the bundle was quantized with (`mxtq_seed=42`).
38
+
39
 
40
  ![Osaurus](osaurus-x-banner.png)
41