Skip to content

Commit 1f3de86

Browse files
committed
clarify unspecified --base
1 parent 2e11ea2 commit 1f3de86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_lora_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def parse_args() -> argparse.Namespace:
258258
)
259259
parser.add_argument(
260260
"--base", type=Path,
261-
help="directory containing Hugging Face model config files (config.json, tokenizer.json) for the base model that the adapter is based on - only config is needed, actual model weights are not required",
261+
help="directory containing Hugging Face model config files (config.json, tokenizer.json) for the base model that the adapter is based on - only config is needed, actual model weights are not required. If base model is unspecified, it will be loaded from Hugging Face hub based on the adapter config",
262262
)
263263
parser.add_argument(
264264
"lora_path", type=Path,

0 commit comments

Comments
 (0)