mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-25 01:41:19 +08:00
update path to load weights (#164)
This commit is contained in:
parent
4addd02988
commit
6c574dbecf
@ -169,7 +169,7 @@ if __name__ == "__main__":
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--model-path",
|
"--model-path",
|
||||||
type=str,
|
type=str,
|
||||||
default="phi-2",
|
default=".",
|
||||||
help="The path to the model weights",
|
help="The path to the model weights",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Loading…
Reference in New Issue
Block a user