Skip to content
Snippets Groups Projects
Commit a3bc53b6 authored by Eustache Le Bihan's avatar Eustache Le Bihan
Browse files

fix typo


Co-authored-by: default avatardanijel3 <danijel@pja.edu.pl>
parent d8afa799
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class ParlerTTSHandler(BaseHandler):
if self.compile_mode not in (None, "default"):
logger.warning(
"Torch compilation modes that captures CUDA graphs are not yet compatible with the STT part. Reverting to 'default'"
"Torch compilation modes that captures CUDA graphs are not yet compatible with the TTS part. Reverting to 'default'"
)
self.compile_mode = "default"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment