mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-24 17:31:18 +08:00
LoRa/README.md should be --hf-path instead of --hf-repo
This commit is contained in:
parent
2fce02acd8
commit
3aaca78d25
@ -166,7 +166,7 @@ useful for the sake of attribution and model versioning.
|
|||||||
For example, to fuse and upload a model derived from Mistral-7B-v0.1, run:
|
For example, to fuse and upload a model derived from Mistral-7B-v0.1, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
python fuse.py --upload-name My-4-bit-model --hf-repo mistralai/Mistral-7B-v0.1
|
python fuse.py --upload-name My-4-bit-model --hf-path mistralai/Mistral-7B-v0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
## Custom Data
|
## Custom Data
|
||||||
|
Loading…
Reference in New Issue
Block a user