I am attempting to push a saved model in model-00001-of-00006.safetensors
mode, but the model gets converted to pytorch_model-00001-of-00006.bin
before being saved to the hub.
How can I prevent this?
Here is what I am simply doing:
model.push_to_hub(new_model, use_temp_dir=False)
tokenizer.push_to_hub(new_model, use_temp_dir=False)