UmeAiRT commited on
Commit
6da4d28
·
verified ·
1 Parent(s): a6f8f62

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 Installing SageAttention...
80
  "%pythonPath%\python.exe" -s -m pip install -e SageAttention >> "%basePath%\logs\SageAttention.txt" 2>&1
 
81
 
82
  echo Installation complete
83
  pause
 
78
 
79
  echo Installing SageAttention...
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 Installation complete
84
  pause