microsoft / msccl-tools

Synthesizer for optimal collective communication algorithms
MIT License
98 stars 25 forks source link

Installation instruction might be incorrect #36

Closed jambayk closed 2 years ago

jambayk commented 2 years ago

The readme says to run the following for installation

pip install git+https://github.com/microsoft/msccl.git

However, this is pointing to the other msccl repository which is not a python package.

Is it supposed to be the following?

pip install git+https://github.com/microsoft/msccl-tools.git
cowanmeg commented 2 years ago

Thank you for catching that. We will update it.