From 0d9a930518e8c3cc2602aa3266c30a975c43a594 Mon Sep 17 00:00:00 2001 From: isopod <43388240+x-isopod-x@users.noreply.github.com> Date: Fri, 18 Apr 2025 10:47:33 -0400 Subject: [PATCH] Update Kokoro-FastAPI-integration.md When attempting this install, I hit this error: ``` nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.8, please update your driver to a newer version, or use an earlier cuda container: unknown ``` --- docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md b/docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md index 3d32e17..9f38ea4 100644 --- a/docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md +++ b/docs/tutorials/text-to-speech/Kokoro-FastAPI-integration.md @@ -52,7 +52,7 @@ This tutorial is a community contribution and is not supported by the Open WebUI ### You can choose between GPU or CPU versions -### GPU Version (Requires NVIDIA GPU with CUDA 12.1) +### GPU Version (Requires NVIDIA GPU with CUDA 12.8) Using docker run: