nlpxucan / WizardLM

LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath
9.06k stars 709 forks source link

ModuleNotFoundError: No module named 'human_eval' #127

Open rabeisabigfool opened 12 months ago

rabeisabigfool commented 12 months ago

What is the reason for this error when I run this file? python /home/xxx/Project/WizardLM/WizardCoder/src/humaneval_gen.py

ChiYeungLaw commented 12 months ago

Please follow human-eval to install 'human_eval'.

jamesmurdza commented 10 months ago

Please follow human-eval to install 'human_eval'.

You can also try running pip install human-eval (a fork of the original which should work out of the box).