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.")
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.
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?