Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Sep 5, 2024
1 parent 0fd660f commit 2f78a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute_horde_prompt_gen/download_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
)
model.save_pretrained(args.model_path)

tokenizer = AutoTokenizer.from_pretrained(args.model_name)
tokenizer = AutoTokenizer.from_pretrained(MODEL_PATHS[args.model_name])
tokenizer.save_pretrained(args.model_path)

0 comments on commit 2f78a1e

Please sign in to comment.