Skip to content

Commit

Permalink
Enable ailia tokenizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakuno committed Dec 31, 2024
1 parent f583d6c commit a8147e5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ def main():
net_image = onnxruntime.InferenceSession(WEIGHT_IMAGE_PATH)
net_text = onnxruntime.InferenceSession(WEIGHT_TEXT_PATH)

args.disable_ailia_tokenizer = True
if args.disable_ailia_tokenizer:
from transformers import T5Tokenizer

Expand Down

0 comments on commit a8147e5

Please sign in to comment.