Unverified Commit 95cf3725 authored by IMvision12's avatar IMvision12 Committed by GitHub
Browse files

Fix `convnext` __init__ (#23078)

fix
parent 487f132a
......@@ -93,7 +93,7 @@ if TYPE_CHECKING:
except OptionalDependencyNotAvailable:
pass
else:
from .modeling_convnext import TFConvNextForImageClassification, TFConvNextModel, TFConvNextPreTrainedModel
from .modeling_tf_convnext import TFConvNextForImageClassification, TFConvNextModel, TFConvNextPreTrainedModel
else:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment