init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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
|
||||
Reference in New Issue
Block a user