mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
more nits
This commit is contained in:
@@ -14,13 +14,13 @@ if __name__ == "__main__":
|
||||
description="Convert Mistral or Llama models to MLX.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--torch_model",
|
||||
"--torch-model",
|
||||
type=str,
|
||||
default="mistral-7B-v0.1/",
|
||||
help="The torch model directory",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--mlx_model",
|
||||
"--mlx-model",
|
||||
type=str,
|
||||
default="mlx-mistral-7B-v0.1/",
|
||||
help="The directory to store the mlx model",
|
||||
|
Reference in New Issue
Block a user