From 3a4f9e2ec2d3f669c865c49a0cd50af5a15fd83e Mon Sep 17 00:00:00 2001 From: ssundaram21 Date: Fri, 14 Jul 2023 15:19:16 -0400 Subject: [PATCH] final url fix --- dreamsim/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }