apiantonio commited on
Commit
ddfda36
·
verified ·
1 Parent(s): c5f2ac8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ fused projection.
43
  If you want to reproduce the comparisons below, note that `torch.hub.load` against the current
44
  `main` of `facebookresearch/vjepa2` does not work: `src/hub/backbones.py` ships with
45
  `VJEPA_BASE_URL = "http://localhost:8300"` and the real URL commented out above it. Download the
46
- checkpoint directly from `https://dl.fbaipublicfiles.com/vjepa2/vjepa2_1_vitG_384.pt`
47
  and build the reference modules from `app/vjepa_2_1/models/`, which is what the shipped scripts do.
48
 
49
  ## Architecture
 
43
  If you want to reproduce the comparisons below, note that `torch.hub.load` against the current
44
  `main` of `facebookresearch/vjepa2` does not work: `src/hub/backbones.py` ships with
45
  `VJEPA_BASE_URL = "http://localhost:8300"` and the real URL commented out above it. Download the
46
+ checkpoint directly from <https://dl.fbaipublicfiles.com/vjepa2/vjepa2_1_vitG_384.pt>
47
  and build the reference modules from `app/vjepa_2_1/models/`, which is what the shipped scripts do.
48
 
49
  ## Architecture