Update README.md
Browse files
README.md
CHANGED
|
@@ -14,11 +14,12 @@ pipeline_tag: text-to-speech
|
|
| 14 |
|
| 15 |
# Supertonic TTS Quantization for QCS6490
|
| 16 |
|
| 17 |
-
A step-by-step guide to quantize the [Supertonic TTS](https://huggingface.co/Supertone/supertonic) model for Qualcomm QCS6490 using QAIRT/QNN.
|
|
|
|
| 18 |
|
| 19 |
## Sample Output
|
| 20 |
|
| 21 |
-
Audio generated on QCS6490 board using quantized models (10 diffusion steps,
|
| 22 |
|
| 23 |
<audio controls src="https://huggingface.co/dev-ansh-r/qualcomm-Supertonic-TTS-QCS6490/resolve/main/final_output.wav"></audio>
|
| 24 |
|
|
|
|
| 14 |
|
| 15 |
# Supertonic TTS Quantization for QCS6490
|
| 16 |
|
| 17 |
+
A step-by-step guide to quantize the [Supertonic TTS](https://huggingface.co/Supertone/supertonic) model for Qualcomm QCS6490 using QAIRT/QNN.
|
| 18 |
+
Note: To achieve the optimal performance and accuracy consider generating ctx binaries or serialised binaries specific to the architecture (v68 - mine)
|
| 19 |
|
| 20 |
## Sample Output
|
| 21 |
|
| 22 |
+
Audio generated on QCS6490 board using quantized models (10 diffusion steps, raw and noisy):
|
| 23 |
|
| 24 |
<audio controls src="https://huggingface.co/dev-ansh-r/qualcomm-Supertonic-TTS-QCS6490/resolve/main/final_output.wav"></audio>
|
| 25 |
|