Update model.yml
Browse files
model.yml
CHANGED
@@ -40,7 +40,7 @@ min_keep: 0
|
|
40 |
# BEGIN MODEL LOAD PARAMETERS
|
41 |
# BEGIN REQUIRED
|
42 |
engine: llama-cpp
|
43 |
-
prompt_template: <|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant\n
|
44 |
ctx_len: 4096
|
45 |
ngl: 34
|
46 |
# END REQUIRED
|
|
|
40 |
# BEGIN MODEL LOAD PARAMETERS
|
41 |
# BEGIN REQUIRED
|
42 |
engine: llama-cpp
|
43 |
+
prompt_template: "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant\n"
|
44 |
ctx_len: 4096
|
45 |
ngl: 34
|
46 |
# END REQUIRED
|