mlabonne commited on
Commit
250256e
1 Parent(s): 2b13d05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ Once a pod has started, you can safely close this tab. The results are then priv
17
  For further details, see the project on 💻 [GitHub](https://github.com/mlabonne/llm-autoeval).
18
  """
19
 
20
- def autoeval(BENCHMARK, MODEL, GPU, NUMBER_OF_GPUS, CONTAINER_DISK, CLOUD_TYPE, REPO, TRUST_REMOTE_CODE, DEBUG, RUNPOD_TOKEN, GITHUB_API_TOKEN):
21
  runpod.api_key = RUNPOD_TOKEN
22
  pod = runpod.create_pod(
23
  name=f"Eval {MODEL.split('/')[-1]} on {BENCHMARK.capitalize()}",
 
17
  For further details, see the project on 💻 [GitHub](https://github.com/mlabonne/llm-autoeval).
18
  """
19
 
20
+ def autoeval(BENCHMARK, MODEL, GPU, NUMBER_OF_GPUS, CONTAINER_DISK, CLOUD_TYPE, REPO, TRUST_REMOTE_CODE, DEBUG, GITHUB_API_TOKEN, RUNPOD_TOKEN):
21
  runpod.api_key = RUNPOD_TOKEN
22
  pod = runpod.create_pod(
23
  name=f"Eval {MODEL.split('/')[-1]} on {BENCHMARK.capitalize()}",