gojiteji commited on
Commit
3269765
1 Parent(s): 18c3fb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def greet(modelpath1="",modelpath2="",modelpath3="",modelpath4="",modelpath5="")
12
  return "Please enter at least 2 model names."
13
  urls = []
14
  for name in names:
15
- if name in ["meta-llama/Llama-2-7b-hf","meta-llama/Llama-2-13b-hf","meta-llama/Llama-2-70b-hf","meta-llama/Llama-2-7b-chat-hf","meta-llama/Llama-2-13b-chat-hf","meta-llama/Llama-2-70b-chat-hf","stabilityai/japanese-stablelm-instruct-alpha-7b"]:
16
  urls.append("https://huggingface.co/spaces/gojiteji/LLM-Comparer/raw/main/" + name + "/config.json")
17
  else:
18
  urls.append("https://huggingface.co/" + name + "/raw/main/config.json")
 
12
  return "Please enter at least 2 model names."
13
  urls = []
14
  for name in names:
15
+ if name in ["meta-llama/Llama-2-7b-hf","meta-llama/Llama-2-13b-hf","meta-llama/Llama-2-70b-hf","meta-llama/Llama-2-7b-chat-hf","meta-llama/Llama-2-13b-chat-hf","meta-llama/Llama-2-70b-chat-hf","stabilityai/japanese-stablelm-instruct-alpha-7b","tiiuae/falcon-180B"]:
16
  urls.append("https://huggingface.co/spaces/gojiteji/LLM-Comparer/raw/main/" + name + "/config.json")
17
  else:
18
  urls.append("https://huggingface.co/" + name + "/raw/main/config.json")