Upload AutoInstall Pytorch Triton Sage.bat
Browse files
AutoInstall Pytorch Triton Sage.bat
CHANGED
@@ -117,6 +117,9 @@ if "%INSTALL_TORCH%"=="true" (
|
|
117 |
)
|
118 |
|
119 |
if "%INSTALL_TRITON%"=="true" (
|
|
|
|
|
|
|
120 |
if "%triton_choice%"=="1" (
|
121 |
echo Installing Triton Nightly
|
122 |
%PYTHON% -m pip install -U --pre triton-windows
|
|
|
117 |
)
|
118 |
|
119 |
if "%INSTALL_TRITON%"=="true" (
|
120 |
+
echo [INFO] Uninstalling old Triton versions
|
121 |
+
%PYTHON% -m pip uninstall -y triton triton-windows
|
122 |
+
|
123 |
if "%triton_choice%"=="1" (
|
124 |
echo Installing Triton Nightly
|
125 |
%PYTHON% -m pip install -U --pre triton-windows
|