mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +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(
|
||||
"--model-path",
|
||||
type=str,
|
||||
default="phi-2",
|
||||
default=".",
|
||||
help="The path to the model weights",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Loading…
Reference in New Issue
Block a user