From 4e382a77062d2e0c86e4906296355488cf1a28c0 Mon Sep 17 00:00:00 2001 From: xrsrke Date: Sun, 10 Dec 2023 09:58:18 +0700 Subject: [PATCH] [Readme] Change installation from git --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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).