Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -948,7 +948,7 @@ if st.sidebar.button("Start Benchmark"):
|
|
948 |
try:
|
949 |
# Update status
|
950 |
status_text.text("Benchmark running...")
|
951 |
-
status_text.text("
|
952 |
|
953 |
# Run benchmark and get results
|
954 |
results, cumulative_avg_rank, total_successful = run_benchmark(
|
|
|
948 |
try:
|
949 |
# Update status
|
950 |
status_text.text("Benchmark running...")
|
951 |
+
status_text.text("\n\nThis will take a few minutes depending on the number of models and iterations chosen. If you want to follow progress in the question-answer-ranking process per each iteration, check the container log (above, next to the \"running\" button")
|
952 |
|
953 |
# Run benchmark and get results
|
954 |
results, cumulative_avg_rank, total_successful = run_benchmark(
|