EvolvingLMMs-Lab / lmms-eval

Accelerating the development of large multimodal models (LMMs) with lmms-eval
https://lmms-lab.github.io/
Other
1.03k stars 54 forks source link

[FAQ] about caching the zipped file from HF to local folder #124

Open Luodian opened 1 week ago

Luodian commented 1 week ago

If you encountered connection issue when downloading the video zipped files to your local cache dir, please consider adding the following kwargs to your yaml file to forcefully download and zip the videos correctly to your local folder.

For example,

# lmms_eval/tasks/videomme/videomme.yaml
dataset_kwargs:
  token: True
  cache_dir: videomme
  video: True
  force_download: True
  force_unzip: True