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

feat: add nccl support for multi-gpu tensor parallelism #91

Merged
merged 63 commits into from
Oct 4, 2024

Conversation

jorgeantonio21
Copy link
Contributor

No description provided.

@jorgeantonio21 jorgeantonio21 marked this pull request as ready for review October 4, 2024 01:18
@eureka-cpu
Copy link
Collaborator

Looks fine to me, though in general it's probably best to avoid using the panic macro in production code if the function returns a Result you may be better off finding a way of propagating the error and handling it

mod llama;
#[cfg(all(test, feature = "nccl"))]
Copy link
Collaborator

Choose a reason for hiding this comment

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

the test check is not necessary, as this whole folder is included only when running test

@jorgeantonio21
Copy link
Contributor Author

Closes #101.

@jorgeantonio21
Copy link
Contributor Author

Addresses #24 (llama).

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.

3 participants