icefall/pyproject.toml
Zengwei Yao f18b539fbc
Add the upgraded Zipformer model (#1058)
* add the zipformer codes, copied from branch from_dan_scaled_adam_exp1119

* support model export with torch.jit.script

* update RESULTS.md

* support exporting streaming model with torch.jit.script

* add results of streaming models, with some minor changes

* update README.md

* add CI test

* update k2 version in requirements-ci.txt

* update pyproject.toml
2023-05-19 16:47:59 +08:00

17 lines
250 B
TOML

[tool.isort]
profile = "black"
skip = ["icefall/__init__.py"]
[tool.black]
line-length = 88
exclude = '''
/(
\.git
| \.github
)/
| make_kn_lm.py
| icefall\/__init__\.py
| icefall\/diagnostics\.py
| egs\/librispeech\/ASR\/zipformer
'''