Skip to content

Commit

Permalink
typo: merge pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijianma committed Nov 14, 2023
1 parent f2d4a8c commit 000ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_juicer/utils/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def prepare_huggingface_clip(clip_name):
:param clip_name: input clip name
:return: a pair of clip instance and processor instance.
"""
from transformers import CLIPProcessor, CLIPModel
from transformers import CLIPModel, CLIPProcessor

model = CLIPModel.from_pretrained(clip_name)
processor = CLIPProcessor.from_pretrained(clip_name)
Expand Down

0 comments on commit 000ed35

Please sign in to comment.