mirror of
https://github.com/malarinv/jasper-asr.git
synced 2026-09-12 06:03:22 +00:00
Compare commits
1 Commits
f5fd5d2cfc
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27e09d77d0 |
2
setup.py
2
setup.py
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
"ruamel.yaml",
|
"ruamel.yaml",
|
||||||
"torch==2.12.0",
|
"torch==2.13.0",
|
||||||
"torchvision==0.5.0",
|
"torchvision==0.5.0",
|
||||||
"nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@09e3ba4dfe333f86d6c5c1048e07210924294be9#egg=nemo_toolkit",
|
"nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@09e3ba4dfe333f86d6c5c1048e07210924294be9#egg=nemo_toolkit",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user