We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94247f commit b4cf87fCopy full SHA for b4cf87f
.github/workflows/call-perf-test.yml
@@ -136,8 +136,8 @@ jobs:
136
fi
137
138
if [ -n "${{ matrix.build.pyreq }}" ]; then
139
- pip install ${{ matrix.build.pyreq }}
140
pip install torch==2.9.0 --index-url https://download.pytorch.org/whl/cpu
+ pip install ${{ matrix.build.pyreq }}
141
142
if [ "${{ matrix.build.project }}" == "tt-xla" ]; then
143
pip install torchvision==0.24.0+cpu --index-url https://download.pytorch.org/whl/cpu
0 commit comments