Baekpica commited on
Commit
77c3d12
·
verified ·
1 Parent(s): 2cabbc9

Finalize H200 handoff documentation

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -1
  2. README.md +15 -2
.gitattributes CHANGED
@@ -1,3 +1,2 @@
1
  *.gguf filter=lfs diff=lfs merge=lfs -text
2
  *.safetensors filter=lfs diff=lfs merge=lfs -text
3
-
 
1
  *.gguf filter=lfs diff=lfs merge=lfs -text
2
  *.safetensors filter=lfs diff=lfs merge=lfs -text
 
README.md CHANGED
@@ -37,6 +37,18 @@ Nothing is pruned, merged, expert-dropped, or layer-dropped.
37
  Start with `Motif-3-Q8_0-00001-of-00011.gguf`; split-aware runtimes discover
38
  the remaining shards automatically. Exact hashes are in `Q8_0-SHA256SUMS`.
39
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  This reference follows the control-path protection policy used by the mixed
41
  release. Its 2,287 GGUF tensors comprise:
42
 
@@ -61,9 +73,10 @@ Q8_0; decision-sensitive controls remain at their locked higher precision.
61
  | GGUF tensors | 2,287 (51 fused gate/up tensors are losslessly separated) |
62
  | GGUF architecture | `motif3` |
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
 
@@ -110,7 +123,7 @@ GGUF runtime recognizes `motif3` merely because it can parse the container.
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
 
37
  Start with `Motif-3-Q8_0-00001-of-00011.gguf`; split-aware runtimes discover
38
  the remaining shards automatically. Exact hashes are in `Q8_0-SHA256SUMS`.
39
 
40
+ The weight files are fixed at Hub revision
41
+ `5c266c95bf8c8d822d50e5e1cce9d108eaadb2af`. Later model-card commits do
42
+ not change shard bytes or hashes.
43
+
44
+ ```bash
45
+ hf download Baekpica/Motif-3-GGUF \
46
+ --revision 5c266c95bf8c8d822d50e5e1cce9d108eaadb2af \
47
+ --include 'Motif-3-Q8_0-*.gguf' \
48
+ --include Q8_0-SHA256SUMS \
49
+ --local-dir ./Motif-3-Q8_0
50
+ ```
51
+
52
  This reference follows the control-path protection policy used by the mixed
53
  release. Its 2,287 GGUF tensors comprise:
54
 
 
73
  | GGUF tensors | 2,287 (51 fused gate/up tensors are losslessly separated) |
74
  | GGUF architecture | `motif3` |
75
  | Native context metadata | 262,144 tokens |
76
+ | Fixed Q8-weight revision | `5c266c95bf8c8d822d50e5e1cce9d108eaadb2af` |
77
  | Official implementation oracle | `MotifTechnologies/vllm@4cd9eb4129883565e69d508038d783d59ee01867` |
78
  | Conversion base | `ggml-org/llama.cpp@1d2869c6e54d5003f3927a79efbca0fefa034a6d` |
79
+ | Native runtime | [`Baekpica/ds4:feature/motif-3-model-loader@d878ea1`](https://github.com/Baekpica/ds4/tree/feature/motif-3-model-loader) |
80
  | Public reproduction | [`Baekpica/motif-3-mixed-ds4`](https://github.com/Baekpica/motif-3-mixed-ds4) |
81
  | Private Spark handoff | Expensive state is preserved in `hf://buckets/Baekpica/motif-3-spark-handoff` |
82
 
 
123
  The H200 development branch is publicly available as
124
  [`Baekpica/ds4:feature/motif-3-model-loader`](https://github.com/Baekpica/ds4/tree/feature/motif-3-model-loader)
125
  at exact implementation commit
126
+ `d878ea1a1d67bc0f0bd60e20e75b4a011aa2d8d9`. The private Spark handoff also
127
  preserves an offline source snapshot and commit metadata.
128
 
129
  ## Intended use in the mixed-quant pipeline