Skip to content

Commit df5c5c6

Browse files
authored
Fix typo (#27918)
1 parent 5fa66df commit df5c5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/whisper/convert_openai_to_hf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def convert_tiktoken_to_hf(
330330
if __name__ == "__main__":
331331
parser = argparse.ArgumentParser()
332332
# # Required parameters
333-
parser.add_argument("--checkpoint_path", type=str, help="Patht to the downloaded checkpoints")
333+
parser.add_argument("--checkpoint_path", type=str, help="Path to the downloaded checkpoints")
334334
parser.add_argument("--pytorch_dump_folder_path", default=None, type=str, help="Path to the output PyTorch model.")
335335
parser.add_argument(
336336
"--convert_preprocessor",

0 commit comments

Comments
 (0)