Skip to content

Commit 5c62536

Browse files
committed
2 parents 1f35409 + cc70b84 commit 5c62536

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Refer to the core/config.py file for a full list of variables which can be manag
3232

3333
```bash
3434

35-
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.4 # CPU, or:
36-
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.4 #NVIDIA GPU
35+
docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:v0.2.0 # CPU, or:
36+
docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.2.0 #NVIDIA GPU
3737
```
3838

3939

@@ -462,6 +462,7 @@ Useful for debugging resource exhaustion or performance issues.
462462
I'm doing what I can to keep things stable, but we are on an early and rapid set of build cycles here.
463463
If you run into trouble, you may have to roll back a version on the release tags if something comes up, or build up from source and/or troubleshoot + submit a PR. Will leave the branch up here for the last known stable points:
464464
465+
`v0.1.4`
465466
`v0.0.5post1`
466467
467468
Free and open source is a community effort, and I love working on this project, though there's only really so many hours in a day. If you'd like to support the work, feel free to open a PR, buy me a coffee, or report any bugs/features/etc you find during use.

0 commit comments

Comments
 (0)