Skip to content

Commit

Permalink
Minor update lab.py for helping information (NVIDIA#607)
Browse files Browse the repository at this point in the history
Minor update lab.py for helping information (NVIDIA#1)

Signed-off-by: lixuemin2016 <[email protected]>
Signed-off-by: Kai Xu <[email protected]>
Co-authored-by: Kai Xu <[email protected]>
  • Loading branch information
lixuemin2016 and Kai Xu authored Mar 19, 2024
1 parent 5b285de commit 73041a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def configure(ctx, param, filename):
def cli(ctx, config):
"""CLI for interacting with InstructLab.
If this is your first time running lab, it's best to start with `lab init` to create the environment
If this is your first time running lab, it's best to start with `lab init` to create the environment.
"""


Expand Down Expand Up @@ -165,7 +165,7 @@ def init(
clone_taxonomy_repo = False
elif interactive:
clone_taxonomy_repo = click.confirm(
f"`{taxonomy_path}` seems to not exists or is empty. Should I clone {repository} for you?"
f"`{taxonomy_path}` seems to not exist or is empty. Should I clone {repository} for you?"
)

# clone taxonomy repo if it needs to be cloned
Expand Down

0 comments on commit 73041a8

Please sign in to comment.