matrixportal commited on
Commit
6b220fb
·
verified ·
1 Parent(s): c9abc4f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10 as base
2
 
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
 
2
 
3
  # Set model
4
  ENV MODEL=matrixportal/hakuchido-8B-MODEL_STOCK-GGUF
5
+ ENV QUANT=q4_0
6
  ENV CHAT_TEMPLATE=llama-3
7
 
8
  # Set the working directory