facebookresearch / ImageBind

ImageBind One Embedding Space to Bind Them All
Other
8.36k stars 769 forks source link

download imagebind_huge checkpoint to cache instead of local dir #98

Open miraodasilva opened 1 year ago

miraodasilva commented 1 year ago

Download checkpoints for imagebind huge to cache (~/.cache) instead of local dir. This is how hugging face does it as well, for example. This way, the code is usable from anywhere and does not rely on a local .checkpoints/ directory. Also avoids cluttering the code with checkpoints dirs.