From 870eb7b41bfa3e8f398b2391542e7f69ff86002a Mon Sep 17 00:00:00 2001 From: eustlb <94853470+eustlb@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:23:36 +0100 Subject: [PATCH] [Mimi] update test expected values for t4 runners (#35696) update values for t4 --- tests/models/mimi/test_modeling_mimi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/models/mimi/test_modeling_mimi.py b/tests/models/mimi/test_modeling_mimi.py index bc3c663b4..83660cde6 100644 --- a/tests/models/mimi/test_modeling_mimi.py +++ b/tests/models/mimi/test_modeling_mimi.py @@ -806,8 +806,8 @@ class MimiIntegrationTest(unittest.TestCase): "32": 0.0012330565, } expected_codesums = { - "8": 430423, - "32": 1803071, + "8": 426176, + "32": 1795819, } librispeech_dummy = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")