## Describe the bug The env config is using the wrong environment variable to get the cache directory. This leads to duplicate model/asset downloads. ## To Reproduce The [cache_dir](https://github.com/huggingface/lighteval/blob/main/src/lighteval/utils/utils.py#L195) value uses `HF_HOME` environment variable ## Expected behavior Uses [HF_HUB_CACHE](https://huggingface.co/docs/huggingface_hub/main/en/package_reference/environment_variables#hfhubcache) environment variable ## Version info github `main`