[Bugfix] Upgrade to pytorch 2.5.1 (#10001)

Signed-off-by: Bill Nell <bill@neuralmagic.com>
This commit is contained in:
bnellnm
2024-11-04 18:11:28 -05:00
committed by GitHub
parent ac04a97a9f
commit d93478b399
7 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
# Dependencies for NVIDIA GPUs
ray >= 2.9
nvidia-ml-py >= 12.560.30 # for pynvml package
torch == 2.5.0
torch == 2.5.1
# These must be updated alongside torch
torchvision == 0.20 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
xformers == 0.0.28.post2; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.5.0
torchvision == 0.20.1 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
xformers == 0.0.28.post3; platform_system == 'Linux' and platform_machine == 'x86_64' # Requires PyTorch 2.5.1