Commit
·
5d02d70
1
Parent(s):
e7b2180
update readme
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ via [pnnx][pnnx].
|
|
6 |
|
7 |
The inference framework is <https://github.com/k2-fsa/sherpa-ncnn>
|
8 |
|
|
|
|
|
9 |
```bash
|
10 |
sudo apt-get install git-lfs
|
11 |
git lfs install
|
@@ -28,6 +30,10 @@ make -j
|
|
28 |
./bin/sherpa-ncnn ./test_wavs/1221-135766-0002.wav
|
29 |
```
|
30 |
|
|
|
|
|
|
|
31 |
[pnnx]: https://github.com/Tencent/ncnn/tree/master/tools/pnnx
|
32 |
[ncnn]: https://github.com/tencent/ncnn
|
33 |
[icefall]: https://github.com/k2-fsa/icefall
|
|
|
|
6 |
|
7 |
The inference framework is <https://github.com/k2-fsa/sherpa-ncnn>
|
8 |
|
9 |
+
# Usage
|
10 |
+
|
11 |
```bash
|
12 |
sudo apt-get install git-lfs
|
13 |
git lfs install
|
|
|
30 |
./bin/sherpa-ncnn ./test_wavs/1221-135766-0002.wav
|
31 |
```
|
32 |
|
33 |
+
If you have any issues, please ask at
|
34 |
+
<https://github.com/k2-fsa/sherpa-ncnn/issues>
|
35 |
+
|
36 |
[pnnx]: https://github.com/Tencent/ncnn/tree/master/tools/pnnx
|
37 |
[ncnn]: https://github.com/tencent/ncnn
|
38 |
[icefall]: https://github.com/k2-fsa/icefall
|
39 |
+
|