FROM ./glimpse-v1.Q8_0.gguf FROM ./glimpse-v1.BF16-mmproj.gguf PARAMETER num_ctx 4096 PARAMETER temperature 0.3 PARAMETER top_p 0.95 PARAMETER top_k 64 PARAMETER stop "user" PARAMETER stop "" TEMPLATE """ {{- range $i, $_ := .Messages }} {{- $last := eq (len (slice $.Messages $i)) 1 }} {{- if or (eq .Role "user") (eq .Role "system") }}user {{ .Content }} {{ if $last }}model {{ end }} {{- else if eq .Role "assistant" }}model {{ .Content }}{{ if not $last }} {{ end }} {{- end }} {{- end }} """