Running openevolve with a local llm. #343
paul-emilemorgades
started this conversation in
General
Replies: 1 comment
-
|
We need to set the try
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am struggling to run openevolve with a local llm.
I am just trying to run the example function_minimization.
Here how I start my local llm using optillm (based on the makefile):
Then here how I run the example:
export OPENAI_API_KEY=optillm; python3 openevolve-run.py examples/function_minimization/initial_program.py examples/function_minimization/evaluator.py --config examples/function_minimization/localConfig.yaml --iterations 50And finally here the part of my config I have changed from example's config:
Still I have this kind of error:
Please do you have any idea, what I am doing wrong?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions