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

set torch dependency to version 2.0.0 for CUDA in installation instru… #409

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

cauyxy
Copy link
Contributor

@cauyxy cauyxy commented Apr 1, 2023

If there is already a version of Torch installed in your environment, using the same commands won't overwrite it. This can cause some code that uses Torch 2.0 to throw errors. Therefore, it is necessary to explicitly specify the Torch version and also consider upgrading the version of NCCL.

@cauyxy
Copy link
Contributor Author

cauyxy commented Apr 1, 2023

such as torch.distributed.scatter、torch.distributed.ReduceOp.AVG

Copy link
Collaborator

@maxreciprocate maxreciprocate left a comment

Choose a reason for hiding this comment

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

Right, I think that it's good to upfront these requirements you've mentioned, thanks!

@maxreciprocate maxreciprocate merged commit d7225c2 into CarperAI:main Apr 4, 2023
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