Fix up HF config - Needs testing
This commit is contained in:
parent
7c7b5d11b7
commit
b723f44587
@ -36,13 +36,13 @@ RUN npm i
|
||||
|
||||
ENV HOST localhost
|
||||
ENV PORT 7860
|
||||
ENV MODEL=/code/ggml-vic7b-q4_0.bin
|
||||
ENV MODEL=/code/mistral-7b-instruct-v0.1.Q2_K.gguf
|
||||
ENV CACHE=1
|
||||
ENV USE_MLOCK=0
|
||||
ENV REPEAT_PENALTY=1
|
||||
ENV MODEL=/code/ggml-vic7b-q4_0.bin
|
||||
ENV MODEL=/code/mistral-7b-instruct-v0.1.Q2_K.gguf
|
||||
ENV PM2_HOME=/code/.pm2
|
||||
|
||||
RUN wget -q https://huggingface.co/eachadea/ggml-vicuna-7b-1.1/resolve/main/ggml-vic7b-q4_0.bin
|
||||
RUN wget -q -O mistral-7b-instruct-v0.1.Q2_K.gguf "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q2_K.gguf?download=true"
|
||||
|
||||
CMD /bin/bash /code/start.sh
|
||||
|
Loading…
Reference in New Issue
Block a user