Skip to content

Commit

Permalink
[tests] fix the wrong output in `ImageToTextPipelineTests.test_condit…
Browse files Browse the repository at this point in the history
…ional_generation_llava` (#29975)

bug fix
  • Loading branch information
faaany authored Apr 1, 2024
1 parent fa2c49b commit e4f5b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/test_pipelines_image_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_conditional_generation_llava(self):
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"
}
],
)
Expand Down

0 comments on commit e4f5b57

Please sign in to comment.