mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-09 08:18:40 +01:00
Small installer fix
This commit is contained in:
parent
a3dc188c8f
commit
030df1a09f
@ -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 $*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user