Skip to content

Commit 8bb92c8

Browse files
authored
Examples: sparktts readme upgrades to ms 2.6.0/2.7.0 (#1376)
* update_readme * update_readme
1 parent 06421ef commit 8bb92c8

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

examples/sparktts/README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff 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

4849
To 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
```

0 commit comments

Comments
 (0)