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

rpc_push may fail due to exceeding max message size #372

Open
justheuristic opened this issue Jul 19, 2023 · 0 comments
Open

rpc_push may fail due to exceeding max message size #372

justheuristic opened this issue Jul 19, 2023 · 0 comments

Comments

@justheuristic
Copy link
Collaborator

This happens if inference step gives you(the handler) more than 4mb of tensors per step -- and you(the handler) proceed to rpc_push it to the next guy using rpc_push. We may choose not to forward such packages, but at least we should not try - and fail - to forward them every time.

This issue can also be resolved from converting rpc_push into a streaming rpc

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

No branches or pull requests

1 participant