Permissions of Cache Directories

Hi,

we are trying to use a shared cache directory between users. However, when loading a new model from the hub with .from_pretrained the permissions of the created directory is 700, i.e. others can’t read it.

Shouldn’t the permission be the same as the root cache directory?

How can I modify the permissions of cached models, preferrably per ENV variable?