Help with deepspeed CPU only installation #7893
Unanswered
sabre-code
asked this question in
Q&A
Replies: 2 comments
|
The env var you need is DS_BUILD_OPS=0 pip install deepspeedThis skips all CUDA extension compilation. If pip still tries to build something in your environment, add DS_BUILD_OPS=0 pip install deepspeed --no-build-isolationThat's basically it. The docs bury this info but |
0 replies
|
Thanks for the clarification. I noticed the README already points users to the Advanced Installation Instructions for pre-installing or disabling ops. Is that the recommended documentation for CPU-only installations as well? If so, it might be worth explicitly mentioning |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am not able install deepspeed for CPU setup. Need some documentation reference for guide on CPU installation.
All reactions