Skip to content

Commit

Permalink
Merge pull request #57 from xrsrke/feature/moe
Browse files Browse the repository at this point in the history
[Readme] Change installation from git
  • Loading branch information
xrsrke authored Dec 10, 2023
2 parents b515613 + 4e382a7 commit a49eb82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ for epoch in range(100):
You can install the package through the following command:

```bash
pip install pipegoose
git clone https://github.com/xrsrke/pipegoose.git
cd pipegoose && pip install -e .
```

And try out a hybrid tensor and data parallelism training script (You must have at least 4 GPUs in order to try hybrid 2D parallelism).
Expand Down

0 comments on commit a49eb82

Please sign in to comment.