NetEase-FuXi / EETQ

Easy and Efficient Quantization for Transformers
Apache License 2.0
157 stars 12 forks source link

ImportError: cannot import name 'EetqConfig' from 'transformers', despite using using 4.38.2 which satisfies >=4.27.0 #23

Open moruga123 opened 4 days ago

moruga123 commented 4 days ago

ImportError: cannot import name 'EetqConfig' from 'transformers', despite using using 4.38.2 which satisfies >=4.27.0

According to https://github.com/NetEase-FuXi/EETQ I need transformers:>=4.27.0, but I get this error even with 4.38.2.

dtlzhuangz commented 3 days ago

Have you installed eetq via the release https://github.com/NetEase-FuXi/EETQ/releases/tag/v1.0.0 or the source code?