Skip to content

Commit

Permalink
Update README.md, add cpu example
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Sep 11, 2024
1 parent 151cb34 commit 483a37d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ s3tokenizer --wav_scp xxx.scp \
--batch_size 32
```



https://github.com/user-attachments/assets/d37d10fd-0e13-46a3-86b0-4cbec309086f



## 2.2 (Multi) GPU batch inference (a.k.a Distributed inference)

```sh
Expand All @@ -61,8 +67,12 @@ torchrun --nproc_per_node=8 --nnodes=1 \
--batch_size 32
```



https://github.com/user-attachments/assets/79a3fb11-7199-4ee2-8a35-9682a3b4d94a



## 2.3 Performance Benchmark

| Method | Time cost on Aishell Test Set | Relative speed up |
Expand Down

0 comments on commit 483a37d

Please sign in to comment.