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

Fix packet loss when deploy little model #2548

Closed
wants to merge 4 commits into from

Conversation

sdli1995
Copy link
Contributor

fix packet loss when deploy small llm like qwen 0.5B or fishauido

Motivation

We found that when deploying some small LLMs, SGlang experiences packet loss under high load because the scheduler's results return too quickly, and at the same time, the rid is not updated in rid_to_state

Modifications

we move send_to_scheduler after rid_to_state update

Checklist

  • Format your code according to the Contributor Guide.
  • Add unit tests as outlined in the Contributor Guide.
  • Update documentation as needed, including docstrings or example tutorials.

@merrymercy
Copy link
Contributor

merrymercy commented Dec 28, 2024

@merrymercy merrymercy marked this pull request as ready for review January 2, 2025 23:33
@merrymercy
Copy link
Contributor

move to #2717

@merrymercy merrymercy closed this Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants