Open bardenthenry opened 6 days ago
I meet the same error around the same time. Please Help Us
Hi friend, I think I find out the issue. Likely because version mismatch between transformer and accelerate, with your transformer version, try accelerate version 0.28.0
@SiyuWu528 Thanks i faced this problem today and your comment helped me alot
@SiyuWu528 Thanks i faced this problem today and your comment helped me alot非常感谢,我今天遇到了这个问题,你的评论帮了我大忙。
What is the version number of your transformers? accelerate Did you set 0.28.0?
@SiyuWu528 Thanks i faced this problem today and your comment helped me alot非常感谢,我今天遇到了这个问题,你的评论帮了我大忙。
What is the version number of your transformers? accelerate Did you set 0.28.0?
it's works (base) PS E:> pip list | findstr transform transformers 4.37.2 transformers-stream-generator 0.0.4 (base) PS E:> pip list | findstr accelerate accelerate 0.28.0
transformers==4.37.2 and accelerate==0.28.0 worked on my ubuntu labtop but failed on windows server
System Info
transformers: 4.39.3 python: 3.10.12
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
An error may occur at line 580 of run_ner.py
Expected behavior
Please Help Me...