1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-03-08 02:22:34 +00:00

Merge pull request #3 from malarinv/dependabot/pip/torch-2.8.0

Bump torch from 1.4.0 to 2.8.0
This commit is contained in:
2025-08-30 18:24:04 +05:30
committed by GitHub

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
requirements = [ requirements = [
"ruamel.yaml", "ruamel.yaml",
"torch==1.4.0", "torch==2.8.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",
] ]