Osaurus-AI commited on
Commit
3947838
·
verified ·
1 Parent(s): 9115827

docs: clarify warning — Osaurus loader is Swift-only, sidecar is required

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -25,19 +25,17 @@ tags:
25
  > quantized weight shards, and the codebook + Hadamard-rotation sidecar
26
  > (`jangtq_runtime.safetensors`) was uploaded ~2.1h later.
27
  >
28
- > **If your local copy is missing `jangtq_runtime.safetensors`,** the Swift
29
- > JANGTQ loader (and any decoder that reads codebooks from a sidecar
30
- > rather than re-deriving them at load time) will produce incoherent output.
 
31
  >
32
  > **Action:** re-pull the bundle (or just download the single file):
33
  > ```bash
34
  > hf download OsaurusAI/MiniMax-M2.7-Small-JANGTQ jangtq_runtime.safetensors --local-dir <your-dir>
35
  > ```
36
- > Bundles without this file but with `model.safetensors.index.json` listing
37
- > only `*.tq_packed`/`.tq_norms`/`.tq_bits` triplets are also fine for the
38
- > **Python** runtime — codebooks are recomputed from `(in_features, bits)`
39
- > via `jang_tools.turboquant.codebook.compute_codebook` at load time. The
40
- > sidecar exists for the Swift native loader.
41
 
42
 
43
  <p align="center">
 
25
  > quantized weight shards, and the codebook + Hadamard-rotation sidecar
26
  > (`jangtq_runtime.safetensors`) was uploaded ~2.1h later.
27
  >
28
+ > **OsaurusAI bundles are loaded by the Osaurus Swift app via the native
29
+ > JANGTQ runtime `jangtq_runtime.safetensors` is required.** Without it,
30
+ > the loader cannot reconstruct the codebook used during quantization and
31
+ > output is incoherent.
32
  >
33
  > **Action:** re-pull the bundle (or just download the single file):
34
  > ```bash
35
  > hf download OsaurusAI/MiniMax-M2.7-Small-JANGTQ jangtq_runtime.safetensors --local-dir <your-dir>
36
  > ```
37
+
38
+
 
 
 
39
 
40
 
41
  <p align="center">