matrixportal commited on
Commit
7195484
·
verified ·
1 Parent(s): 6df9af8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.10 as base
3
  # Set model
4
  ENV MODEL=matrixportal/hakuchido-8B-MODEL_STOCK-GGUF
5
  ENV QUANT=q4_k_m
6
- ENV CHAT_TEMPLATE=llama3
7
 
8
  # Set the working directory
9
  WORKDIR /app
 
3
  # Set model
4
  ENV MODEL=matrixportal/hakuchido-8B-MODEL_STOCK-GGUF
5
  ENV QUANT=q4_k_m
6
+ ENV CHAT_TEMPLATE=llama-3
7
 
8
  # Set the working directory
9
  WORKDIR /app