AutoAWQ
AutoAWQ copied to clipboard
ImportError cannot import name 'initialize_tasks' from 'lm_eval.tasks'
When I execute examples/eval.py,
there is a Error about : ImportError cannot import name 'initialize_tasks' from 'lm_eval.tasks'
My lm_eval version is 0.4.2
from lm_eval.tasks import TaskManager
initialize_tasks = TaskManager.initialize_tasks
it does work
from lm_eval.tasks import TaskManager initialize_tasks = TaskManager.initialize_tasks
it does work
Where did you add the code? i need your help!!
downgrade lm_eval to 0.4.1, it should work
It seems the eval harness is broken after they made some updates. I think it's best to downgrade for now until they fix the issues