Skip to content

Commit 839622c

Browse files
Update evaluation/generation/generate.py
Co-authored-by: Niklas Muennighoff <[email protected]>
1 parent 21eca50 commit 839622c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation/generation/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main():
3333

3434
tokenizer = AutoTokenizer.from_pretrained(args.checkpoint, padding_side="left")
3535

36-
print("Loaded tokenizer !")
36+
print("Loaded tokenizer!")
3737
start = datetime.datetime.now()
3838
model = AutoModelForCausalLM.from_pretrained(
3939
args.checkpoint,

0 commit comments

Comments
 (0)