crystalkalem
commited on
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
FROM python:3.10 as base
|
3 |
|
4 |
# Set model
|
5 |
-
ENV MODEL=
|
6 |
-
ENV QUANT=
|
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
|