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

[Bug Fixes] Fix model worker stuck under some special circumstances. #67

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

garrett4wade
Copy link
Contributor

Changes

  1. The model worker can get stuck in the while-loop when receiving requests. Fix this issue by avoiding blocked request waiting.

  2. The min_size in mini-batched pipeline inference and generation should be pipeline_parallel_world_size() instead of 1.

  3. Remove some dead doc-strings.

@garrett4wade garrett4wade merged commit 4fb09bf into main Sep 5, 2024
3 checks passed
@garrett4wade garrett4wade deleted the bugfix20240904 branch September 5, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants