Skip to content

Commit

Permalink
Update convert_llama_weights_to_hf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qwopqwop200 authored Mar 21, 2023
1 parent eef9b20 commit 98b1011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert_llama_weights_to_hf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
model_size=args.model_size,
)
write_tokenizer(
tokenizer_path=os.path.join(args.output_dir, "tokenizer"),
tokenizer_path=os.path.join(args.output_dir, "llama-{}".format(args.model_size).lower()),
input_tokenizer_path=os.path.join(args.input_dir, "tokenizer.model"),
)

Expand Down

0 comments on commit 98b1011

Please sign in to comment.