qaihm-bot commited on
Commit
0b928a9
·
verified ·
1 Parent(s): 621713b

See https://github.com/qualcomm/ai-hub-models/releases/v0.58.0 for changelog.

Files changed (2) hide show
  1. README.md +115 -97
  2. release_assets.json +13 -13
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-to-audio
15
  PiperTTS is a high-quality multi-lingual text-to-speech library.
16
 
17
  This is based on the implementation of PiperTTS-EN found [here](https://github.com/rhasspy/piper).
18
- This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.3/src/qai_hub_models/models/pipertts_en) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
21
 
@@ -28,32 +28,32 @@ Below are pre-exported model assets ready for deployment.
28
 
29
  | Runtime | Precision | Chipset | SDK Versions | Download |
30
  |---|---|---|---|---|
31
- | VOICE_AI | float | Snapdragon® X2 Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip)
32
- | VOICE_AI | float | Snapdragon® X Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip)
33
- | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip)
34
- | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen1.zip)
35
- | VOICE_AI | float | Qualcomm® QCS8275 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs8275.zip)
36
- | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip)
37
- | VOICE_AI | float | Qualcomm® SA8775P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip)
38
- | VOICE_AI | float | Snapdragon® 8 Elite Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
39
- | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip)
40
- | VOICE_AI | float | Qualcomm® SA7255P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip)
41
- | VOICE_AI | float | Qualcomm® SA8295P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip)
42
- | VOICE_AI | float | Qualcomm® QCS9075 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip)
43
 
44
  For more device-specific assets and performance metrics, visit **[PiperTTS-EN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/pipertts_en)**.
45
 
46
 
47
  ### Option 2: Export with Custom Configurations
48
 
49
- Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.57.3/src/qai_hub_models/models/pipertts_en) Python library to compile and export the model with your own:
50
  - Custom weights (e.g., fine-tuned checkpoints)
51
  - Custom input shapes
52
  - Target device and runtime configurations
53
 
54
  This option is ideal if you need to customize the model beyond the default configuration provided here.
55
 
56
- See our repository for [PiperTTS-EN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.57.3/src/qai_hub_models/models/pipertts_en) for usage instructions.
57
 
58
  ## Model Details
59
 
