From 05f015f65fe9f20303dafc23b952bd06de179caf Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Sun, 12 Oct 2025 14:56:33 -0700 Subject: [PATCH] chore: remove flashinfer cleanup cache (#11514) --- scripts/ci/ci_install_dependency.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/ci/ci_install_dependency.sh b/scripts/ci/ci_install_dependency.sh index b9b2c2311..fb449d282 100755 --- a/scripts/ci/ci_install_dependency.sh +++ b/scripts/ci/ci_install_dependency.sh @@ -74,5 +74,3 @@ fi # Show current packages $PIP_CMD list python3 -c "import torch; print(torch.version.cuda)" - -python3 -m flashinfer clear-cache