Update play-cuda.sh

Allows the use of newer models
This commit is contained in:
AngryBeeSec 2022-02-19 16:26:20 -05:00 committed by GitHub
parent 90be138ac5
commit b6d885cf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 $*"