@@ -78,90 +78,108 @@ See our repository for [PiperTTS-EN on GitHub](https://github.com/qualcomm/ai-hu
78
  ## Performance Summary
79
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
80
  |---|---|---|---|---|---|---
81
- | charsiu_decoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.311 ms | 1 - 1 MB | NPU
82
- | charsiu_decoder | VOICE_AI | float | Snapdragon® X Elite | 0.437 ms | 1 - 1 MB | NPU
83
- | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.326 ms | 0 - 7 MB | NPU
84
- | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 0.577 ms | 1 - 14 MB | NPU
85
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8275 | 0.976 ms | 0 - 9 MB | NPU
86
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 0.393 ms | 1 - 2 MB | NPU
87
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8450 | 0.577 ms | 1 - 14 MB | NPU
88
- | charsiu_decoder | VOICE_AI | float | Qualcomm® SA7255P | 0.976 ms | 0 - 9 MB | NPU
89
- | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 0.317 ms | 0 - 10 MB | NPU
90
- | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8295P | 0.792 ms | 0 - 5 MB | NPU
91
- | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.265 ms | 0 - 9 MB | NPU
92
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS9075 | 0.517 ms | 1 - 3 MB | NPU
93
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8750 | 0.317 ms | 0 - 10 MB | NPU
94
- | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS7181 | 0.437 ms | 1 - 1 MB | NPU
95
- | charsiu_encoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.606 ms | 0 - 0 MB | NPU
96
- | charsiu_encoder | VOICE_AI | float | Snapdragon® X Elite | 1.063 ms | 0 - 0 MB | NPU
97
- | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.634 ms | 0 - 7 MB | NPU
98
- | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 1.341 ms | 0 - 10 MB | NPU
99
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8275 | 2.779 ms | 0 - 8 MB | NPU
100
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 0.917 ms | 0 - 1 MB | NPU
101
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8450 | 1.341 ms | 0 - 10 MB | NPU
102
- | charsiu_encoder | VOICE_AI | float | Qualcomm® SA7255P | 2.779 ms | 0 - 8 MB | NPU
103
- | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 0.525 ms | 0 - 9 MB | NPU
104
- | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8295P | 1.758 ms | 0 - 6 MB | NPU
105
- | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.488 ms | 0 - 8 MB | NPU
106
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS9075 | 1.115 ms | 0 - 2 MB | NPU
107
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8750 | 0.525 ms | 0 - 9 MB | NPU
108
- | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS7181 | 1.063 ms | 0 - 0 MB | NPU
109
- | decoder | VOICE_AI | float | Snapdragon® X2 Elite | 1.709 ms | 0 - 0 MB | NPU
110
- | decoder | VOICE_AI | float | Snapdragon® X Elite | 3.085 ms | 0 - 0 MB | NPU
111
- | decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 2.196 ms | 0 - 7 MB | NPU
112
- | decoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 4.365 ms | 0 - 9 MB | NPU
113
- | decoder | VOICE_AI | float | Qualcomm® QCS8275 | 8.042 ms | 0 - 8 MB | NPU
114
- | decoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 3.018 ms | 0 - 2 MB | NPU
115
- | decoder | VOICE_AI | float | Qualcomm® QCS8450 | 4.365 ms | 0 - 9 MB | NPU
116
- | decoder | VOICE_AI | float | Qualcomm® SA7255P | 8.042 ms | 0 - 8 MB | NPU
117
- | decoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 1.893 ms | 0 - 9 MB | NPU
118
- | decoder | VOICE_AI | float | Qualcomm® SA8295P | 3.991 ms | 0 - 6 MB | NPU
119
- | decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 1.812 ms | 0 - 8 MB | NPU
120
- | decoder | VOICE_AI | float | Qualcomm® QCS9075 | 3.333 ms | 2 - 4 MB | NPU
121
- | decoder | VOICE_AI | float | Qualcomm® QCS8750 | 1.893 ms | 0 - 9 MB | NPU
122
- | decoder | VOICE_AI | float | Qualcomm® QCS7181 | 3.085 ms | 0 - 0 MB | NPU
123
- | encoder | VOICE_AI | float | Snapdragon® X2 Elite | 18.577 ms | 0 - 0 MB | NPU
124
- | encoder | VOICE_AI | float | Snapdragon® X Elite | 29.958 ms | 0 - 0 MB | NPU
125
- | encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 23.548 ms | 0 - 7 MB | NPU
126
- | encoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 38.498 ms | 0 - 9 MB | NPU
127
- | encoder | VOICE_AI | float | Qualcomm® QCS8275 | 47.377 ms | 0 - 9 MB | NPU
128
- | encoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 30.344 ms | 0 - 2 MB | NPU
129
- | encoder | VOICE_AI | float | Qualcomm® QCS8450 | 38.498 ms | 0 - 9 MB | NPU
130
- | encoder | VOICE_AI | float | Qualcomm® SA7255P | 47.377 ms | 0 - 9 MB | NPU
131
- | encoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 19.169 ms | 0 - 9 MB | NPU
132
- | encoder | VOICE_AI | float | Qualcomm® SA8295P | 34.944 ms | 0 - 6 MB | NPU
133
- | encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 17.095 ms | 0 - 9 MB | NPU
134
- | encoder | VOICE_AI | float | Qualcomm® QCS9075 | 32.76 ms | 2 - 5 MB | NPU
135
- | encoder | VOICE_AI | float | Qualcomm® QCS8750 | 19.169 ms | 0 - 9 MB | NPU
136
- | encoder | VOICE_AI | float | Qualcomm® QCS7181 | 29.958 ms | 0 - 0 MB | NPU
137
- | flow | VOICE_AI | float | Snapdragon® X2 Elite | 9.636 ms | 4 - 4 MB | NPU
138
- | flow | VOICE_AI | float | Snapdragon® X Elite | 15.853 ms | 4 - 4 MB | NPU
139
- | flow | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 11.124 ms | 4 - 11 MB | NPU
140
- | flow | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 18.214 ms | 3 - 12 MB | NPU
141
- | flow | VOICE_AI | float | Qualcomm® QCS8275 | 40.02 ms | 2 - 11 MB | NPU
142
- | flow | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 15.189 ms | 4 - 5 MB | NPU
143
- | flow | VOICE_AI | float | Qualcomm® QCS8450 | 18.214 ms | 3 - 12 MB | NPU
144
- | flow | VOICE_AI | float | Qualcomm® SA7255P | 40.02 ms | 2 - 11 MB | NPU
145
- | flow | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 8.908 ms | 1 - 10 MB | NPU
146
- | flow | VOICE_AI | float | Qualcomm® SA8295P | 18.818 ms | 0 - 6 MB | NPU
147
- | flow | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 8.94 ms | 3 - 12 MB | NPU
148
- | flow | VOICE_AI | float | Qualcomm® QCS9075 | 17.159 ms | 4 - 10 MB | NPU
149
- | flow | VOICE_AI | float | Qualcomm® QCS8750 | 8.908 ms | 1 - 10 MB | NPU
150
- | flow | VOICE_AI | float | Qualcomm® QCS7181 | 15.853 ms | 4 - 4 MB | NPU
151
- | sdp | VOICE_AI | float | Snapdragon® X2 Elite | 7.091 ms | 0 - 0 MB | NPU
152
- | sdp | VOICE_AI | float | Snapdragon® X Elite | 11.316 ms | 0 - 0 MB | NPU
153
- | sdp | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 7.676 ms | 0 - 8 MB | NPU
154
- | sdp | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 11.178 ms | 1 - 10 MB | NPU
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
155
  | sdp | VOICE_AI | float | Qualcomm® QCS8275 | 20.611 ms | 0 - 10 MB | NPU
156
- | sdp | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 10.43 ms | 0 - 2 MB | NPU
157
- | sdp | VOICE_AI | float | Qualcomm® QCS8450 | 11.178 ms | 1 - 10 MB | NPU
 
 
 
 
 
158
  | sdp | VOICE_AI | float | Qualcomm® SA7255P | 20.611 ms | 0 - 10 MB | NPU
159
- | sdp | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 6.968 ms | 0 - 9 MB | NPU
160
- | sdp | VOICE_AI | float | Qualcomm® SA8295P | 12.693 ms | 0 - 6 MB | NPU
161
- | sdp | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 6.602 ms | 0 - 8 MB | NPU
162
- | sdp | VOICE_AI | float | Qualcomm® QCS9075 | 11.239 ms | 2 - 4 MB | NPU
163
- | sdp | VOICE_AI | float | Qualcomm® QCS8750 | 6.968 ms | 0 - 9 MB | NPU
164
- | sdp | VOICE_AI | float | Qualcomm® QCS7181 | 11.316 ms | 0 - 0 MB | NPU
165
 
166
  ## License
167
  * The license for the original implementation of PiperTTS-EN can be found
 
15
  PiperTTS is a high-quality multi-lingual text-to-speech library.
16
 
17
  This is based on the implementation of PiperTTS-EN found [here](https://github.com/rhasspy/piper).
18
+ This repository contains pre-exported model files optimized for Qualcomm® devices. You can use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/pipertts_en) library to export with custom configurations. More details on model performance across various devices, can be found [here](#performance-summary).
19
 
20
  Qualcomm AI Hub Models uses [Qualcomm AI Hub Workbench](https://workbench.aihub.qualcomm.com) to compile, profile, and evaluate this model. [Sign up](https://myaccount.qualcomm.com/signup) to run these models on a hosted Qualcomm® device.
21
 
 
28
 
29
  | Runtime | Precision | Chipset | SDK Versions | Download |
30
  |---|---|---|---|---|
31
+ | VOICE_AI | float | Snapdragon® X2 Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip)
32
+ | VOICE_AI | float | Snapdragon® X Elite | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip)
33
+ | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip)
34
+ | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen1.zip)
35
+ | VOICE_AI | float | Qualcomm® QCS8275 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs8275.zip)
36
+ | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip)
37
+ | VOICE_AI | float | Qualcomm® SA8775P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip)
38
+ | VOICE_AI | float | Snapdragon® 8 Elite Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
39
+ | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip)
40
+ | VOICE_AI | float | Qualcomm® SA7255P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip)
41
+ | VOICE_AI | float | Qualcomm® SA8295P | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip)
42
+ | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip)
43
 
