mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-12 00:35:41 +01:00
6 lines
173 B
Bash
Executable File
6 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
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 $*
|