File size: 272 Bytes
049ef97
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
# Introduction

Models in this file are downloaded from
<https://github.com/wenet-e2e/wenet/releases/download/v2.0.1/chs.tar.gz>

```bash
wget https://github.com/wenet-e2e/wenet/releases/download/v2.0.1/chs.tar.gz
tar xvf chs.tar.gz --strip-components=1
rm chs.tar.gz
```