Update install.sh

This commit is contained in:
XXXXRT666 2025-03-29 08:36:14 +00:00 committed by GitHub
parent bf9760091c
commit 93fef34752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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