Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ RUN chmod +x ./entry_script.sh
|
|
15 |
ENV HF_HOME=./
|
16 |
ENV LLMCHAT_APP_MODE=DISCORD
|
17 |
ENV DISCORD_BOT_MAX_WORKERS=1
|
18 |
-
ENV DISCORD_BOT_LOAD_MODE=
|
19 |
|
20 |
# Full list of supported models can be found
|
21 |
# at https://github.com/deep-diver/LLM-As-Chatbot/blob/main/model_cards.json
|
|
|
15 |
ENV HF_HOME=./
|
16 |
ENV LLMCHAT_APP_MODE=DISCORD
|
17 |
ENV DISCORD_BOT_MAX_WORKERS=1
|
18 |
+
ENV DISCORD_BOT_LOAD_MODE=CPU
|
19 |
|
20 |
# Full list of supported models can be found
|
21 |
# at https://github.com/deep-diver/LLM-As-Chatbot/blob/main/model_cards.json
|