KoboldAI-Client/play-rocm.sh

6 lines
173 B
Bash
Raw Permalink Normal View History

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