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:
AlexandrosChrtn
2024-04-21 19:04:44 +03:00
committed by GitHub
parent 749cabf299
commit f20e68fcc0
2 changed files with 20 additions and 3 deletions

View File

@@ -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,
)