Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-esir authored Jan 13, 2025
1 parent 5bd05c1 commit 252a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_tests/test_vlm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def streamer(word: str) -> bool:
for prompt in prompts[1:]:
result_from_streamer = []
res = pipe.generate(prompt, generation_config=get_greedy(), streamer=streamer)
assert res.texts[0] == ''.join(result_from_streamer)
assert res.texts[0] == ''.join(result_from_streamer)

pipe.finish_chat()

Expand Down

0 comments on commit 252a8f7

Please sign in to comment.