I was trying to load vjepa2_1_vitl_dist_vitG_384 from torchhub and it wasn't working. I also got a weird log
Downloading: "http://localhost:8300/vjepa2_1_vitl_dist_vitG_384.pt" to
/root/.cache/torch/hub/checkpoints/vjepa2_1_vitl_dist_vitG_384.pt
I think you accidentally committed a bad change there:
|
# VJEPA_BASE_URL = "https://dl.fbaipublicfiles.com/vjepa2" |
|
|
|
# for testing |
|
VJEPA_BASE_URL = "http://localhost:8300" |
I was trying to load vjepa2_1_vitl_dist_vitG_384 from torchhub and it wasn't working. I also got a weird log
I think you accidentally committed a bad change there:
vjepa2/src/hub/backbones.py
Lines 8 to 11 in 204698b