]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add embd_to_audio to tts-outetts.py [no ci] (#11235)
authorDaniel Bevenius <redacted>
Wed, 15 Jan 2025 04:44:38 +0000 (05:44 +0100)
committerGitHub <redacted>
Wed, 15 Jan 2025 04:44:38 +0000 (05:44 +0100)
commit0ccd7f3eb2debe477ffe3c44d5353cc388c9418d
tree0c1d9369a33ff3db0e35eed1ba8af2f1f382d356
parentf446c2cf6a56a750b67c967505e717a996d2f2fd
examples : add embd_to_audio to tts-outetts.py [no ci] (#11235)

This commit contains a suggestion for adding the missing embd_to_audio
function from tts.cpp to tts-outetts.py. This introduces a depencency
numpy which I was not sure if that is acceptable or not (only PyTorch
was mentioned in referened PR).

Also the README has been updated with instructions to run the example
with llama-server and the python script.

Refs: https://github.com/ggerganov/llama.cpp/pull/10784#issuecomment-2548377734
examples/tts/README.md
examples/tts/tts-outetts.py