chansung commited on
Commit
7148fef
·
1 Parent(s): 401e9ef

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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=4BIT
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