Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 29, 2023
1 parent 74ec1db commit e486010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/llama/build_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run_task(task):
)
@click.option("--output", type=click.Path(), default="data/quantized-dataset-ft.protos")
@click.option("--filelist", type=click.Path(), default=None)
@click.option("--num_workers", type=int, default=16)
@click.option("--num-workers", type=int, default=16)
def main(config, output, filelist, num_workers):
dataset_fp = open(output, "wb")
generator_fn = (
Expand Down

0 comments on commit e486010

Please sign in to comment.