mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 19:21:31 +06:00
Fix style
This commit is contained in:
parent
721764028e
commit
04c653a354
@ -1100,6 +1100,15 @@ else:
|
||||
"load_tf_weights_in_canine",
|
||||
]
|
||||
)
|
||||
_import_structure["models.chinese_clip"].extend(
|
||||
[
|
||||
"CHINESE_CLIP_PRETRAINED_MODEL_ARCHIVE_LIST",
|
||||
"ChineseCLIPModel",
|
||||
"ChineseCLIPPreTrainedModel",
|
||||
"ChineseCLIPTextModel",
|
||||
"ChineseCLIPVisionModel",
|
||||
]
|
||||
)
|
||||
_import_structure["models.clip"].extend(
|
||||
[
|
||||
"CLIP_PRETRAINED_MODEL_ARCHIVE_LIST",
|
||||
@ -1111,15 +1120,6 @@ else:
|
||||
"CLIPVisionModelWithProjection",
|
||||
]
|
||||
)
|
||||
_import_structure["models.chinese_clip"].extend(
|
||||
[
|
||||
"CHINESE_CLIP_PRETRAINED_MODEL_ARCHIVE_LIST",
|
||||
"ChineseCLIPModel",
|
||||
"ChineseCLIPPreTrainedModel",
|
||||
"ChineseCLIPTextModel",
|
||||
"ChineseCLIPVisionModel",
|
||||
]
|
||||
)
|
||||
_import_structure["models.clipseg"].extend(
|
||||
[
|
||||
"CLIPSEG_PRETRAINED_MODEL_ARCHIVE_LIST",
|
||||
|
Loading…
Reference in New Issue
Block a user