Remove consolidated weights
#6
by
prince-canuma
- opened
Please remove the consolidated weights.
It makes transformers download the extra model weights since there is already the sharded weights available.
You can exclude it from allow_patterns=
I know, but that requires extra work to change the code base of libraries like MLX.
I don't mind it much, just think it's unecessary to keep two weight files.
It's not a common pattern.
I too had to change my scripts to add that file to allow_patterns
.