44
  For more device-specific assets and performance metrics, visit **[PiperTTS-EN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/pipertts_en)**.
45
 
46
 
47
  ### Option 2: Export with Custom Configurations
48
 
49
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/pipertts_en) Python library to compile and export the model with your own:
50
  - Custom weights (e.g., fine-tuned checkpoints)
51
  - Custom input shapes
52
  - Target device and runtime configurations
53
 
54
  This option is ideal if you need to customize the model beyond the default configuration provided here.
55
 
56
+ See our repository for [PiperTTS-EN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/v0.58.0/src/qai_hub_models/models/pipertts_en) for usage instructions.
57
 
58
  ## Model Details
59
 
 
78
  ## Performance Summary
79
  | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
80
  |---|---|---|---|---|---|---
81
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.341 ms | 1 - 1 MB | NPU
82
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® X Elite | 0.44 ms | 1 - 1 MB | NPU
83
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.322 ms | 0 - 7 MB | NPU
84
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 0.572 ms | 0 - 9 MB | NPU
85
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8275 | 0.991 ms | 0 - 7 MB | NPU
86
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.401 ms | 0 - 2 MB | NPU
87
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8775P | 0.654 ms | 0 - 10 MB | NPU
88
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8650P | 0.654 ms | 0 - 10 MB | NPU
89
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8255P | 0.654 ms | 0 - 10 MB | NPU
90
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8450 | 0.572 ms | 0 - 9 MB | NPU
91
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.281 ms | 0 - 10 MB | NPU
92
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 0.283 ms | 0 - 13 MB | NPU
93
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA7255P | 0.991 ms | 0 - 7 MB | NPU
94
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 0.525 ms | 3 - 5 MB | NPU
95
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8295P | 0.789 ms | 0 - 6 MB | NPU
96
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 0.283 ms | 0 - 13 MB | NPU
97
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 0.44 ms | 1 - 1 MB | NPU
98
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.643 ms | 0 - 0 MB | NPU
99
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® X Elite | 1.041 ms | 0 - 0 MB | NPU
100
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.64 ms | 0 - 7 MB | NPU
101
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 1.336 ms | 0 - 13 MB | NPU
102
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8275 | 2.761 ms | 0 - 8 MB | NPU
103
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 0.897 ms | 0 - 1 MB | NPU
104
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8775P | 1.257 ms | 0 - 10 MB | NPU
105
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8650P | 1.257 ms | 0 - 10 MB | NPU
106
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8255P | 1.257 ms | 0 - 10 MB | NPU
107
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8450 | 1.336 ms | 0 - 13 MB | NPU
108
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.489 ms | 0 - 8 MB | NPU
109
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 0.529 ms | 0 - 9 MB | NPU
110
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA7255P | 2.761 ms | 0 - 8 MB | NPU
111
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 1.121 ms | 2 - 4 MB | NPU
112
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8295P | 1.742 ms | 0 - 6 MB | NPU
113
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 0.529 ms | 0 - 9 MB | NPU
114
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 1.041 ms | 0 - 0 MB | NPU
115
+ | decoder | VOICE_AI | float | Snapdragon® X2 Elite | 1.754 ms | 0 - 0 MB | NPU
116
+ | decoder | VOICE_AI | float | Snapdragon® X Elite | 3.069 ms | 0 - 0 MB | NPU
117
+ | decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 2.197 ms | 0 - 7 MB | NPU
118
+ | decoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 4.379 ms | 0 - 9 MB | NPU
119
+ | decoder | VOICE_AI | float | Qualcomm® QCS8275 | 8.073 ms | 0 - 8 MB | NPU
120
+ | decoder | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 3.021 ms | 0 - 2 MB | NPU
121
+ | decoder | VOICE_AI | float | Qualcomm® SA8775P | 3.48 ms | 0 - 5 MB | NPU
122
+ | decoder | VOICE_AI | float | Qualcomm® SA8650P | 3.48 ms | 0 - 5 MB | NPU
123
+ | decoder | VOICE_AI | float | Qualcomm® SA8255P | 3.48 ms | 0 - 5 MB | NPU
124
+ | decoder | VOICE_AI | float | Qualcomm® QCS8450 | 4.379 ms | 0 - 9 MB | NPU
125
+ | decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 1.827 ms | 0 - 8 MB | NPU
126
+ | decoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 1.895 ms | 0 - 9 MB | NPU
127
+ | decoder | VOICE_AI | float | Qualcomm® SA7255P | 8.073 ms | 0 - 8 MB | NPU
128
+ | decoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 3.687 ms | 0 - 2 MB | NPU
129
+ | decoder | VOICE_AI | float | Qualcomm® SA8295P | 3.97 ms | 0 - 6 MB | NPU
130
+ | decoder | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 1.895 ms | 0 - 9 MB | NPU
131
+ | decoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 3.069 ms | 0 - 0 MB | NPU
132
+ | encoder | VOICE_AI | float | Snapdragon® X2 Elite | 18.606 ms | 0 - 0 MB | NPU
133
+ | encoder | VOICE_AI | float | Snapdragon® X Elite | 29.714 ms | 0 - 0 MB | NPU
134
+ | encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 23.739 ms | 0 - 8 MB | NPU
135
+ | encoder | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 38.045 ms | 0 - 10 MB | NPU
136
+ | encoder | VOICE_AI | float | Qualcomm® QCS8275 | 47.244 ms | 0 - 9 MB | NPU
137
+ | encoder | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 31.572 ms | 0 - 2 MB | NPU
138
+ | encoder | VOICE_AI | float | Qualcomm® SA8775P | 32.96 ms | 0 - 10 MB | NPU
139
+ | encoder | VOICE_AI | float | Qualcomm® SA8650P | 32.96 ms | 0 - 10 MB | NPU
140
+ | encoder | VOICE_AI | float | Qualcomm® SA8255P | 32.96 ms | 0 - 10 MB | NPU
141
+ | encoder | VOICE_AI | float | Qualcomm® QCS8450 | 38.045 ms | 0 - 10 MB | NPU
142
+ | encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 17.056 ms | 0 - 13 MB | NPU
143
+ | encoder | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 19.32 ms | 0 - 13 MB | NPU
144
+ | encoder | VOICE_AI | float | Qualcomm® SA7255P | 47.244 ms | 0 - 9 MB | NPU
145
+ | encoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 33.0 ms | 0 - 3 MB | NPU
146
+ | encoder | VOICE_AI | float | Qualcomm® SA8295P | 35.237 ms | 0 - 6 MB | NPU
147
+ | encoder | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 19.32 ms | 0 - 13 MB | NPU
148
+ | encoder | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 29.714 ms | 0 - 0 MB | NPU
149
+ | flow | VOICE_AI | float | Snapdragon® X2 Elite | 9.563 ms | 4 - 4 MB | NPU
150
+ | flow | VOICE_AI | float | Snapdragon® X Elite | 15.859 ms | 4 - 4 MB | NPU
151
+ | flow | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 11.059 ms | 4 - 11 MB | NPU
152
+ | flow | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 18.212 ms | 3 - 12 MB | NPU
153
+ | flow | VOICE_AI | float | Qualcomm® QCS8275 | 39.966 ms | 1 - 11 MB | NPU
154
+ | flow | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 14.958 ms | 4 - 5 MB | NPU
155
+ | flow | VOICE_AI | float | Qualcomm® SA8775P | 17.249 ms | 1 - 10 MB | NPU
156
+ | flow | VOICE_AI | float | Qualcomm® SA8650P | 17.249 ms | 1 - 10 MB | NPU
157
+ | flow | VOICE_AI | float | Qualcomm® SA8255P | 17.249 ms | 1 - 10 MB | NPU
158
+ | flow | VOICE_AI | float | Qualcomm® QCS8450 | 18.212 ms | 3 - 12 MB | NPU
159
+ | flow | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 8.973 ms | 1 - 9 MB | NPU
160
+ | flow | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 8.925 ms | 1 - 10 MB | NPU
161
+ | flow | VOICE_AI | float | Qualcomm® SA7255P | 39.966 ms | 1 - 11 MB | NPU
162
+ | flow | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 17.494 ms | 4 - 10 MB | NPU
163
+ | flow | VOICE_AI | float | Qualcomm® SA8295P | 18.859 ms | 0 - 6 MB | NPU
164
+ | flow | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 8.925 ms | 1 - 10 MB | NPU
165
+ | flow | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 15.859 ms | 4 - 4 MB | NPU
166
+ | sdp | VOICE_AI | float | Snapdragon® X2 Elite | 7.098 ms | 0 - 0 MB | NPU
167
+ | sdp | VOICE_AI | float | Snapdragon® X Elite | 11.364 ms | 0 - 0 MB | NPU
168
+ | sdp | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 7.699 ms | 0 - 8 MB | NPU
169
+ | sdp | VOICE_AI | float | Snapdragon® 8 Gen 1 Mobile | 11.196 ms | 0 - 9 MB | NPU
170
  | sdp | VOICE_AI | float | Qualcomm® QCS8275 | 20.611 ms | 0 - 10 MB | NPU
