diff --git a/README.md b/README.md index f3c9be62..549e181b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ 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 -cd muse +git clone https://github.com/huggingface/open-muse.git +cd open-muse pip install -e ".[extra]" ```