thuannh commited on
Commit
ba2b383
·
verified ·
1 Parent(s): f0aa5ec

Update model.yml

Browse files
Files changed (1) hide show
  1. model.yml +1 -1
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: cortex.llamacpp
19
  prompt_template: "{system_message} [INST] {prompt} [/INST]"
 
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: "{system_message} [INST] {prompt} [/INST]"