Update WhisperModelIntegrationTests.test_large_batched_generation (#19472)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-10-11 13:39:24 +01:00
committed by GitHub
parent e1a5cc338b
commit 440bbd44aa

View File

@@ -991,10 +991,10 @@ class WhisperModelIntegrationTests(unittest.TestCase):
# fmt: off # fmt: off
EXPECTED_TRANSCRIPT = [ EXPECTED_TRANSCRIPT = [
' Mr. Quilter is the apostle of the middle classes, and we are glad to', " Mr. Quilter is the apostle of the middle classes and we are glad to",
" Nor is Mr. Quilter's manner less interesting than his matter.", " Nor is Mr. Quilter's manner less interesting than his matter.",
" He tells us that at this festive season of the year, with Christmas and roast beef", " He tells us that at this festive season of the year, with Christmas and roast beef",
" He has grave doubts whether Sir Frederick Layton's work is really Greek after all," " He has grave doubts whether Sir Frederick Layton's work is really Greek after all,",
] ]
# fmt: on # fmt: on