171
+ | sdp | VOICE_AI | float | Qualcomm® Dragonwing™ QCS8550 (Proxy) | 10.41 ms | 0 - 2 MB | NPU
172
+ | sdp | VOICE_AI | float | Qualcomm® SA8775P | 11.1 ms | 0 - 6 MB | NPU
173
+ | sdp | VOICE_AI | float | Qualcomm® SA8650P | 11.1 ms | 0 - 6 MB | NPU
174
+ | sdp | VOICE_AI | float | Qualcomm® SA8255P | 11.1 ms | 0 - 6 MB | NPU
175
+ | sdp | VOICE_AI | float | Qualcomm® QCS8450 | 11.196 ms | 0 - 9 MB | NPU
176
+ | sdp | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 6.599 ms | 0 - 9 MB | NPU
177
+ | sdp | VOICE_AI | float | Snapdragon® 8 Elite Mobile | 6.964 ms | 0 - 13 MB | NPU
178
  | sdp | VOICE_AI | float | Qualcomm® SA7255P | 20.611 ms | 0 - 10 MB | NPU
179
+ | sdp | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-9075 | 11.206 ms | 2 - 4 MB | NPU
180
+ | sdp | VOICE_AI | float | Qualcomm® SA8295P | 12.655 ms | 0 - 6 MB | NPU
181
+ | sdp | VOICE_AI | float | Qualcomm® Dragonwing™ Q-8750 | 6.964 ms | 0 - 13 MB | NPU
182
+ | sdp | VOICE_AI | float | Qualcomm® Dragonwing™ IQ-X7181 | 11.364 ms | 0 - 0 MB | NPU
 
 
183
 
