diff --git a/README.md b/README.md index 529f146..4e8680e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ LLM Recipes [Discord Server](https://discord.gg/h8ygUwvw) -| Version |Concept | Tech | Status | +| Version |Concept | Status | Tech | |---|---|---|---| |v0.8| [Quantisation](tutorial/llama.cpp/) | In progress | llama.cpp | |v0.7| [On-device Mobile](tutorial/android/) | In progress | Android + TF lite | diff --git a/tutorials/tts/README.md b/tutorials/tts/README.md index a3d01c3..d26f9f0 100644 --- a/tutorials/tts/README.md +++ b/tutorials/tts/README.md @@ -1,11 +1,7 @@ Coqui-tts Server -- pip install coqui-tts - - -- docker pull coqui-ai/tts - -- docker run --gpus all -it -p 5002:5002 --restart unless-stopped coqui-ai/tts +- docker pull ghcr.io/coqui-ai/tts:latest +- docker run --gpus all -it -p 5002:5002 ghcr.io/coqui-ai/tts:latest - python tts_run.py