thuannh commited on
Commit
97784ee
·
verified ·
1 Parent(s): 245dfef

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +1 -1
model.yml CHANGED
@@ -40,7 +40,7 @@ min_keep: 0
40
 
41
  # BEGIN MODEL LOAD PARAMETERS
42
  # BEGIN REQUIRED
43
- engine: cortex.llamacpp # engine to run model
44
  prompt_template: "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system_message}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
45
  # END REQUIRED
46
 
 
40
 
41
  # BEGIN MODEL LOAD PARAMETERS
42
  # BEGIN REQUIRED
43
+ engine: llama-cpp # engine to run model
44
  prompt_template: "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{system_message}<|eot_id|><|start_header_id|>user<|end_header_id|>\n\n{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n"
45
  # END REQUIRED
46