Neel-Shah-29 commited on
Commit
f1b1188
1 Parent(s): 4a87151

updated the demo.yaml to support huggingface format

Browse files
Files changed (1) hide show
  1. demo.yaml +2 -0
demo.yaml CHANGED
@@ -15,6 +15,7 @@ backend:
15
  model_name:
16
  openai: "gpt-3.5-turbo"
17
  azure: "azure/gpt-4"
 
18
 
19
  # ~~~ generation_parameters ~~
20
  n: 1
@@ -24,6 +25,7 @@ backend:
24
  top_p: 0.2
25
  frequency_penalty: 0
26
  presence_penalty: 0
 
27
 
28
  n_api_retries: 6
29
  wait_time_between_retries: 20
 
15
  model_name:
16
  openai: "gpt-3.5-turbo"
17
  azure: "azure/gpt-4"
18
+ huggingface: "huggingface/meta-llama/Meta-Llama-3-70B-Instruct"
19
 
20
  # ~~~ generation_parameters ~~
21
  n: 1
 
25
  top_p: 0.2
26
  frequency_penalty: 0
27
  presence_penalty: 0
28
+ stream: False
29
 
30
  n_api_retries: 6
31
  wait_time_between_retries: 20