From 88aed92b59f3148c961e0056f21fac1820fd2b81 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:26:49 +0200 Subject: [PATCH] Update `QAPipelineTests::test_large_model_course` after #39193 (#39666) fix Co-authored-by: ydshieh --- tests/pipelines/test_pipelines_question_answering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipelines/test_pipelines_question_answering.py b/tests/pipelines/test_pipelines_question_answering.py index d46dd489c5..3b932e3b04 100644 --- a/tests/pipelines/test_pipelines_question_answering.py +++ b/tests/pipelines/test_pipelines_question_answering.py @@ -412,7 +412,7 @@ between them. It's straightforward to train your models with one before loading self.assertEqual( nested_simplify(outputs), - {"answer": "Jax, PyTorch and TensorFlow", "end": 1919, "score": 0.971, "start": 1892}, + {"answer": "Jax, PyTorch and TensorFlow", "end": 1919, "score": 0.972, "start": 1892}, )