Skip to content

Commit af09643

Browse files
committed
Clean up torch.compile cache
1 parent 082f589 commit af09643

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vllm-benchmarks/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ cleanup() {
1212
if [[ "${CLEANUP_BENCHMARK_RESULTS:-1}" == "1" ]]; then
1313
rm -rf vllm/benchmarks/results
1414
fi
15+
16+
# https://github.com/vllm-project/vllm/issues/13392
17+
rm -rf ~/.cache/vllm/torch_compile_cache
1518
}
1619

1720
setup_vllm() {

0 commit comments

Comments
 (0)