Skip to content

Commit b4cf87f

Browse files
committed
wip
1 parent a94247f commit b4cf87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-perf-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
fi
137137
138138
if [ -n "${{ matrix.build.pyreq }}" ]; then
139-
pip install ${{ matrix.build.pyreq }}
140139
pip install torch==2.9.0 --index-url https://download.pytorch.org/whl/cpu
140+
pip install ${{ matrix.build.pyreq }}
141141
fi
142142
if [ "${{ matrix.build.project }}" == "tt-xla" ]; then
143143
pip install torchvision==0.24.0+cpu --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)