diff --git a/dreamsim/config.py b/dreamsim/config.py index 1b13312..a143a9e 100644 --- a/dreamsim/config.py +++ b/dreamsim/config.py @@ -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.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" + "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" }