You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If both *.bin and *.safetensors weights exist in a repository both are downloaded even thought only the *.safetensors version are used, doubling the disk size & time to download models.
As we load *.safetensors by default, we should only download them.