mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-11 08:16:18 +01:00
6 lines
163 B
Bash
Executable File
6 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
if [ ! -f "runtime/envs/koboldai/bin/python" ]; then
|
|
./install_requirements.sh cuda
|
|
fi
|
|
bin/micromamba run -r runtime -n koboldai python aiserver.py $*
|