Gentopia-AI / Gentopia

Build Hierarchical Autonomous Agents through Config. Collaborative Growth of Specialized Agents.
MIT License
290 stars 41 forks source link

Error using MultiProcessEvalPipeline and run_eval #65

Open lucy0828 opened 5 months ago

lucy0828 commented 5 months ago

I get error when using MultiProcessEvalPipeline: ImportError: cannot import name 'ZenoParameters' from 'zeno'

run_eval: File "/Users/ahhyun/Jupyter/gentopia/GentPool/evaluate.py", line 43, in main evaluator.run_eval(agent, save_dir=args.save_dir) File "/Users/ahhyun/Jupyter/gentopia/GentPool/gentpool/bench/eval/eval_pipe.py", line 148, in run_eval raise NotImplementedError("Consistency eval is not supported yet.")

How can I fix the problem?

github-actions[bot] commented 5 months ago

Greetings! Thanks for your first issue!

lucy0828 commented 5 months ago

It seems like I have installed a wrong Zeno package. I tried again with by installing pip install zenoml and it seems to work but I still get error with run_eval.