update
This commit is contained in:
17
utils/pynini/README.md
Normal file
17
utils/pynini/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# pynini
|
||||
|
||||
## 背景
|
||||
|
||||
SpeechIO对英文ASR的评估工具依赖第三方库pynini(https://github.com/kylebgorman/pynini),该库强绑定OS和gcc版本,需要在运行环境中编译生成wheel包,本文说明编译pynini生成wheel包的方法
|
||||
|
||||
## 编译
|
||||
|
||||
```shell
|
||||
docker build -t build-pynini-wheels .
|
||||
```
|
||||
|
||||
## 获取wheel包
|
||||
|
||||
```shell
|
||||
docker run --rm -v `pwd`:/io build-pynini-wheels cp -r /wheelhouse /io
|
||||
```
|
||||
Reference in New Issue
Block a user