lllyasviel / stable-diffusion-webui-forge

GNU Affero General Public License v3.0
7.72k stars 741 forks source link

[Bug]: Update transformers dependency version to make tokenizer compilable with stable rustc #761

Open jiang131072 opened 4 months ago

jiang131072 commented 4 months ago

Checklist

What happened?

transformers==4.30.2 requires tokenizers>=0.11.1, <0.11.3 | >0.11.3, <0.14, tokenizers needs to be compiled locally on Linux but newest compatible version 0.13.2 can't be compiled using rustc 1.78.0, for some breaking change in 1.6x. as described here

Steps to reproduce the problem

update transformers version spec.

What should have happened?

Correctly install.

What browsers do you use to access the UI ?

Mozilla Firefox, Google Chrome

Sysinfo

nothing with sysinfo

Console logs

just build failed.

Additional information

No response