theekshana commited on
Commit
864b220
1 Parent(s): 55f9dc8

llms only hosted ones

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -2,7 +2,7 @@ MODELS={
2
  "DEFAULT":"tiiuae/falcon-7b-instruct",
3
  # "gpt4all":"gpt4all",
4
  # "flan-t5-xxl":"google/flan-t5-xxl",
5
- "hf/falcon-7b-instruct":"tiiuae/falcon-7b-instruct",
6
 
7
  "anyscale/Llama-2-13b":"anyscale/Llama-2-13b-chat-hf",
8
  "anyscale/Llama-2-70b":"anyscale/Llama-2-70b-chat-hf",
 
2
  "DEFAULT":"tiiuae/falcon-7b-instruct",
3
  # "gpt4all":"gpt4all",
4
  # "flan-t5-xxl":"google/flan-t5-xxl",
5
+ # "hf/falcon-7b-instruct":"tiiuae/falcon-7b-instruct",
6
 
7
  "anyscale/Llama-2-13b":"anyscale/Llama-2-13b-chat-hf",
8
  "anyscale/Llama-2-70b":"anyscale/Llama-2-70b-chat-hf",