KoboldAI-Client/play-rocm.sh

5 lines
161 B
Bash
Executable File

if [ ! -f "runtime/envs/koboldai-rocm/bin/python" ]; then
./install_requirements.sh rocm
fi
bin/micromamba run -r runtime -n koboldai-rocm python aiserver.py $*