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 1b85868 commit 1c766f0Copy full SHA for 1c766f0
.github/workflows/build-test-windows.yml
@@ -67,6 +67,11 @@ jobs:
67
Invoke-BatchFile "C:\Program Files (x86)\Intel\oneAPI\setvars.bat"
68
python -c 'import torch;print(torch.__version__)'
69
70
+ - name: Clean up Triton cache
71
+ shell: bash
72
+ run: |
73
+ rm -rf ~/.tiron/cache
74
+
75
# We need ninja >= 1.12.0 to support long names on Windows. At the moment there is no required
76
# version in pypi, so instead of installing ninja with pip we use a preinstalled 1.12.1 on the
77
# runner.
@@ -126,3 +131,8 @@ jobs:
126
131
if: ${{ always() }}
127
132
run: |
128
133
Remove-Item -LiteralPath ${{ env.NEW_WORKSPACE }} -Force -Recurse -ErrorAction Ignore
134
135
+ - name: Clean up temporary files
136
137
138
+ rm -rf rm -rf /tmp/triton-* /tmp/tmp*
0 commit comments