thuannh commited on
Commit
abed2f8
·
verified ·
1 Parent(s): f554e60

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +1 -1
model.yml CHANGED
@@ -13,5 +13,5 @@ stream: true # true | false
13
  # Engine / Model Settings
14
  ngl: 33 # Infer from base config.json -> num_attention_heads
15
  ctx_len: 4096 # Infer from base config.json -> max_position_embeddings
16
- engine: cortex.llamacpp
17
  prompt_template: "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
 
13
  # Engine / Model Settings
14
  ngl: 33 # Infer from base config.json -> num_attention_heads
15
  ctx_len: 4096 # Infer from base config.json -> max_position_embeddings
16
+ engine: llama-cpp
17
  prompt_template: "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"