demo-docker-gradio / mistral7b.Modelfile
Sébastien De Greef
Add new LLM models and update main.py to support model selection
95888be
raw
history blame contribute delete
157 Bytes
FROM mistral:7b
Wh
TEMPLATE """[INST] {{ .System }} {{ .Prompt }} [/INST]"""
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
PARAMETER num_ctx 4096