can't load model

#1
by irotem98 - opened

using the default loading (Use in timm):
import timm
model = timm.create_model("hf_hub:timm/vit_large_patch14_clip_336.laion2b_ft_augreg_inat21", pretrained=True)

I get the error:
RuntimeError: Unknown model (vit_large_patch14_clip_336)

i had old timm version.

irotem98 changed discussion status to closed

Sign up or log in to comment