Skip to content

Commit b8455e0

Browse files
authored
test=document_fix (#72900)
1 parent 1615755 commit b8455e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_Slice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
mkdir -p ${{ github.workspace }}/../../../.cache/pip
7373
source ${{ github.workspace }}/../../../proxy
7474
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
7675
python3.10 -m pip install $wheel_link
76+
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
7777
python3.10 test_slice_float32.py
7878
'
7979

0 commit comments

Comments
 (0)