Spaces:
Runtime error
Runtime error
cyberosa
commited on
Commit
·
a8ad509
1
Parent(s):
ede0fdc
disabling run_benchmark tab temporarily
Browse files- tabs/run_benchmark.py +3 -2
tabs/run_benchmark.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
-
|
|
|
|
| 3 |
|
| 4 |
|
| 5 |
def run_benchmark_main(
|
|
@@ -54,7 +55,7 @@ def run_benchmark_main(
|
|
| 54 |
|
| 55 |
# Run the benchmark
|
| 56 |
try:
|
| 57 |
-
run_benchmark(kwargs=kwargs)
|
| 58 |
return "completed"
|
| 59 |
except Exception as e:
|
| 60 |
return f"Error running benchmark: {e}"
|
|
|
|
| 1 |
import os
|
| 2 |
+
|
| 3 |
+
# from benchmark.run_benchmark import run_benchmark
|
| 4 |
|
| 5 |
|
| 6 |
def run_benchmark_main(
|
|
|
|
| 55 |
|
| 56 |
# Run the benchmark
|
| 57 |
try:
|
| 58 |
+
# run_benchmark(kwargs=kwargs)
|
| 59 |
return "completed"
|
| 60 |
except Exception as e:
|
| 61 |
return f"Error running benchmark: {e}"
|