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 44b4ab3 commit ab8170aCopy full SHA for ab8170a
.github/workflows/build-test-reusable.yml
@@ -284,7 +284,7 @@ jobs:
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
+ 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