mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-11-05 05:58:14 +08:00
Load fused model with transformers (#703)
* save format for transformers compatibility * save format for transformers compatibility arg * hardcode mlx * hardcode mlx format
This commit is contained in:
@@ -38,7 +38,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
parser.add_argument(
|
||||
"--upload-name",
|
||||
help="The name of model to upload to Hugging Face MLX Community",
|
||||
help="The name of model to upload to Hugging Face MLX Community.",
|
||||
type=str,
|
||||
default=None,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user