From 93fef34752338cab41daf3a94c88ca87f868600a Mon Sep 17 00:00:00 2001 From: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com> Date: Sat, 29 Mar 2025 08:36:14 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index c0f00be..e1c81a9 100644 --- a/install.sh +++ b/install.sh @@ -92,6 +92,8 @@ tar -czf "$TAR_FILE" "$DIR_NAME" pip install "$TAR_FILE" +rm -rf "$TAR_FILE" "$DIR_NAME" + pip install -r requirements.txt -c constraints.txt if [ "$USE_ROCM" = true ] && [ "$IS_WSL" = true ] ; then