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

Support Multi-Node Inference and Serving. #3870

Open
4 tasks done
Jooho opened this issue Aug 19, 2024 · 0 comments
Open
4 tasks done

Support Multi-Node Inference and Serving. #3870

Jooho opened this issue Aug 19, 2024 · 0 comments

Comments

@Jooho
Copy link
Contributor

Jooho commented Aug 19, 2024

/kind feature

Describe the solution you'd like
As models continue to grow in size, it has become increasingly challenging to fit these large models into the memory of a single GPU. However, they can often be accommodated within the combined memory of multiple GPUs. Existing techniques such as tensor parallelism and pipeline parallelism allow for the division of models, enabling them to run parallel across multiple Nodes/GPUs, significantly enhancing performance.

Anything else you would like to add:

Links to the design documents:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants