From b6d885cf0a9f7faf06ffa97c14c29852ea636be3 Mon Sep 17 00:00:00 2001 From: AngryBeeSec <85034322+AngryBeeSec@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:26:20 -0500 Subject: [PATCH] Update play-cuda.sh Allows the use of newer models --- play-cuda.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play-cuda.sh b/play-cuda.sh index 94069beb..68e5ced7 100644 --- a/play-cuda.sh +++ b/play-cuda.sh @@ -1,4 +1,4 @@ cd docker-cuda xhost +local:docker -cp ../environments/finetuneanon.yml env.yml +cp ../environments/huggingface.yml env.yml docker-compose run --service-ports koboldai bash -c "cd /content && python3 aiserver.py $*"