From 7ca05d2e510ea0d150986ba5810de0d5c02fc068 Mon Sep 17 00:00:00 2001 From: Tingzhen Date: Sun, 16 Mar 2025 23:02:52 -0400 Subject: [PATCH] LoRa/README.md should be --hf-path instead of --hf-repo (#1350) Co-authored-by: du tingzhen --- lora/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora/README.md b/lora/README.md index 5c4b5ee8..844d8b28 100644 --- a/lora/README.md +++ b/lora/README.md @@ -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