mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00: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
6 lines
230 B
Python
6 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
|