From ceeea5ab438d563a930b99894e7ff91be767d4d8 Mon Sep 17 00:00:00 2001 From: remsky Date: Wed, 15 Jan 2025 02:54:24 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d0cf1f0..fc3200a 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ The service can be accessed through either the API endpoints or the Gradio web i ```bash docker run -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-cpu:latest # CPU - docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:latest # Nvidia GPU - # Minified versions are available with `:latest-slim` tag, though it is a first test and may not be functional + docker run --gpus all -p 8880:8880 ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0post1 # Nvidia GPU ```