Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Dellabetta <[email protected]>
  • Loading branch information
brian-dellabetta committed Feb 14, 2025
1 parent f37cfeb commit 23499d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def tokenize(sample):
add_special_tokens=False,
)

elif ds_name in ("flickr30k",):
elif ds_name == "flickr30k":
def preprocess(sample):
return sample

Expand Down

0 comments on commit 23499d9

Please sign in to comment.