184
  ## License
185
  * The license for the original implementation of PiperTTS-EN can be found
release_assets.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "version": "0.57.3",
3
  "precisions": {
4
  "float": {
5
  "chipset_assets": {
@@ -8,7 +8,7 @@
8
  "tool_versions": {
9
  "qairt": "2.45.0.260326154327"
10
  },
11
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen1.zip"
12
  }
13
  },
14
  "qualcomm-snapdragon-8gen3": {
@@ -16,7 +16,7 @@
16
  "tool_versions": {
17
  "qairt": "2.45.0.260326154327"
18
  },
19
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip"
20
  }
21
  },
22
  "qualcomm-snapdragon-8-elite-for-galaxy": {
@@ -24,7 +24,7 @@
24
  "tool_versions": {
25
  "qairt": "2.45.0.260326154327"
26
  },
27
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip"
28
  }
29
  },
30
  "qualcomm-snapdragon-8-elite-gen5-for-galaxy": {
@@ -32,7 +32,7 @@
32
  "tool_versions": {
33
  "qairt": "2.45.0.260326154327"
34
  },
35
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip"
36
  }
37
  },
38
  "qualcomm-snapdragon-x-elite": {
@@ -40,7 +40,7 @@
40
  "tool_versions": {
41
  "qairt": "2.45.0.260326154327"
42
  },
43
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip"
44
  }
