Skip to content

Commit

Permalink
update cli help
Browse files Browse the repository at this point in the history
  • Loading branch information
samhavens committed Dec 11, 2023
1 parent 854b938 commit 93e81fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/inference/hf_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def parse_args() -> Namespace:
],
help='List of generation prompts or list of delimited files. Use syntax ' +\
f'"{utils.PROMPTFILE_PREFIX}/path/to/prompt.txt" to load prompt(s) contained in a txt file. ' +\
f'You can load a file from an object store without a prefix, e.g. "s3://bucket/path/to/prompt.txt". ' +\
f'\nUse syntax "{utils.PROMPTDATASET_PREFIX}org/dataset" to load prompts from a HF dataset. '
)
parser.add_argument(
Expand Down

0 comments on commit 93e81fd

Please sign in to comment.