I'm trying to create MLX file for 3B and 8B, missing arguments and other stuff
#1
by
royf
- opened
8B is missing safetensors and I can't create MLX file.
3B is missing some arguments ModelArgs.init() missing 6 required positional arguments: 'hidden_size', 'num_hidden_layers', 'intermediate_size', 'num_attention_heads', 'rms_norm_eps', and 'vocab_size'
I would greatly appreciate if you can provide some or all of these.
Thanks