Skip to content

Commit

Permalink
Fix typos: "currenlty" -> "currently", "your" -> "you're" (#583)
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ilharco Magalhães <[email protected]>
  • Loading branch information
EIFY and gabrielilharco authored Aug 28, 2023
1 parent 8556945 commit 579b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def main(args):
output_dict=True,
)
if args.distill:
# FIXME: currenlty assumes the model your distilling from has the same tokenizer & transforms.
# FIXME: currently assumes the model you're distilling from has the same tokenizer & transforms.
dist_model, _, _ = create_model_and_transforms(
args.distill_model,
args.distill_pretrained,
Expand Down

0 comments on commit 579b6a9

Please sign in to comment.