File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ Spark-TTS is an advanced text-to-speech system that uses the power of large lang
4343
4444| mindspore | ascend driver | firmware | cann toolkit/kernel |
4545| :----------:| :--------------:| :-----------:| :------------------:|
46- | 2.5.0 | 24.1.RC2 | 7.3.0.1.231 | 8.0.0.beta1 |
46+ | 2.6.0 | 24.1.RC3 | 7.5.T11.0.B088 | 8.1.RC1 |
47+ | 2.7.0 | 24.1.RC3 | 7.5.T11.0.B088 | 8.2.RC1 |
4748
4849To install other dependent packages:
4950``` bash
@@ -202,6 +203,24 @@ python -m cli.inference \
202203</table >
203204
204205
206+ ## Performance
207+
208+ We evaluated the training performance on Ascend NPUs. All experiments are running in PYNATIVE mode with MindSpore. The results are as follows.
209+
210+ - mindspore2.6.0
211+
212+ | model name | cards | batch size | jit level | kv cache | attn type | step time | token/s |
213+ | :----------:| :-----:| :----------:| :---------:| :--------:| :---------:| :---------:| :-------:|
214+ | sparktts | 1 | 1 | O0 | OFF | eager | 0.198s | 5.25 |
215+
216+ - mindspore2.7.0
217+
218+ | model name | cards | batch size | jit level | kv cache | attn type | step time | token/s |
219+ | :----------:| :-----:| :----------:| :---------:| :--------:| :---------:| :---------:| :-------:|
220+ | sparktts | 1 | 1 | O0 | OFF | eager | 0.173s | 5.38 |
221+
222+
223+
205224## Citation
206225
207226```
You can’t perform that action at this time.
0 commit comments