Baekpica commited on
Commit
2cabbc9
·
verified ·
1 Parent(s): 5c266c9

Link public Motif reproduction and ds4 runtime

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -63,8 +63,9 @@ Q8_0; decision-sensitive controls remain at their locked higher precision.
63
  | Native context metadata | 262,144 tokens |
64
  | Official implementation oracle | `MotifTechnologies/vllm@4cd9eb4129883565e69d508038d783d59ee01867` |
65
  | Conversion base | `ggml-org/llama.cpp@1d2869c6e54d5003f3927a79efbca0fefa034a6d` |
66
- | Runtime base | [`Baekpica/ds4`](https://github.com/Baekpica/ds4) |
67
- | H200 reproduction state | Preserved in the private `Baekpica/motif-3-spark-handoff` bucket |
 
68
 
69
  Only the official final Motif-3 checkpoint above was used. Motif-3-Beta was
70
  not used as a source, calibration input, implementation oracle, or fallback.
@@ -106,11 +107,11 @@ GDLA/differential heads and output gate, modified mHC, interleaved SWA/full
106
  attention with YaRN, latent KV semantics, and MTP. Do not assume that a stock
107
  GGUF runtime recognizes `motif3` merely because it can parse the container.
108
 
109
- The H200 development branch is named `feature/motif-3-model-loader` on the
110
- [`Baekpica/ds4`](https://github.com/Baekpica/ds4) base. Its exact current
111
- uncommitted state is preserved as a patch plus complete touched sources in the
112
- private Spark handoff; this Q8 artifact does not claim that a public remote
113
- feature branch has been released.
114
 
115
  ## Intended use in the mixed-quant pipeline
116
 
 
63
  | Native context metadata | 262,144 tokens |
64
  | Official implementation oracle | `MotifTechnologies/vllm@4cd9eb4129883565e69d508038d783d59ee01867` |
65
  | Conversion base | `ggml-org/llama.cpp@1d2869c6e54d5003f3927a79efbca0fefa034a6d` |
66
+ | Native runtime | [`Baekpica/ds4:feature/motif-3-model-loader@bbce7eec`](https://github.com/Baekpica/ds4/tree/feature/motif-3-model-loader) |
67
+ | Public reproduction | [`Baekpica/motif-3-mixed-ds4`](https://github.com/Baekpica/motif-3-mixed-ds4) |
68
+ | Private Spark handoff | Expensive state is preserved in `hf://buckets/Baekpica/motif-3-spark-handoff` |
69
 
70
  Only the official final Motif-3 checkpoint above was used. Motif-3-Beta was
71
  not used as a source, calibration input, implementation oracle, or fallback.
 
107
  attention with YaRN, latent KV semantics, and MTP. Do not assume that a stock
108
  GGUF runtime recognizes `motif3` merely because it can parse the container.
109
 
110
+ The H200 development branch is publicly available as
111
+ [`Baekpica/ds4:feature/motif-3-model-loader`](https://github.com/Baekpica/ds4/tree/feature/motif-3-model-loader)
112
+ at exact implementation commit
113
+ `bbce7eecf54703ae315328d4e240531c5a9f1a22`. The private Spark handoff also
114
+ preserves an offline source snapshot and commit metadata.
115
 
116
  ## Intended use in the mixed-quant pipeline
117