mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
[tests] fix the wrong output in ImageToTextPipelineTests.test_conditional_generation_llava (#29975)
bug fix
This commit is contained in:
parent
fa2c49b00b
commit
e4f5b57a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue