Skip to content

Commit

Permalink
[Mimi] update test expected values for t4 runners (huggingface#35696)
Browse files Browse the repository at this point in the history
update values for t4
  • Loading branch information
eustlb authored Jan 21, 2025
1 parent 8ac851b commit 870eb7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/models/mimi/test_modeling_mimi.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,8 +806,8 @@ def test_integration(self):
"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")

Expand Down

0 comments on commit 870eb7b

Please sign in to comment.