Time taken for importing models

#4
by andrew-ke - opened

"from transformers import CLIPSegProcessor, CLIPSegForImageSegmentation" in python takes about 13 seconds on i7-1165G7, NVME ssd. Is there any way to speed this up? Thanks.

Hi,

I'm not able to reproduce that, maybe you could try recreating a virtual environment and installing Transformers in there.

Sign up or log in to comment