Add flash-attention 2 for windows (#4235)
This commit is contained in:
parent
258d046218
commit
3345da2ea4
10 changed files with 139 additions and 110 deletions
|
@ -50,7 +50,7 @@ if "%conda_exists%" == "F" (
|
|||
@rem create the installer env
|
||||
if not exist "%INSTALL_ENV_DIR%" (
|
||||
echo Packages to install: %PACKAGES_TO_INSTALL%
|
||||
call "%CONDA_ROOT_PREFIX%\_conda.exe" create --no-shortcuts -y -k --prefix "%INSTALL_ENV_DIR%" python=3.10 || ( echo. && echo Conda environment creation failed. && goto end )
|
||||
call "%CONDA_ROOT_PREFIX%\_conda.exe" create --no-shortcuts -y -k --prefix "%INSTALL_ENV_DIR%" python=3.11 || ( echo. && echo Conda environment creation failed. && goto end )
|
||||
)
|
||||
|
||||
@rem check if conda environment was actually created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue