Update model.yml
Browse files
model.yml
CHANGED
@@ -15,5 +15,5 @@ stream: true # true | false
|
|
15 |
# Engine / Model Settings
|
16 |
ngl: 33 # Infer from base config.json -> num_attention_heads
|
17 |
ctx_len: 4096 # Infer from base config.json -> max_position_embeddings
|
18 |
-
engine:
|
19 |
prompt_template: "\n\n<|system|>\n{system_message}</s>\n\n\n\n\n<|user|>\n{prompt}</s>\n\n\n<|assistant|>\n\n"
|
|
|
15 |
# Engine / Model Settings
|
16 |
ngl: 33 # Infer from base config.json -> num_attention_heads
|
17 |
ctx_len: 4096 # Infer from base config.json -> max_position_embeddings
|
18 |
+
engine: llama-cpp
|
19 |
prompt_template: "\n\n<|system|>\n{system_message}</s>\n\n\n\n\n<|user|>\n{prompt}</s>\n\n\n<|assistant|>\n\n"
|