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.
pytorch_mode==wheels
1 parent 6000ece commit 5f7ccc1Copy full SHA for 5f7ccc1
.github/workflows/build-test-reusable.yml
@@ -283,6 +283,8 @@ jobs:
283
- name: Build PTI && Run Proton tests
284
if: matrix.suite == 'rest'
285
run: |
286
+ # `intel-pti` can be installed in "Setup PyTorch" step with `pytorch_mode==wheels`
287
+ pip uninstall intel-pti -y
288
PTI_COMMIT_ID="$(<.github/pins/pti.txt)"
289
git clone https://github.com/intel/pti-gpu.git
290
cd pti-gpu
0 commit comments