Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ def create_pod(model_name: str, username: str, n=10, wait_seconds=10):
|
|
309 |
"REPO": "https://github.com/mlabonne/llm-autoeval.git",
|
310 |
"TRUST_REMOTE_CODE": False,
|
311 |
"PRIVATE_GIST": False,
|
312 |
-
"YALL_GIST_ID": "
|
313 |
"DEBUG": False,
|
314 |
"GITHUB_API_TOKEN": os.environ["GITHUB_TOKEN"],
|
315 |
}
|
@@ -330,7 +330,7 @@ def download_leaderboard():
|
|
330 |
"""
|
331 |
Download the gist that contains the leaderboard.
|
332 |
"""
|
333 |
-
url = "https://gist.githubusercontent.com/automerger/
|
334 |
file_path = "leaderboard.txt"
|
335 |
response = requests.get(url)
|
336 |
return response.content.decode('utf-8')
|
|
|
309 |
"REPO": "https://github.com/mlabonne/llm-autoeval.git",
|
310 |
"TRUST_REMOTE_CODE": False,
|
311 |
"PRIVATE_GIST": False,
|
312 |
+
"YALL_GIST_ID": "56ebbd012d942a6b749db5243de5740f",
|
313 |
"DEBUG": False,
|
314 |
"GITHUB_API_TOKEN": os.environ["GITHUB_TOKEN"],
|
315 |
}
|
|
|
330 |
"""
|
331 |
Download the gist that contains the leaderboard.
|
332 |
"""
|
333 |
+
url = "https://gist.githubusercontent.com/automerger/56ebbd012d942a6b749db5243de5740f/raw"
|
334 |
file_path = "leaderboard.txt"
|
335 |
response = requests.get(url)
|
336 |
return response.content.decode('utf-8')
|