mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 18:12:19 +00:00
* 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
17 lines
250 B
TOML
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
|
|
'''
|