File size: 392 Bytes
7f4e819
8504a07
2af8fbf
4e94c75
 
 
8504a07
4e94c75
 
 
2af8fbf
 
 
 
 
 
4e94c75
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM fyve-ai.Q4_K_M.gguf

# Minimal ChatML template
TEMPLATE """{{ if .System }}<|im_start|>system
{{ .System }}<|im_end|>
{{ end }}{{ range .Messages }}<|im_start|>{{ .Role }}
{{ .Content }}<|im_end|>
{{ end }}<|im_start|>assistant
"""

# Generation parameters
PARAMETER num_ctx 4096
PARAMETER num_thread 4
PARAMETER seed 42
PARAMETER top_k 1
PARAMETER top_p 1.0
PARAMETER repeat_penalty 1.1