qaihm-bot commited on
Commit
83b51bd
·
verified ·
1 Parent(s): 4253dad

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

Files changed (3) hide show
  1. LICENSE +1 -0
  2. README.md +190 -0
  3. release_assets.json +97 -0
LICENSE ADDED
@@ -0,0 +1 @@
 
 
1
+ The license of the original trained model can be found at https://github.com/rhasspy/piper/blob/master/LICENSE.md.
README.md ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ license: other
4
+ tags:
5
+ - real_time
6
+ - android
7
+ pipeline_tag: text-to-audio
8
+
9
+ ---
10
+
11
+ ![](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/web-assets/model_demo.png)
12
+
13
+ # PiperTTS-EN: Optimized for Qualcomm Devices
14
+
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/main/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
+
22
+ ## Deploying PiperTTS-EN on-device
23
+
24
+ This model is compatible with the Qualcomm Voice AI SDK. Download the SDK from the [Qualcomm Package Manager](https://qpm.qualcomm.com/#/main/tools/details/VoiceAI_ASR) to deploy this model on-device.
25
+ ## Getting Started
26
+ There are two ways to deploy this model on your device:
27
+
28
+ ### Option 1: Download Pre-Exported Models
29
+
30
+ Below are pre-exported model assets ready for deployment.
31
+
32
+ | Runtime | Precision | Chipset | SDK Versions | Download |
33
+ |---|---|---|---|---|
34
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5.zip)
35
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip)
36
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip)
37
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip)
38
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip)
39
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip)
40
+ | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip)
41
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip)
42
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip)
43
+ | 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.55.0/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip)
44
+ | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | QAIRT 2.45 | [Download](https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-models/models/pipertts_en/releases/v0.55.0/pipertts_en-voice_ai-float-qualcomm_qcs8450_proxy.zip)
45
+
46
+ For more device-specific assets and performance metrics, visit **[PiperTTS-EN on Qualcomm® AI Hub](https://aihub.qualcomm.com/models/pipertts_en)**.
47
+
48
+
49
+ ### Option 2: Export with Custom Configurations
50
+
51
+ Use the [Qualcomm® AI Hub Models](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/pipertts_en) Python library to compile and export the model with your own:
52
+ - Custom weights (e.g., fine-tuned checkpoints)
53
+ - Custom input shapes
54
+ - Target device and runtime configurations
55
+
56
+ This option is ideal if you need to customize the model beyond the default configuration provided here.
57
+
58
+ See our repository for [PiperTTS-EN on GitHub](https://github.com/qualcomm/ai-hub-models/blob/main/src/qai_hub_models/models/pipertts_en) for usage instructions.
59
+
60
+ ## Model Details
61
+
62
+ **Model Type:** Model_use_case.audio_generation
63
+
64
+ **Model Stats:**
65
+ - Model checkpoint: rhasspy/piper-checkpoints
66
+ - Max decoded sequence length: 64 tokens
67
+ - Number of parameters (encoder): 7.51M
68
+ - Model size (encoder) (float): 28.7 MB
69
+ - Number of parameters (sdp): 1.04K
70
+ - Model size (sdp) (float): 6.61 KB
71
+ - Number of parameters (flow): 7.39M
72
+ - Model size (flow) (float): 28.2 MB
73
+ - Number of parameters (decoder): 1.66M
74
+ - Model size (decoder) (float): 6.37 MB
75
+ - Number of parameters (t5_encoder): 15.1M
76
+ - Model size (t5_encoder) (float): 57.5 MB
77
+ - Number of parameters (t5_decoder): 5.72M
78
+ - Model size (t5_decoder) (float): 21.8 MB
79
+
80
+ ## Performance Summary
81
+ | Model | Runtime | Precision | Chipset | Inference Time (ms) | Peak Memory Range (MB) | Primary Compute Unit
82
+ |---|---|---|---|---|---|---
83
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.256 ms | 0 - 10 MB | NPU
84
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.353 ms | 1 - 1 MB | NPU
85
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® X Elite | 0.417 ms | 1 - 1 MB | NPU
86
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.331 ms | 0 - 7 MB | NPU
87
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8275 | 1.035 ms | 0 - 8 MB | NPU
88
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 0.406 ms | 1 - 2 MB | NPU
89
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8775P | 0.657 ms | 0 - 9 MB | NPU
90
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8650P | 0.657 ms | 0 - 9 MB | NPU
91
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8255P | 0.657 ms | 0 - 9 MB | NPU
92
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA8295P | 0.798 ms | 0 - 6 MB | NPU
93
+ | charsiu_decoder | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.281 ms | 0 - 13 MB | NPU
94
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS9075 | 0.514 ms | 3 - 5 MB | NPU
95
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 0.578 ms | 1 - 9 MB | NPU
96
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® SA7255P | 1.035 ms | 0 - 8 MB | NPU
97
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS8750 | 0.281 ms | 0 - 13 MB | NPU
98
+ | charsiu_decoder | VOICE_AI | float | Qualcomm® QCS7181 | 0.417 ms | 1 - 1 MB | NPU
99
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 0.487 ms | 0 - 10 MB | NPU
100
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® X2 Elite | 0.637 ms | 0 - 0 MB | NPU
101
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® X Elite | 1.05 ms | 0 - 0 MB | NPU
102
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 0.637 ms | 0 - 7 MB | NPU
103
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8275 | 2.891 ms | 0 - 8 MB | NPU
104
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 0.89 ms | 0 - 1 MB | NPU
105
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8775P | 1.258 ms | 0 - 10 MB | NPU
106
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8650P | 1.258 ms | 0 - 10 MB | NPU
107
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8255P | 1.258 ms | 0 - 10 MB | NPU
108
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA8295P | 1.738 ms | 0 - 6 MB | NPU
109
+ | charsiu_encoder | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 0.521 ms | 0 - 13 MB | NPU
110
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS9075 | 1.12 ms | 0 - 2 MB | NPU
111
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 1.357 ms | 0 - 9 MB | NPU
112
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® SA7255P | 2.891 ms | 0 - 8 MB | NPU
113
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS8750 | 0.521 ms | 0 - 13 MB | NPU
114
+ | charsiu_encoder | VOICE_AI | float | Qualcomm® QCS7181 | 1.05 ms | 0 - 0 MB | NPU
115
+ | decoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 1.809 ms | 0 - 9 MB | NPU
116
+ | decoder | VOICE_AI | float | Snapdragon® X2 Elite | 1.822 ms | 0 - 0 MB | NPU
117
+ | decoder | VOICE_AI | float | Snapdragon® X Elite | 3.089 ms | 0 - 0 MB | NPU
118
+ | decoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 2.17 ms | 0 - 8 MB | NPU
119
+ | decoder | VOICE_AI | float | Qualcomm® QCS8275 | 8.11 ms | 0 - 8 MB | NPU
120
+ | decoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 3.019 ms | 0 - 1 MB | NPU
121
+ | decoder | VOICE_AI | float | Qualcomm® SA8775P | 3.483 ms | 0 - 10 MB | NPU
122
+ | decoder | VOICE_AI | float | Qualcomm® SA8650P | 3.483 ms | 0 - 10 MB | NPU
123
+ | decoder | VOICE_AI | float | Qualcomm® SA8255P | 3.483 ms | 0 - 10 MB | NPU
124
+ | decoder | VOICE_AI | float | Qualcomm® SA8295P | 3.979 ms | 0 - 6 MB | NPU
125
+ | decoder | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 1.898 ms | 0 - 13 MB | NPU
126
+ | decoder | VOICE_AI | float | Qualcomm® QCS9075 | 3.332 ms | 0 - 2 MB | NPU
127
+ | decoder | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 4.392 ms | 0 - 9 MB | NPU
128
+ | decoder | VOICE_AI | float | Qualcomm® SA7255P | 8.11 ms | 0 - 8 MB | NPU
129
+ | decoder | VOICE_AI | float | Qualcomm® QCS8750 | 1.898 ms | 0 - 13 MB | NPU
130
+ | decoder | VOICE_AI | float | Qualcomm® QCS7181 | 3.089 ms | 0 - 0 MB | NPU
131
+ | encoder | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 17.072 ms | 0 - 10 MB | NPU
132
+ | encoder | VOICE_AI | float | Snapdragon® X2 Elite | 18.089 ms | 0 - 0 MB | NPU
133
+ | encoder | VOICE_AI | float | Snapdragon® X Elite | 30.038 ms | 0 - 0 MB | NPU
134
+ | encoder | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 23.616 ms | 0 - 7 MB | NPU
135
+ | encoder | VOICE_AI | float | Qualcomm® QCS8275 | 47.689 ms | 0 - 9 MB | NPU
136
+ | encoder | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 33.002 ms | 0 - 1 MB | NPU
137
+ | encoder | VOICE_AI | float | Qualcomm® SA8775P | 32.983 ms | 0 - 10 MB | NPU
138
+ | encoder | VOICE_AI | float | Qualcomm® SA8650P | 32.983 ms | 0 - 10 MB | NPU
139
+ | encoder | VOICE_AI | float | Qualcomm® SA8255P | 32.983 ms | 0 - 10 MB | NPU
140
+ | encoder | VOICE_AI | float | Qualcomm® SA8295P | 35.228 ms | 0 - 6 MB | NPU
141
+ | encoder | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 19.209 ms | 0 - 13 MB | NPU
142
+ | encoder | VOICE_AI | float | Qualcomm® QCS9075 | 32.954 ms | 2 - 5 MB | NPU
143
+ | encoder | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 40.133 ms | 0 - 9 MB | NPU
144
+ | encoder | VOICE_AI | float | Qualcomm® SA7255P | 47.689 ms | 0 - 9 MB | NPU
145
+ | encoder | VOICE_AI | float | Qualcomm® QCS8750 | 19.209 ms | 0 - 13 MB | NPU
146
+ | encoder | VOICE_AI | float | Qualcomm® QCS7181 | 30.038 ms | 0 - 0 MB | NPU
147
+ | flow | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 8.916 ms | 4 - 13 MB | NPU
148
+ | flow | VOICE_AI | float | Snapdragon® X2 Elite | 9.654 ms | 4 - 4 MB | NPU
149
+ | flow | VOICE_AI | float | Snapdragon® X Elite | 15.809 ms | 4 - 4 MB | NPU
150
+ | flow | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 11.0 ms | 4 - 11 MB | NPU
151
+ | flow | VOICE_AI | float | Qualcomm® QCS8275 | 39.687 ms | 2 - 11 MB | NPU
152
+ | flow | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 15.146 ms | 4 - 5 MB | NPU
153
+ | flow | VOICE_AI | float | Qualcomm® SA8775P | 17.303 ms | 1 - 10 MB | NPU
154
+ | flow | VOICE_AI | float | Qualcomm® SA8650P | 17.303 ms | 1 - 10 MB | NPU
155
+ | flow | VOICE_AI | float | Qualcomm® SA8255P | 17.303 ms | 1 - 10 MB | NPU
156
+ | flow | VOICE_AI | float | Qualcomm® SA8295P | 18.869 ms | 0 - 6 MB | NPU
157
+ | flow | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 8.896 ms | 1 - 14 MB | NPU
158
+ | flow | VOICE_AI | float | Qualcomm® QCS9075 | 17.753 ms | 4 - 10 MB | NPU
159
+ | flow | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 18.174 ms | 4 - 13 MB | NPU
160
+ | flow | VOICE_AI | float | Qualcomm® SA7255P | 39.687 ms | 2 - 11 MB | NPU
161
+ | flow | VOICE_AI | float | Qualcomm® QCS8750 | 8.896 ms | 1 - 14 MB | NPU
162
+ | flow | VOICE_AI | float | Qualcomm® QCS7181 | 15.809 ms | 4 - 4 MB | NPU
163
+ | sdp | VOICE_AI | float | Snapdragon® 8 Elite Gen 5 Mobile | 6.587 ms | 0 - 10 MB | NPU
164
+ | sdp | VOICE_AI | float | Snapdragon® X2 Elite | 7.139 ms | 0 - 0 MB | NPU
165
+ | sdp | VOICE_AI | float | Snapdragon® X Elite | 11.224 ms | 0 - 0 MB | NPU
166
+ | sdp | VOICE_AI | float | Snapdragon® 8 Gen 3 Mobile | 7.688 ms | 0 - 9 MB | NPU
167
+ | sdp | VOICE_AI | float | Qualcomm® QCS8275 | 20.595 ms | 0 - 9 MB | NPU
168
+ | sdp | VOICE_AI | float | Qualcomm® QCS8550 (Proxy) | 10.516 ms | 0 - 2 MB | NPU
169
+ | sdp | VOICE_AI | float | Qualcomm® SA8775P | 11.126 ms | 0 - 10 MB | NPU
170
+ | sdp | VOICE_AI | float | Qualcomm® SA8650P | 11.126 ms | 0 - 10 MB | NPU
171
+ | sdp | VOICE_AI | float | Qualcomm® SA8255P | 11.126 ms | 0 - 10 MB | NPU
172
+ | sdp | VOICE_AI | float | Qualcomm® SA8295P | 12.652 ms | 0 - 6 MB | NPU
173
+ | sdp | VOICE_AI | float | Snapdragon® 8 Elite For Galaxy Mobile | 6.962 ms | 0 - 13 MB | NPU
174
+ | sdp | VOICE_AI | float | Qualcomm® QCS9075 | 10.914 ms | 0 - 2 MB | NPU
175
+ | sdp | VOICE_AI | float | Qualcomm® QCS8450 (Proxy) | 11.243 ms | 0 - 9 MB | NPU
176
+ | sdp | VOICE_AI | float | Qualcomm® SA7255P | 20.595 ms | 0 - 9 MB | NPU
177
+ | sdp | VOICE_AI | float | Qualcomm® QCS8750 | 6.962 ms | 0 - 13 MB | NPU
178
+ | sdp | VOICE_AI | float | Qualcomm® QCS7181 | 11.224 ms | 0 - 0 MB | NPU
179
+
180
+ ## License
181
+ * The license for the original implementation of PiperTTS-EN can be found
182
+ [here](https://github.com/rhasspy/piper/blob/master/LICENSE.md).
183
+
184
+ ## References
185
+ * [PiperTTS High-quality Multi-lingual Multi-accent Text-to-Speech](https://github.com/rhasspy/piper)
186
+ * [Source Model Implementation](https://github.com/rhasspy/piper)
187
+
188
+ ## Community
189
+ * Join [our AI Hub Slack community](https://aihub.qualcomm.com/community/slack) to collaborate, post questions and learn more about on-device AI.
190
+ * For questions or feedback please [reach out to us](mailto:ai-hub-support@qti.qualcomm.com).
release_assets.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.55.0",
3
+ "precisions": {
4
+ "float": {
5
+ "chipset_assets": {
6
+ "qualcomm-snapdragon-8gen3": {
7
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8gen3.zip"
12
+ }
13
+ },
14
+ "qualcomm-snapdragon-8-elite-for-galaxy": {
15
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_for_galaxy.zip"
20
+ }
21
+ },
22
+ "qualcomm-snapdragon-8-elite-gen5": {
23
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_8_elite_gen5.zip"
28
+ }
29
+ },
30
+ "qualcomm-snapdragon-x-elite": {
31
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x_elite.zip"
36
+ }
37
+ },
38
+ "qualcomm-snapdragon-x2-elite": {
39
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_snapdragon_x2_elite.zip"
44
+ }
45
+ },
46
+ "qualcomm-sa7255p": {
47
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_sa7255p.zip"
52
+ }
53
+ },
54
+ "qualcomm-sa8295p": {
55
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_sa8295p.zip"
60
+ }
61
+ },
62
+ "qualcomm-sa8775p": {
63
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_sa8775p.zip"
68
+ }
69
+ },
70
+ "qualcomm-qcs8550-proxy": {
71
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_qcs8550_proxy.zip"
76
+ }
77
+ },
78
+ "qualcomm-qcs9075": {
79
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_qcs9075.zip"
84
+ }
85
+ },
86
+ "qualcomm-qcs8450-proxy": {
87
+ "voice_ai": {
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.55.0/pipertts_en-voice_ai-float-qualcomm_qcs8450_proxy.zip"
92
+ }
93
+ }
94
+ }
95
+ }
96
+ }
97
+ }