#Uncertain of best practice for how to keep track of run versions
6 messages · Page 1 of 1 (latest)
have you considered changing "seed" in the llm_config? Each seed has its own cache.
I have, but it writes to the same work_dir I believe? But I guess I can just rerun with the old seed to get the output back?
Then I can just keep versions of the files with a different seed value in it.
Will go test that thanks!
You can use a work_dir specialized for each seed, like work_dir_{seed}. If you have removed the .cache, rerunning the old seed doesn't guarantee the same output if you use OpenAI models.