mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 13:20:12 +06:00

* update modular and add examples * style * improve example comments * style * fix small logic issue for imports * fix relative order issue when files do not make sense * Improve comments * trigger CIs
7 lines
230 B
Python
7 lines
230 B
Python
from transformers.models.clip.modeling_clip import CLIPEncoderLayer
|
|
|
|
|
|
# Check if we can correctly grab dependencies with correct naming from all UPPERCASE old model
|
|
class FromUppercaseModelEncoderLayer(CLIPEncoderLayer):
|
|
pass
|