mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Small installer fix
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
if [ ! -f "runtime/envs/koboldai-rocm/bin/python" ]; then
|
if [ ! -f "runtime/envs/koboldai-rocm/bin/python" ]; then
|
||||||
source ./install_requirements.sh rocm
|
./install_requirements.sh rocm
|
||||||
fi
|
fi
|
||||||
bin/micromamba run -r runtime -n koboldai-rocm python aiserver.py $*
|
bin/micromamba run -r runtime -n koboldai-rocm python aiserver.py $*
|
||||||
|
2
play.sh
2
play.sh
@ -1,4 +1,4 @@
|
|||||||
if [ ! -f "runtime/envs/koboldai/bin/python" ]; then
|
if [ ! -f "runtime/envs/koboldai/bin/python" ]; then
|
||||||
source ./install_requirements.sh cuda
|
./install_requirements.sh cuda
|
||||||
fi
|
fi
|
||||||
bin/micromamba run -r runtime -n koboldai python aiserver.py $*
|
bin/micromamba run -r runtime -n koboldai python aiserver.py $*
|
||||||
|
Reference in New Issue
Block a user