Update QAPipelineTests::test_large_model_course after #39193 (#39666)

fix

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-07-28 16:26:49 +02:00
committed by GitHub
parent da823fc04e
commit 88aed92b59

View File

@@ -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},
)