mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-26 12:34:31 +08:00
[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:
parent
4bf56c79cc
commit
e70fbc599b
@ -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!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user