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

add reproducible compilation environment #3943

Merged
merged 10 commits into from
Jul 31, 2023
Prev Previous commit
Fix casing for format
  • Loading branch information
loadams committed Jul 31, 2023
commit 7921123b9550c24a20776cf6513a2ea70f1cacef
4 changes: 2 additions & 2 deletions docs/_tutorials/advanced-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ fail. Therefore, if you need to you can override the default location with the h
TORCH_EXTENSIONS_DIR=./torch-extensions deepspeed ...
```

### conda environment for building from source
### Conda environment for building from source

If you encounter difficulties during compilation using the default system environment, you can try the conda environment we provide, which includes the necessary compilation toolchain and PyTorch.
If you encounter difficulties during compilation using the default system environment, you can try the conda environment provided, which includes the necessary compilation toolchain and PyTorch.

```bash
conda env create -n deepspeed -f environment.yml --force
Expand Down