-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Add two CLI options to help with the installation inside of conda #113
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
Conversation
|
Hello! Thank you very much for your contribution to DeepSpeed. For most users, we are thinking that the no-sudo case is the wanted one. Would you mind inverting the default behavior and instead using a |
|
@ShadenSmith Done. Except that the option is named |
|
This looks good, we’ll have to update a few parts of our tests to get this to pass. Will do that tomorrow and then we can get this merged in. |
|
Can you add https://github.com/microsoft/DeepSpeed/blob/master/azure-pipelines.yml#L31 |
|
Hi @qwfy , thank you very much for the contribution. We have a now have a conda package uploaded and we appreciate any feedback :-). We have versions compiled for conda install deepspeed cudatoolkit=10.1 -c deepspeed -c pytorch -c conda-forge |
…epspeedai#113) * Add --no_sudo to run without sudo * Add --pip_mirror to set the pip mirror * Default to running pip without sudo * Typo * Add --pip_sudo to Dockerfile and azure-pipelines.yml Co-authored-by: Jeff Rasley <jerasley@microsoft.com>
Two CLI options are added to
install.sh:--no_sudoruns all commands withoutsudo--pip_mirrorallows the user to set the pip mirrorwith these two options, user can install deepspeed to their conda environment.