Unverified Commit e70fbc59 authored by Alex Brooks's avatar Alex Brooks Committed by GitHub
Browse files

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


Signed-off-by: default avatarAlex-Brooks <Alex.Brooks@ibm.com>
Signed-off-by: default avatarAlex Brooks <alex.brooks@ibm.com>
Co-authored-by: default avatarCyrus Leung <cyrus.tl.leung@gmail.com>
parent 4bf56c79
......@@ -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!
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment