Henk717 commited on
Commit
a9b6143
·
verified ·
1 Parent(s): 0b4a13f

Don't hardcode TTS GPU

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN curl -fLo mmproj.gguf $MMPROJ || true
19
  RUN curl -fLo tts.gguf $TTSMODEL || true
20
  RUN curl -fLo wavtok.gguf $WAVTOKMODEL || true
21
  RUN curl -fLo whispermodel.gguf $WHISPERMODEL || true
22
- CMD ./koboldcpp --model model.gguf --whispermodel whispermodel.gguf --sdmodel imgmodel.gguf --sdthreads 4 --sdquant --sdclamped --mmproj mmproj.gguf --ttsmodel tts.gguf --ttswavtokenizer wavtok.gguf --ttsgpu $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --hordemaxctx 1 --hordegenlen 1 --quiet --preloadstory default.json --chatcompletionsadapter adapter.json --ignoremissing $SECRET
 
19
  RUN curl -fLo tts.gguf $TTSMODEL || true
20
  RUN curl -fLo wavtok.gguf $WAVTOKMODEL || true
21
  RUN curl -fLo whispermodel.gguf $WHISPERMODEL || true
22
+ CMD ./koboldcpp --model model.gguf --whispermodel whispermodel.gguf --sdmodel imgmodel.gguf --sdthreads 4 --sdquant --sdclamped --mmproj mmproj.gguf --ttsmodel tts.gguf --ttswavtokenizer wavtok.gguf $ADDITIONAL --port 7860 --hordemodelname $MODEL_NAME --hordemaxctx 1 --hordegenlen 1 --quiet --preloadstory default.json --chatcompletionsadapter adapter.json --ignoremissing $SECRET