sm280299 commited on
Commit
26d21d9
·
verified ·
1 Parent(s): ba2b96f

fix(v75): keep g2p + host_weights in manifest for SDK prune

Browse files
Files changed (1) hide show
  1. v75/kokoro-en.json +58 -2
v75/kokoro-en.json CHANGED
@@ -42,7 +42,63 @@
42
  "bin": "gen_s2.bin"
43
  }
44
  },
45
- "fixture_dir": "."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  },
47
  "plan": {
48
  "steps": [
@@ -61,4 +117,4 @@
61
  }
62
  ]
63
  }
64
- }
 
42
  "bin": "gen_s2.bin"
43
  }
44
  },
45
+ "fixture_dir": ".",
46
+ "tts_lexicon": "kokoro_lexicon.txt",
47
+ "tts_vocab": "kokoro_vocab.txt",
48
+ "voices": "voices.bin",
49
+ "host_weights": [
50
+ "host_weights/asr_res_bias.bin",
51
+ "host_weights/asr_res_weight.bin",
52
+ "host_weights/embeddings_LayerNorm_bias.bin",
53
+ "host_weights/embeddings_LayerNorm_weight.bin",
54
+ "host_weights/embeddings_hidden_mapping_bias.bin",
55
+ "host_weights/embeddings_hidden_mapping_weight.bin",
56
+ "host_weights/embeddings_position_embeddings.bin",
57
+ "host_weights/embeddings_token_type_embeddings.bin",
58
+ "host_weights/embeddings_word_embeddings.bin",
59
+ "host_weights/f0_conv_bias.bin",
60
+ "host_weights/f0_conv_weight.bin",
61
+ "host_weights/istft_inverse_basis.bin",
62
+ "host_weights/istft_window_sum.bin",
63
+ "host_weights/lstm_encoder_B.bin",
64
+ "host_weights/lstm_encoder_R.bin",
65
+ "host_weights/lstm_encoder_W.bin",
66
+ "host_weights/lstm_prosody_0_B.bin",
67
+ "host_weights/lstm_prosody_0_R.bin",
68
+ "host_weights/lstm_prosody_0_W.bin",
69
+ "host_weights/lstm_prosody_2_B.bin",
70
+ "host_weights/lstm_prosody_2_R.bin",
71
+ "host_weights/lstm_prosody_2_W.bin",
72
+ "host_weights/lstm_prosody_4_B.bin",
73
+ "host_weights/lstm_prosody_4_R.bin",
74
+ "host_weights/lstm_prosody_4_W.bin",
75
+ "host_weights/lstm_shared_B.bin",
76
+ "host_weights/lstm_shared_R.bin",
77
+ "host_weights/lstm_shared_W.bin",
78
+ "host_weights/lstm_textenc_B.bin",
79
+ "host_weights/lstm_textenc_R.bin",
80
+ "host_weights/lstm_textenc_W.bin",
81
+ "host_weights/n_conv_bias.bin",
82
+ "host_weights/n_conv_weight.bin",
83
+ "host_weights/prosody_adaln_1_fc_bias.bin",
84
+ "host_weights/prosody_adaln_1_fc_weight.bin",
85
+ "host_weights/prosody_adaln_3_fc_bias.bin",
86
+ "host_weights/prosody_adaln_3_fc_weight.bin",
87
+ "host_weights/prosody_adaln_5_fc_bias.bin",
88
+ "host_weights/prosody_adaln_5_fc_weight.bin",
89
+ "host_weights/sine_harmonics.bin",
90
+ "host_weights/sine_l_linear_bias.bin",
91
+ "host_weights/sine_l_linear_weight.bin",
92
+ "host_weights/sine_noise_std_unused.bin",
93
+ "host_weights/sine_pi.bin",
94
+ "host_weights/sine_sampling_rate.bin",
95
+ "host_weights/sine_sine_amp.bin",
96
+ "host_weights/sine_two.bin",
97
+ "host_weights/sine_upsample.bin",
98
+ "host_weights/sine_voiced_threshold.bin",
99
+ "host_weights/stft_window.bin",
100
+ "host_weights/textenc_embedding.bin"
101
+ ]
102
  },
103
  "plan": {
104
  "steps": [
 
117
  }
118
  ]
119
  }
120
+ }