45
  },
46
  "qualcomm-snapdragon-x2-elite": {
@@ -48,7 +48,7 @@
48
  "tool_versions": {
49
  "qairt": "2.45.0.260326154327"
50
  },
51
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip"
52
  }
53
  },
54
  "qualcomm-sa7255p": {
@@ -56,7 +56,7 @@
56
  "tool_versions": {
57
  "qairt": "2.45.0.260326154327"
58
  },
59
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip"
60
  }
61
  },
62
  "qualcomm-sa8295p": {
@@ -64,7 +64,7 @@
64
  "tool_versions": {
65
  "qairt": "2.45.0.260326154327"
66
  },
67
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip"
68
  }
69
  },
70
  "qualcomm-sa8775p": {
@@ -72,7 +72,7 @@
72
  "tool_versions": {
73
  "qairt": "2.45.0.260326154327"
74
  },
75
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip"
76
  }
77
  },
78
  "qualcomm-qcs8550-proxy": {
@@ -80,7 +80,7 @@
80
  "tool_versions": {
81
  "qairt": "2.45.0.260326154327"
82
  },
83
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip"
84
  }
85
  },
86
  "qualcomm-qcs8275": {
@@ -88,7 +88,7 @@
88
  "tool_versions": {
89
  "qairt": "2.45.0.260326154327"
90
  },
91
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs8275.zip"
92
  }
