Skip to content

Commit

Permalink
fix: update repo id and checkpoint name
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh authored Dec 4, 2023
1 parent df949ca commit 16713a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emma_perception/commands/download_checkpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from emma_common.hf import download_file


HF_REPO_ID = "gpantaz/emma_models"
CHECKPOINT_NAME = "vivl_finetune_arena.ckpt"
HF_REPO_ID = "emma-heriot-watt/models"
CHECKPOINT_NAME = "vinvl_finetune_arena.ckpt"


def download_vinvl_checkpoint(
Expand Down

0 comments on commit 16713a1

Please sign in to comment.