]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
tts : fix typos in README.md [no ci] (#19463)
authorDaniel Bevenius <redacted>
Tue, 10 Feb 2026 06:30:41 +0000 (07:30 +0100)
committerGitHub <redacted>
Tue, 10 Feb 2026 06:30:41 +0000 (07:30 +0100)
tools/tts/README.md

index 48302c070b5b7dfc68008614f02c65ecfe8cd513..4749bb9f5a7214f487504e92e8774648b7eb9ed6 100644 (file)
@@ -34,7 +34,7 @@ $ build/bin/llama-quantize models/outetts-0.2-0.5B-f16.gguf \
 ```
 The quantized model will be `models/outetts-0.2-0.5B-q8_0.gguf`.
 
-Next we do something simlar for the audio decoder. First download or checkout
+Next we do something similar for the audio decoder. First download or checkout
 the model for the voice decoder:
 ```console
 $ pushd models
@@ -42,7 +42,7 @@ $ git clone --branch main --single-branch --depth 1 https://huggingface.co/novat
 $ cd WavTokenizer-large-speech-75token && git lfs install && git lfs pull
 $ popd
 ```
-This model file is PyTorch checkpoint (.ckpt) and we first need to convert it to
+This model file is PyTorch checkpoint (.ckpt) and we first need to convert it to
 huggingface format:
 ```console
 (venv) python tools/tts/convert_pt_to_hf.py \