encoder.embed_tokens.weight | MISSING

#6
by Husky3 - opened

image
t5encode 加载失败,是跟diffusers版本有关吗

should be fixed in https://github.com/huggingface/transformers/pull/43880
in the mean time you can use: !pip install transformers==4.57.1

thanks!problem is solved after use pip install transformers==4.57.1

Sign up or log in to comment