Skip to content

Commit 3c7aea2

Browse files
authored
Merge pull request instructlab#1064 from hickeyma/fix/chck-hf-token
fix: Add hf-token default to fix checking error
2 parents 089c361 + 6bf5a62 commit 3c7aea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/instructlab/lab.py

+1
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ def chat(
711711
)
712712
@click.option(
713713
"--hf-token",
714+
default="",
714715
envvar="HF_TOKEN",
715716
help="User access token for connecting to the Hugging Face Hub.",
716717
)

0 commit comments

Comments
 (0)