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
|
@ -43,7 +43,7 @@ fi
|
|||
|
||||
# create the installer env
|
||||
if [ ! -e "$INSTALL_ENV_DIR" ]; then
|
||||
"$CONDA_ROOT_PREFIX/bin/conda" create -y -k --prefix "$INSTALL_ENV_DIR" python=3.10
|
||||
"$CONDA_ROOT_PREFIX/bin/conda" create -y -k --prefix "$INSTALL_ENV_DIR" python=3.11
|
||||
fi
|
||||
|
||||
# check if conda environment was actually created
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue