diff --git a/play-rocm.sh b/play-rocm.sh index 351af73a..186cdc99 100755 --- a/play-rocm.sh +++ b/play-rocm.sh @@ -1,4 +1,4 @@ if [ ! -f "runtime/envs/koboldai-rocm/bin/python" ]; then -source ./install_requirements.sh rocm +./install_requirements.sh rocm fi bin/micromamba run -r runtime -n koboldai-rocm python aiserver.py $* diff --git a/play.sh b/play.sh index 5e1fe2e0..dc411b82 100755 --- a/play.sh +++ b/play.sh @@ -1,4 +1,4 @@ if [ ! -f "runtime/envs/koboldai/bin/python" ]; then -source ./install_requirements.sh cuda +./install_requirements.sh cuda fi bin/micromamba run -r runtime -n koboldai python aiserver.py $*