KoboldAI-Client/play.sh

5 lines
151 B
Bash
Raw Normal View History

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