diff --git a/README.md b/README.md index 574f6a7..fd6bbe6 100644 --- a/README.md +++ b/README.md @@ -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).