sanmonga22 commited on
Commit
369f344
·
verified ·
1 Parent(s): 86aa3c9

Prune QHexRT HNPU bundle to runtime-minimum artifacts

Browse files

Remove 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.

Files changed (3) hide show
  1. config.json +0 -7
  2. v79/melotts-en.json +23 -7
  3. 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
- "_comment": "melotts-en - Qualcomm Hexagon v79 (QHexRT) deployment manifest.",
4
- "model": { "name": "melotts-en", "family": "tts", "dsp_arch": "v79" },
 
 
 
5
  "artifacts": {
6
  "contexts": {
7
- "encoder": { "bin": "melo_encoder.bin" },
8
- "flow": { "bin": "melo_flow.bin" },
9
- "decoder": { "bin": "melo_decoder.bin" }
 
 
 
 
 
 
10
  },
11
  "tts_tokens": "melo_tokens.txt",
12
  "tts_lexicon": "melo_lexicon.txt"
13
  },
14
  "plan": {
15
  "steps": [
16
- { "host": "tts_synthesize",
17
- "params": { "encoder": "encoder", "flow": "flow", "decoder": "decoder", "length_scale": 1.0 } }
 
 
 
 
 
 
 
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
- "schema_version": 1,
3
- "_comment": "melotts-en - Qualcomm Hexagon v79 (QHexRT) deployment manifest.",
4
- "model": {
5
- "name": "melotts-en",
6
- "family": "tts",
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
- "tts_tokens": "melo_tokens.txt",
22
- "tts_lexicon": "melo_lexicon.txt"
23
- },
24
- "plan": {
25
- "steps": [
26
- {
27
- "host": "tts_synthesize",
28
- "params": {
29
- "encoder": "melo_encoder",
30
- "flow": "melo_flow",
31
- "decoder": "melo_decoder",
32
- "length_scale": 1.0
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
+ }