You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from optimum.intel.openvino.modeling_timm import TimmImageProcessor
optimum/intel/openvino/modeling_timm.py:9: in
from timm.layers.config import set_fused_attn
E ModuleNotFoundError: No module named 'timm.layers'
issue can b e resolved with upgrading timm package (I have 0.4.12, very old) , looks like some lower bound required for timm dependency.
The text was updated successfully, but these errors were encountered:
from optimum.intel.openvino.modeling_timm import TimmImageProcessor
optimum/intel/openvino/modeling_timm.py:9: in
from timm.layers.config import set_fused_attn
E ModuleNotFoundError: No module named 'timm.layers'
issue can b e resolved with upgrading timm package (I have 0.4.12, very old) , looks like some lower bound required for timm dependency.
The text was updated successfully, but these errors were encountered: