Skip to content

Commit

Permalink
Fix typo (#27918)
Browse files Browse the repository at this point in the history
  • Loading branch information
f4hy committed Dec 9, 2023
1 parent 5fa66df commit df5c5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/models/whisper/convert_openai_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def convert_tiktoken_to_hf(
if __name__ == "__main__":
parser = argparse.ArgumentParser()
# # Required parameters
parser.add_argument("--checkpoint_path", type=str, help="Patht to the downloaded checkpoints")
parser.add_argument("--checkpoint_path", type=str, help="Path to the downloaded checkpoints")
parser.add_argument("--pytorch_dump_folder_path", default=None, type=str, help="Path to the output PyTorch model.")
parser.add_argument(
"--convert_preprocessor",
Expand Down

0 comments on commit df5c5c6

Please sign in to comment.