Skip to content

Commit 45cbda1

Browse files
author
Javier Romero
committed
Updated download link due to tag change
1 parent 0dafd5f commit 45cbda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ MHR (Momentum Human Rig) is a high-fidelity 3D human body model that provides:
2020

2121
```bash
2222
# Download the torchscript model
23-
curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1.0.0-beta/assets.zip
23+
curl -OL https://github.com/facebookresearch/MHR/releases/download/v1.0.0/assets.zip
2424

2525
# Unzip torchscript
2626
unzip -p assets.zip assets/mhr_model.pt > mhr_model.pt
@@ -40,7 +40,7 @@ git clone git@github.com:facebookresearch/MHR.git
4040
cd MHR
4141

4242
# Download the and unzip model assets
43-
curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1.0.0-beta/assets.zip
43+
curl -OL https://github.com/facebookresearch/MHR/releases/download/v1.0.0/assets.zip
4444
unzip assets.zip
4545

4646
# Install dependencies with Pixi
@@ -58,7 +58,7 @@ pixi shell
5858
pip install mhr .
5959

6060
# Download and unzip the model assets
61-
curl -OL https://github.com/facebookresearch/MHR/releases/download/v.1.0.0-beta/assets.zip
61+
curl -OL https://github.com/facebookresearch/MHR/releases/download/v1.0.0/assets.zip
6262
unzip assets.zip
6363
```
6464

0 commit comments

Comments
 (0)