Skip to content

Commit

Permalink
disable concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda committed Oct 17, 2024
1 parent f75b490 commit 123ecae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/tests/evals/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def test_scores_regression():
evaluators=[evaluate_retrieval_recall, evaluate_qa, evaluate_qa_context],
experiment_prefix=EXPERIMENT_PREFIX,
metadata={"judge_model_name": JUDGE_MODEL_NAME},
max_concurrency=4,
max_concurrency=0,
)
)
experiment_result_df = pd.DataFrame(
Expand Down

0 comments on commit 123ecae

Please sign in to comment.