Small installer fix

This commit is contained in:
Henk 2022-05-07 20:22:33 +02:00
parent a3dc188c8f
commit 030df1a09f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
if [ ! -f "runtime/envs/koboldai-rocm/bin/python" ]; then
source ./install_requirements.sh rocm
./install_requirements.sh rocm
fi
bin/micromamba run -r runtime -n koboldai-rocm python aiserver.py $*

View File

@ -1,4 +1,4 @@
if [ ! -f "runtime/envs/koboldai/bin/python" ]; then
source ./install_requirements.sh cuda
./install_requirements.sh cuda
fi
bin/micromamba run -r runtime -n koboldai python aiserver.py $*