Spaces:
Running
on
T4
Running
on
T4
Don't hardcode TTS GPU
Browse files- 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
|
|
|
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
|