Prune QHexRT HNPU bundle to runtime-minimum artifacts
Browse filesRemove 1 non-runtime/sensitive files from the QHexRT HNPU bundle.
Strip non-runtime _comment metadata from 2 manifest(s) without changing runtime fields.
Audit artifacts: QHexRT/hf_hnpu_audit cleanup plan, manifest reference check, and multi-agent review.
- config.json +0 -7
- v79/melotts-en.json +23 -7
- v81/melotts-en.json +34 -35
config.json
DELETED
|
@@ -1,7 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"model_type": "qhexrt",
|
| 3 |
-
"name": "melotts_en_HNPU",
|
| 4 |
-
"framework": "qhexrt",
|
| 5 |
-
"runtime": "qnn-htp",
|
| 6 |
-
"_note": "Root config.json present so the Hugging Face Hub counts downloads (default query file for repos without a registered library)."
|
| 7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v79/melotts-en.json
CHANGED
|
@@ -1,20 +1,36 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
-
"
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
"artifacts": {
|
| 6 |
"contexts": {
|
| 7 |
-
"encoder": {
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
},
|
| 11 |
"tts_tokens": "melo_tokens.txt",
|
| 12 |
"tts_lexicon": "melo_lexicon.txt"
|
| 13 |
},
|
| 14 |
"plan": {
|
| 15 |
"steps": [
|
| 16 |
-
{
|
| 17 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
]
|
| 19 |
}
|
| 20 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": 1,
|
| 3 |
+
"model": {
|
| 4 |
+
"name": "melotts-en",
|
| 5 |
+
"family": "tts",
|
| 6 |
+
"dsp_arch": "v79"
|
| 7 |
+
},
|
| 8 |
"artifacts": {
|
| 9 |
"contexts": {
|
| 10 |
+
"encoder": {
|
| 11 |
+
"bin": "melo_encoder.bin"
|
| 12 |
+
},
|
| 13 |
+
"flow": {
|
| 14 |
+
"bin": "melo_flow.bin"
|
| 15 |
+
},
|
| 16 |
+
"decoder": {
|
| 17 |
+
"bin": "melo_decoder.bin"
|
| 18 |
+
}
|
| 19 |
},
|
| 20 |
"tts_tokens": "melo_tokens.txt",
|
| 21 |
"tts_lexicon": "melo_lexicon.txt"
|
| 22 |
},
|
| 23 |
"plan": {
|
| 24 |
"steps": [
|
| 25 |
+
{
|
| 26 |
+
"host": "tts_synthesize",
|
| 27 |
+
"params": {
|
| 28 |
+
"encoder": "encoder",
|
| 29 |
+
"flow": "flow",
|
| 30 |
+
"decoder": "decoder",
|
| 31 |
+
"length_scale": 1.0
|
| 32 |
+
}
|
| 33 |
+
}
|
| 34 |
]
|
| 35 |
}
|
| 36 |
}
|
v81/melotts-en.json
CHANGED
|
@@ -1,37 +1,36 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
"dsp_arch": "v81"
|
| 8 |
-
},
|
| 9 |
-
"artifacts": {
|
| 10 |
-
"contexts": {
|
| 11 |
-
"encoder": {
|
| 12 |
-
"bin": "melo_encoder.bin"
|
| 13 |
-
},
|
| 14 |
-
"flow": {
|
| 15 |
-
"bin": "melo_flow.bin"
|
| 16 |
-
},
|
| 17 |
-
"decoder": {
|
| 18 |
-
"bin": "melo_decoder.bin"
|
| 19 |
-
}
|
| 20 |
},
|
| 21 |
-
"
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"model": {
|
| 4 |
+
"name": "melotts-en",
|
| 5 |
+
"family": "tts",
|
| 6 |
+
"dsp_arch": "v81"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
},
|
| 8 |
+
"artifacts": {
|
| 9 |
+
"contexts": {
|
| 10 |
+
"encoder": {
|
| 11 |
+
"bin": "melo_encoder.bin"
|
| 12 |
+
},
|
| 13 |
+
"flow": {
|
| 14 |
+
"bin": "melo_flow.bin"
|
| 15 |
+
},
|
| 16 |
+
"decoder": {
|
| 17 |
+
"bin": "melo_decoder.bin"
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"tts_tokens": "melo_tokens.txt",
|
| 21 |
+
"tts_lexicon": "melo_lexicon.txt"
|
| 22 |
+
},
|
| 23 |
+
"plan": {
|
| 24 |
+
"steps": [
|
| 25 |
+
{
|
| 26 |
+
"host": "tts_synthesize",
|
| 27 |
+
"params": {
|
| 28 |
+
"encoder": "melo_encoder",
|
| 29 |
+
"flow": "melo_flow",
|
| 30 |
+
"decoder": "melo_decoder",
|
| 31 |
+
"length_scale": 1.0
|
| 32 |
+
}
|
| 33 |
+
}
|
| 34 |
+
]
|
| 35 |
+
}
|
| 36 |
+
}
|