Closed GoooKuuu closed 1 month ago
To make it easier to diagnose the problem, I attached the log. output.log
Thanks for your interest in our work.
sleep
within the call_gemini()
function.Both were mentioned in #18. I'll push a patch soon.
Thanks for the timely reply, I'll try again as you suggested.
Following your suggestion, I added a sleep within the call_gemini()
function. I tried sleep(2), sleep(4), and sleep(8), but I'm still getting the 409 resource exhausted
error.
output.log
Do you have any other recommendations? Perhaps I could try switching the Gemini model or upgrading my free account?
Thanks for getting back on this!
sleep(2)
.evaluate.py
).Closed due to inactivity.
Follow-up question by @GoooKuuu:
Thank you for your help, and apologies for the delayed response. I've successfully managed to run the evaluation script, setting rollout_size (16) * eval_iterations (6). However, when the process finished, I noticed that the log didn't include any statistics regarding the success rate. Did I overlook something? 1.png (view on web)
Answer: the rollout.mean
item is success rate.
I wanted to check why is "autoui_prepare_prompt" only using the history of size 1?
@surgan12 It's generally not advised to follow up any dangling questions in a thread, as this is very likely to be ignored. Rather, please open a new issue on your problem.
Would you please open a new issue and elaborate on which line of code you're referring to?
Hi, thanks for your fantastic work. I'm trying to replicate it by running
python run.py --config-path config/main --config-name eval_only
The model loading part seems to go smoothly, showing messages like:However, I hit a couple of strange errors during evaluation. The first one is:
I have verified that the specified file exists and there are no permission issues. Additionally, I tried deleting the AVD and reconfiguring it, but the problem persists.
The second one is:
I'd really appreciate any guidance on how to tackle these issues. Thanks a ton for your help!