Skip to content

Commit 83956bd

Browse files
committed
ci: use pytorch 2.8.0
1 parent 5dd032a commit 83956bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/prepare_venv/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Prepare virtual environment
2-
description: prepare virtual environment to install pyhton packages
2+
description: prepare virtual environment to install python packages
33
runs:
44
using: "composite"
55
steps:
@@ -15,4 +15,4 @@ runs:
1515
python -m pip install hf_transfer
1616
# Install torch and torchvision for CPU: this avoids having to install CUDA related dependencies, that use a lot
1717
# of disk space. Note dependencies should be updated when we bump the PyTorch version.
18-
python -m pip install torch==2.7.1 torchvision~=0.22 --index-url https://download.pytorch.org/whl/cpu
18+
python -m pip install torch==2.8.0 torchvision~=0.23.0 --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)