PKU-YuanGroup / MoE-LLaVA

Mixture-of-Experts for Large Vision-Language Models
https://arxiv.org/abs/2401.15947
Apache License 2.0
1.97k stars 125 forks source link

Allow custom storage path of the google/siglip-so400m-patch14-384 #10

Closed leosongwei closed 9 months ago

leosongwei commented 9 months ago

Now the moellava/model/multimodal_encoder/builder.py assumes using the default huggingface cache path.

LinB203 commented 9 months ago

You can use --cache_dir your/custom/path.