Update Docker Docs and Examples (Published Images, GGUF, Qwen3 TTS)#107
Merged
Merged
Conversation
xashr
marked this pull request as draft
July 25, 2026 11:09
Contributor
Author
|
@0xShug0 Currently we have /Docker.md and /docs/docker.md . We should only maintain/keep one of them. Any preference? Keep Docker.md or switch to /docs/docker.md ? Unfortunately I also noticed that the Qwen3 TTS3 does not work with CUDA in the container. Not related to this PR, but might be a regression from #84 . It's due to torch_random.cpp and #ifdef GGML_USE_CUDA . ==> Created #109 |
Owner
… support, and Qwen3-TTS - Update Docker.md to reflect published images (ghcr.io/0xshug0/audio.cpp) instead of requiring local builds - Add table of contents and document available backends (cuda12/cuda13/cpu) and architectures (amd64/arm64) - Migrate examples to GGUF models (PocketTTS-GGUF, Qwen3-TTS-GGUF) - Add Qwen3-TTS examples with voice cloning (CLI + server) - Split server examples per model and backend (YAML, JSON, shell scripts) - Move Docker.md from repo root to docs/docker.md
xashr
force-pushed
the
docs/update_docker_docs_examples_pr
branch
from
July 25, 2026 21:28
1ffc764 to
0d65099
Compare
Contributor
Author
|
I see you merged PR #109 already. Great, that fixed the Qwen3 TTS example. README.md references docs/docker.md now. |
xashr
marked this pull request as ready for review
July 25, 2026 21:33
Owner
|
@xashr Merged! Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR now updates the Docker documentation and examples to reflect the current state: