Skip to content

Commit

Permalink
Rename a few missing strings and filenames (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcuenca authored Feb 15, 2024
1 parent 4b4b621 commit e9d36be
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/transformers/models/gemma/convert_gemma_weights_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument(
"--input_checkpoint",
help="Absolute path to the target GoldenGate weights.",
help="Absolute path to the target Gemma weights.",
required=True,
)
parser.add_argument(
"--tokenizer_checkpoint",
help="Location of GoldenGate tokenizer model",
help="Location of Gemma tokenizer model",
)
parser.add_argument(
"--model_size",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e9d36be

Please sign in to comment.