Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed streamer without corrupting hieroglyphs #1540

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pavel-esir
Copy link
Contributor

@pavel-esir pavel-esir commented Jan 14, 2025

Ticket: CVS-157216

@pavel-esir pavel-esir added the bug Something isn't working label Jan 14, 2025
@pavel-esir pavel-esir added this to the 2025.0 milestone Jan 14, 2025
@github-actions github-actions bot added category: visual language Visual language pipeline category: LLM LLM pipeline (stateful, static) category: samples GenAI samples no-match-files labels Jan 14, 2025
@@ -474,3 +474,22 @@ def get_image_by_link(link):
image = image.convert('RGB')
image_data = np.array((np.array(image.getdata()) - 128).astype(np.byte)).reshape(1, 3, image.size[1], image.size[0])
return Tensor(image_data)

def get_streamer_with_results():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as we agreed - we need to add to run_llm_pipeline_with_ref and run_cb_pipeline_with_ref and as they cover more cases (like streaming when stop strings are enabled)

@ilya-lavrenov ilya-lavrenov self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working category: LLM LLM pipeline (stateful, static) category: samples GenAI samples category: visual language Visual language pipeline Code Freeze no-match-files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants