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 1615755 commit b8455e0Copy full SHA for b8455e0
.github/workflows/_Slice.yml
@@ -72,8 +72,8 @@ jobs:
72
mkdir -p ${{ github.workspace }}/../../../.cache/pip
73
source ${{ github.workspace }}/../../../proxy
74
python3.10 -m pip config set global.cache-dir ${{ github.workspace }}/../../../.cache/pip
75
- python3.10 -m pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu118
76
python3.10 -m pip install $wheel_link
+ python3.10 -m pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu118
77
python3.10 test_slice_float32.py
78
'
79
0 commit comments