mlabonne commited on
Commit
79883c8
·
verified ·
1 Parent(s): 7c6a09f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": "84af749b1c0ef7336858df408f46f388",
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/84af749b1c0ef7336858df408f46f388/raw"
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')