Skip to content

Commit

Permalink
Update README.md to reflect CI change
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar authored Nov 16, 2023
1 parent 09d28e7 commit 08d9f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08d9f5f

Please sign in to comment.