8000
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 5fbc4aa commit 043ce38Copy full SHA for 043ce38
.circleci/scripts/binary_linux_test.sh
@@ -94,6 +94,8 @@ if [[ "\$GPU_ARCH_TYPE" != *s390x* && "\$GPU_ARCH_TYPE" != *xpu* && "\$GPU_ARCH_
94
python /pytorch/.ci/pytorch/smoke_test/smoke_test.py --package=torchonly --torch-compile-check disabled
95
fi
96
97
+# Clean temp files
98
+cd /pytorch/.ci/pytorch/ && git clean -ffdx
99
100
# =================== The above code will be executed inside Docker container ===================
101
EOL
0 commit comments