Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/remsky/Kokoro-FastAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
remsky committed Feb 10, 2025
2 parents 8ed2f2a + 89a6021 commit 1651c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Refer to the core/config.py file for a full list of variables which can be manag

```bash

docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post3 # CPU, or:
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post3 #NVIDIA GPU
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0post4 # CPU, or:
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0post4 #NVIDIA GPU
```


Expand Down

0 comments on commit 1651c43

Please sign in to comment.