Prune QHexRT HNPU bundle to runtime-minimum artifacts
Browse filesStrip non-runtime _comment metadata from 1 manifest(s) without changing runtime fields.
Audit artifacts: QHexRT/hf_hnpu_audit cleanup plan, manifest reference check, and multi-agent review.
- v81/nv-embedcode-7b.json +39 -8
v81/nv-embedcode-7b.json
CHANGED
|
@@ -1,17 +1,48 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
"artifacts": {
|
| 7 |
"contexts": {
|
| 8 |
-
"enc_p0": {
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
},
|
| 13 |
"embed": "nvembedcode7b_embed_f16.bin",
|
| 14 |
"tokenizer": "tokenizer.json"
|
| 15 |
},
|
| 16 |
-
"plan": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
+
"model": {
|
| 4 |
+
"name": "nv-embedcode-7b",
|
| 5 |
+
"family": "embedding",
|
| 6 |
+
"dsp_arch": "v81",
|
| 7 |
+
"tokenizer_pre": "default"
|
| 8 |
+
},
|
| 9 |
+
"params": {
|
| 10 |
+
"hidden": 4096,
|
| 11 |
+
"vocab": 32000,
|
| 12 |
+
"n_layers": 32,
|
| 13 |
+
"head_dim": 128,
|
| 14 |
+
"max_ctx": 128,
|
| 15 |
+
"eos_token_id": 2
|
| 16 |
+
},
|
| 17 |
"artifacts": {
|
| 18 |
"contexts": {
|
| 19 |
+
"enc_p0": {
|
| 20 |
+
"bin": "nvembedcode7b_enc_p0_w8.bin"
|
| 21 |
+
},
|
| 22 |
+
"enc_p1": {
|
| 23 |
+
"bin": "nvembedcode7b_enc_p1_w8.bin"
|
| 24 |
+
},
|
| 25 |
+
"enc_p2": {
|
| 26 |
+
"bin": "nvembedcode7b_enc_p2_w8.bin"
|
| 27 |
+
},
|
| 28 |
+
"enc_p3": {
|
| 29 |
+
"bin": "nvembedcode7b_enc_p3_w8.bin"
|
| 30 |
+
}
|
| 31 |
},
|
| 32 |
"embed": "nvembedcode7b_embed_f16.bin",
|
| 33 |
"tokenizer": "tokenizer.json"
|
| 34 |
},
|
| 35 |
+
"plan": {
|
| 36 |
+
"steps": [
|
| 37 |
+
{
|
| 38 |
+
"host": "llama_embed_sharded",
|
| 39 |
+
"params": {
|
| 40 |
+
"encoder_parts": "nvembedcode7b_enc_p0_w8,nvembedcode7b_enc_p1_w8,nvembedcode7b_enc_p2_w8,nvembedcode7b_enc_p3_w8",
|
| 41 |
+
"rope_factor": 1.0,
|
| 42 |
+
"rope_theta": 10000.0,
|
| 43 |
+
"neg": -50000
|
| 44 |
+
}
|
| 45 |
+
}
|
| 46 |
+
]
|
| 47 |
+
}
|
| 48 |
}
|