New OpenCLIP release not compatible with notebook

#13
by fepegar - opened
Microsoft org

It seems that the new release of OpenCLIP has broken the notebook. I've managed to run it with pip install open_clip_torch<2.23.

using 2.23, I got an error:

text_cfg = CLIPTextCfg(**text_cfg)
TypeError: CLIPTextCfg.__init__() got an unexpected keyword argument 'proj'

run pip install open_clip_torch=2.22 solve.

shengz changed discussion status to closed

Sign up or log in to comment