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 510cf55 commit 44b4ab3Copy full SHA for 44b4ab3
.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
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