Skip to content

Commit

Permalink
Merge branch 'main' into cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl authored Oct 28, 2023
2 parents af48e99 + 6469620 commit f1de075
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_autotokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,4 @@ def print_prime(n):


if __name__ == '__main__':
try:
dist = pkg_resources.get_distribution('ftfy')
except pkg_resources.DistributionNotFound:
raise Exception("WARNING: ftfy is not installed - it is required for parity between CLIPTokenizer and CLIPTokenizerFast.")
unittest.main()

0 comments on commit f1de075

Please sign in to comment.