[CI/Build] Loosen STT LoRA Translate Check (Flaky Test) (#28247)

Signed-off-by: Alex-Brooks <Alex.Brooks@ibm.com>
Signed-off-by: Alex Brooks <alex.brooks@ibm.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
Alex Brooks 2025-11-06 19:51:27 -07:00 committed by GitHub
parent 4bf56c79cc
commit e70fbc599b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ async def test_basic_audio_with_lora(mary_had_lamb):
temperature=0.0,
)
out = json.loads(translation)["text"].strip().lower()
assert "mary tenía un pequeño cordero" in out
assert "pequeño" in out.split(" ")
# NOTE: (NickLucche) the large-v3-turbo model was not trained on translation!