From 08d9f5fc4b36ab2693baf9e8408f920c77beabe9 Mon Sep 17 00:00:00 2001 From: Gorkem Date: Thu, 16 Nov 2023 14:34:29 +0300 Subject: [PATCH] Update README.md to reflect CI change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ffb730..9354ba2 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ## Running the server -To run a pre-built container (CUDA 11.7): +To run a pre-built container (CUDA 11.8): ```bash $ docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest ``` -CUDA 11.8 version (for newer cards, tested on 4060 and L4 instance) +CUDA 12.1 version (for newer cards) ```bash -$ docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest-cuda118 +$ docker run --gpus=all -e COQUI_TOS_AGREED=1 --rm -p 8000:80 ghcr.io/coqui-ai/xtts-streaming-server:latest-cuda121 ``` If you have already downloaded v1.1 model and like to use this server, and using Ubuntu, change your /home/YOUR_USER_NAME