Skip to content

Commit

Permalink
Fixed typo. Preparing to force push to resolve history.
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-hajjar committed Feb 1, 2024
1 parent 6c9e1ba commit 42744f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument(
"--input_dir",
help="Location of LLaMA weights, which contains tokenizer.model and model folders",
help="Location of Llama weights, which contains tokenizer.model and model folders",
)
parser.add_argument(
"--model_size",
Expand Down

0 comments on commit 42744f2

Please sign in to comment.