mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[Mimi] update test expected values for t4 runners (#35696)
update values for t4
This commit is contained in:
parent
8ac851b0b3
commit
870eb7b41b
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue