Conversation
Fix the issue where solutions generated after executing the bash script are not being saved.
|
The generations are saved by default in the bigcode-evaluation-harness/main.py Line 389 in e54f33d |
|
I am also experiencing this. If you set problematic behaviour is this line: seems like an easy fix would be setting self.args.save_generations = True if self.args.generations_only else self.args.save_generationsOr if self.args.save_generations or self.args.generation_only: |
|
Ah I missed that, feel free to open a PR that adds |
Will do, but won't be able to submit it until next week. |
Fix the issue where solutions generated after executing the bash script are not being saved.