LoRa/README.md should be --hf-path instead of --hf-repo (#1350)

Co-authored-by: du tingzhen <dutingzhen@macbookpro.myfiosgateway.com>
This commit is contained in:
Tingzhen
2025-03-16 23:02:52 -04:00
committed by GitHub
parent d9e1d9c0ef
commit 7ca05d2e51

View File

@@ -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:
```
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