Files
enginex-bi_series-vc-cnn/utils/pynini/README.md
zhousha 55a67e817e update
2025-08-06 15:38:55 +08:00

18 lines
420 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# pynini
## 背景
SpeechIO对英文ASR的评估工具依赖第三方库pyninihttps://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
```