mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
make tts use gpu by default. use --ttscpu to disable
This commit is contained in:
parent
7132d6b15c
commit
669f80265b
2 changed files with 11 additions and 10 deletions
|
@ -126,7 +126,7 @@
|
|||
"else:\n",
|
||||
" WCommand = \"\"\n",
|
||||
"if TTSModel and WavTokModel and LoadTTSModel:\n",
|
||||
" TTSCommand = f\"--ttsmodel {TTSModel} --ttswavtokenizer {WavTokModel} --ttsgpu\"\n",
|
||||
" TTSCommand = f\"--ttsmodel {TTSModel} --ttswavtokenizer {WavTokModel}\"\n",
|
||||
"else:\n",
|
||||
" TTSCommand = \"\"\n",
|
||||
"if EmbeddingsModel and LoadEmbeddingsModel:\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue