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

[Docker] Add patches for one-hot, expand_as, and etc ops #21

Merged
merged 4 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We are refactoring our [internal LLM training system](https://arxiv.org/abs/2402

### From Source

#### Install a Patched Version of PyTorch (optional)
#### Install a Patched Version of PyTorch

```bash
bash patches/build_pytorch_w_patch.sh
Expand Down Expand Up @@ -60,4 +60,4 @@ The veScale Project is under the Apache License v2.0.
## Acknowledgement

veScale team would like to sincerely acknowledge the assistance of and collaboration with
the [PyTorch DTensor team](https://github.com/pytorch/pytorch/tree/main/torch/distributed/_tensor).
the [PyTorch DTensor team](https://github.com/pytorch/pytorch/tree/main/torch/distributed/_tensor).
Loading