Fix repo for final production
Browse filesBesides this PR that just fixes an issue, I'd recommend that maybe the method of downloading would be the `huggingface_hub` cli, not LFS (https://huggingface.co/docs/huggingface_hub/en/guides/cli)
README.md
CHANGED
|
@@ -74,7 +74,7 @@ If you are using the WHAM Demonstrator, please ensure that you have the required
|
|
| 74 |
|
| 75 |
### Installation
|
| 76 |
|
| 77 |
-
1. Clone this repository. We recommend starting without the large model files, using `GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:
|
| 78 |
2. `cd WHAM`
|
| 79 |
3. `./setup_local.sh`
|
| 80 |
|
|
|
|
| 74 |
|
| 75 |
### Installation
|
| 76 |
|
| 77 |
+
1. Clone this repository. We recommend starting without the large model files, using `GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:microsoft/WHAM`
|
| 78 |
2. `cd WHAM`
|
| 79 |
3. `./setup_local.sh`
|
| 80 |
|