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