Unverified Commit e4f5b57a authored by Fanli Lin's avatar Fanli Lin Committed by GitHub
Browse files

[tests] fix the wrong output in...

[tests] fix the wrong output in `ImageToTextPipelineTests.test_conditional_generation_llava` (#29975)

bug fix
parent fa2c49b0
......@@ -290,7 +290,7 @@ class ImageToTextPipelineTests(unittest.TestCase):
outputs,
[
{
"generated_text": "<image> \nUSER: What does the label 15 represent? (1) lava (2) core (3) tunnel (4) ash cloud?\nASSISTANT: Lava"
"generated_text": "\nUSER: What does the label 15 represent? (1) lava (2) core (3) tunnel (4) ash cloud?\nASSISTANT: Lava"
}
],
)
......
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