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
Currently this model: ``` m = timm.create_model("efficientformerv2_s0", pretrained=True, scriptable=True).eval()` ``` will fail to convert to stablehlo because we use mixed shape in Conv. this is allowed in HLO but not in mhlo. Workaroudn by manually promoting
0 commit comments