From 3b0d1745119960869cc3df86a697888b4eee1c4b Mon Sep 17 00:00:00 2001 From: vikasmech Date: Tue, 23 May 2023 20:49:41 +0530 Subject: [PATCH 1/3] fixing the git clone, i think it was outdated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c9be62..1c519bb8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All the artifacts of this project will be uploaded to the [openMUSE](https://hug First create a virtual environment and install the repo using: ```bash -git clone https://github.com/huggingface/muse +git clone https://github.com/vikasmech/open-muse.git cd muse pip install -e ".[extra]" ``` From aebc6413e60dd5c2467dc16d3ac85acff3423f29 Mon Sep 17 00:00:00 2001 From: vikasmech Date: Tue, 23 May 2023 20:51:31 +0530 Subject: [PATCH 2/3] fixing the git clone, i think it was outdated, and folder name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c519bb8..223374e1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ All the artifacts of this project will be uploaded to the [openMUSE](https://hug First create a virtual environment and install the repo using: ```bash -git clone https://github.com/vikasmech/open-muse.git +git clone https://github.com/huggingface/open-muse.git cd muse pip install -e ".[extra]" ``` From efc4b7e0df64cc6ac7f6d9e3e6fee02042e3a3dc Mon Sep 17 00:00:00 2001 From: vikasmech Date: Tue, 23 May 2023 20:52:48 +0530 Subject: [PATCH 3/3] fixing the git clone, i think it was outdated, and folder name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 223374e1..549e181b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ First create a virtual environment and install the repo using: ```bash git clone https://github.com/huggingface/open-muse.git -cd muse +cd open-muse pip install -e ".[extra]" ```