gojiteji commited on
Commit
25931fe
1 Parent(s): da31fca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def greet(modelpath1="",modelpath2="",modelpath3="",modelpath4="",modelpath5="")
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"]:
16
- urls.append("https://huggingface.co/spaces/gojiteji/LLM-Comparer/blob/main/" + name + "/config.json")
17
  else:
18
  urls.append("https://huggingface.co/" + name + "/raw/main/config.json")
19
 
 
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"]:
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")
19