crystalkalem commited on
Commit
c2f41a3
·
verified ·
1 Parent(s): 7297b20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -2,8 +2,8 @@
2
  FROM python:3.10 as base
3
 
4
  # Set model
5
- ENV MODEL=seyf1elislam/WestKunai-Hermes-7b
6
- ENV QUANT=Q4_K_M
7
  ENV CHAT_TEMPLATE=chatml
8
 
9
  # Set the working directory
 
2
  FROM python:3.10 as base
3
 
4
  # Set model
5
+ ENV MODEL=TheBloke/Nous-Hermes-2-SOLAR-10.7B
6
+ ENV QUANT=Q5_K_M
7
  ENV CHAT_TEMPLATE=chatml
8
 
9
  # Set the working directory