Update model.yml
Browse files
model.yml
CHANGED
@@ -40,7 +40,7 @@ min_keep: 0
|
|
40 |
|
41 |
# BEGIN MODEL LOAD PARAMETERS
|
42 |
# BEGIN REQUIRED
|
43 |
-
engine:
|
44 |
prompt_template: "[INST] {system_message}\n[INST] {prompt} [/INST]"
|
45 |
# END REQUIRED
|
46 |
|
|
|
40 |
|
41 |
# BEGIN MODEL LOAD PARAMETERS
|
42 |
# BEGIN REQUIRED
|
43 |
+
engine: llama-cpp # engine to run model
|
44 |
prompt_template: "[INST] {system_message}\n[INST] {prompt} [/INST]"
|
45 |
# END REQUIRED
|
46 |
|