Skip to content

Commit e6eafce

Browse files
Fix import order
1 parent 30962af commit e6eafce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
from .gpt_sw3 import *
126126
from .gptj import *
127127
from .granite import *
128+
from .granite_speech import *
128129
from .granitemoe import *
129130
from .granitemoeshared import *
130-
from .granite_speech import *
131131
from .grounding_dino import *
132132
from .groupvit import *
133133
from .helium import *

0 commit comments

Comments
 (0)