Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
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()}",
|