Skip to content

Commit

Permalink
Merge branch 'main' into yguo/optional-output-for-bertokenizer-token-…
Browse files Browse the repository at this point in the history
…type-id
  • Loading branch information
sayanshaw24 authored Oct 27, 2023
2 parents ea6beec + 6469620 commit d90de6c
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 d90de6c

Please sign in to comment.