[Mimi] update test expected values for t4 runners (#35696)

update values for t4
This commit is contained in:
eustlb
2025-01-21 18:23:36 +01:00
committed by GitHub
parent 8ac851b0b3
commit 870eb7b41b

View File

@@ -806,8 +806,8 @@ class MimiIntegrationTest(unittest.TestCase):
"32": 0.0012330565, "32": 0.0012330565,
} }
expected_codesums = { expected_codesums = {
"8": 430423, "8": 426176,
"32": 1803071, "32": 1795819,
} }
librispeech_dummy = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation") librispeech_dummy = load_dataset("hf-internal-testing/librispeech_asr_dummy", "clean", split="validation")