Update WhisperModelIntegrationTests.test_large_batched_generation (#19472)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user