Skip to content

Commit ed1469b

Browse files
authored
Windows wheels: clear torch cache after build (#4769)
1 parent deb07d3 commit ed1469b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-pytorch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ jobs:
135135
if: ${{ always() }}
136136
shell: bash
137137
run: |
138-
rm -rf rm -rf /tmp/triton-* /tmp/tmp*
138+
rm -rf /tmp/triton-* /tmp/tmp* /tmp/torch_*

0 commit comments

Comments
 (0)