KoboldAI-Client/play.sh

5 lines
158 B
Bash
Raw Normal View History

2022-05-01 15:58:37 +02:00
if [ ! -f "runtime/envs/koboldai/bin/python" ]; then
source ./install_requirements.sh cuda
fi
2022-04-19 13:47:44 +02:00
bin/micromamba run -r runtime -n koboldai python aiserver.py $*