Unverified Commit df5c5c62 authored by Brendan Fahy's avatar Brendan Fahy Committed by GitHub
Browse files

Fix typo (#27918)

parent 5fa66df3
...@@ -330,7 +330,7 @@ def convert_tiktoken_to_hf( ...@@ -330,7 +330,7 @@ def convert_tiktoken_to_hf(
if __name__ == "__main__": if __name__ == "__main__":
parser = argparse.ArgumentParser() parser = argparse.ArgumentParser()
# # Required parameters # # 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("--pytorch_dump_folder_path", default=None, type=str, help="Path to the output PyTorch model.")
parser.add_argument( parser.add_argument(
"--convert_preprocessor", "--convert_preprocessor",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment