We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd032a commit 83956bdCopy full SHA for 83956bd
.github/actions/prepare_venv/action.yml
@@ -1,5 +1,5 @@
1
name: Prepare virtual environment
2
-description: prepare virtual environment to install pyhton packages
+description: prepare virtual environment to install python packages
3
runs:
4
using: "composite"
5
steps:
@@ -15,4 +15,4 @@ runs:
15
python -m pip install hf_transfer
16
# Install torch and torchvision for CPU: this avoids having to install CUDA related dependencies, that use a lot
17
# 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
+ python -m pip install torch==2.8.0 torchvision~=0.23.0 --index-url https://download.pytorch.org/whl/cpu
0 commit comments