"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "2ee9f9b69e67426aaed690f652f9cdd8b524b99d"
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): ...@@ -290,7 +290,7 @@ class ImageToTextPipelineTests(unittest.TestCase):
outputs, 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