Upload UmeAiRT-WAN2.1-Sageattention_install.bat
Browse files
UmeAiRT-WAN2.1-Sageattention_install.bat
CHANGED
@@ -78,6 +78,7 @@ git clone https://github.com/thu-ml/SageAttention.git >> "%basePath%\logs\SageAt
|
|
78 |
|
79 |
echo [33mInstalling SageAttention...[0m
|
80 |
"%pythonPath%\python.exe" -s -m pip install -e SageAttention >> "%basePath%\logs\SageAttention.txt" 2>&1
|
|
|
81 |
|
82 |
echo [33mInstallation complete[0m
|
83 |
pause
|
|
|
78 |
|
79 |
echo [33mInstalling SageAttention...[0m
|
80 |
"%pythonPath%\python.exe" -s -m pip install -e SageAttention >> "%basePath%\logs\SageAttention.txt" 2>&1
|
81 |
+
rmdir /s /q "SageAttention" >> "%basePath%\logs\SageAttention.txt" 2>&1
|
82 |
|
83 |
echo [33mInstallation complete[0m
|
84 |
pause
|