Skip to content

Commit

Permalink
update incorrect checkpoint urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ssundaram21 committed Jul 14, 2023
1 parent 82c2762 commit 0b0e69c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dreamsim/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

dreamsim_weights = {
"ensemble": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.0/dreamsim_checkpoint.zip",
"dino_vitb16": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.2/dreamsim_dino_vitb16_checkpoint.zip",
"clip_vitb32": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.2/dreamsim_clip_vitb32_checkpoint.zip",
"open_clip_vitb32": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.2/dreamsim_open_clip_vitb32_checkpoint.zip"
"dino_vitb16": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.3/dreamsim_dino_vitb16_checkpoint.zip",
"clip_vitb32": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.3/dreamsim_clip_vitb32_checkpoint.zip",
"open_clip_vitb32": "https://github.com/ssundaram21/dreamsim/releases/download/v0.1.3/dreamsim_open_clip_vitb32_checkpoint.zip"
}

0 comments on commit 0b0e69c

Please sign in to comment.