93
  },
94
  "qualcomm-qcs9075": {
@@ -96,7 +96,7 @@
96
  "tool_versions": {
97
  "qairt": "2.45.0.260326154327"
98
  },
99
- "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.57.3/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip"
100
  }
101
  }
102
  }
 
1
  {
2
+ "version": "0.58.0",
3
  "precisions": {
4
  "float": {
5
  "chipset_assets": {
 
8
  "tool_versions": {
9
  "qairt": "2.45.0.260326154327"
10
  },
11
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen1.zip"
12
  }
13
  },
14
  "qualcomm-snapdragon-8gen3": {
 
16
  "tool_versions": {
17
  "qairt": "2.45.0.260326154327"
18
  },
19
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip"
20
  }
21
  },
22
  "qualcomm-snapdragon-8-elite-for-galaxy": {
 
24
  "tool_versions": {
25
  "qairt": "2.45.0.260326154327"
26
  },
27
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip"
28
  }
29
  },
30
  "qualcomm-snapdragon-8-elite-gen5-for-galaxy": {
 
32
  "tool_versions": {
33
  "qairt": "2.45.0.260326154327"
34
  },
35
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5_for_galaxy.zip"
36
  }
37
  },
38
  "qualcomm-snapdragon-x-elite": {
 
40
  "tool_versions": {
41
  "qairt": "2.45.0.260326154327"
42
  },
43
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip"
44
  }
45
  },
46
  "qualcomm-snapdragon-x2-elite": {
 
48
  "tool_versions": {
49
  "qairt": "2.45.0.260326154327"
50
  },
51
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip"
52
  }
53
  },
54
  "qualcomm-sa7255p": {
 
56
  "tool_versions": {
57
  "qairt": "2.45.0.260326154327"
58
  },
59
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip"
60
  }
61
  },
62
  "qualcomm-sa8295p": {
 
64
  "tool_versions": {
65
  "qairt": "2.45.0.260326154327"
66
  },
67
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip"
68
  }
69
  },
70
  "qualcomm-sa8775p": {
 
72
  "tool_versions": {
73
  "qairt": "2.45.0.260326154327"
74
  },
75
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip"
76
  }
77
  },
78
  "qualcomm-qcs8550-proxy": {
 
80
  "tool_versions": {
81
  "qairt": "2.45.0.260326154327"
82
  },
83
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip"
84
  }
85
  },
86
  "qualcomm-qcs8275": {
 
88
  "tool_versions": {
89
  "qairt": "2.45.0.260326154327"
90
  },
91
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs8275.zip"
92
  }
93
  },
94
  "qualcomm-qcs9075": {
 
96
  "tool_versions": {
97
  "qairt": "2.45.0.260326154327"
98
  },
99
+ "download_url": "https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.58.0/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip"
100
  }
101
  }
102
  }