Baekpica commited on
Commit
5c266c9
·
verified ·
1 Parent(s): 590e3f6

Clarify runtime and reproduction handoff status

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -63,7 +63,8 @@ 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/reproduction | [`Baekpica/ds4`](https://github.com/Baekpica/ds4), [`Baekpica/motif-3-mixed-ds4`](https://github.com/Baekpica/motif-3-mixed-ds4) |
 
67
 
68
  Only the official final Motif-3 checkpoint above was used. Motif-3-Beta was
69
  not used as a source, calibration input, implementation oracle, or fallback.
@@ -105,8 +106,11 @@ GDLA/differential heads and output gate, modified mHC, interleaved SWA/full
105
  attention with YaRN, latent KV semantics, and MTP. Do not assume that a stock
106
  GGUF runtime recognizes `motif3` merely because it can parse the container.
107
 
108
- The target runtime is
109
- [`Baekpica/ds4:feature/motif-3-model-loader`](https://github.com/Baekpica/ds4/tree/feature/motif-3-model-loader).
 
 
 
110
 
111
  ## Intended use in the mixed-quant pipeline
112
 
 
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
  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