Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions nemo_skills/inference/eval/swebench.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ def setup_litellm_cache(self):
def cleanup_litellm_cache(self):
return

async def apply_evaluation_hook(self, data_point):
# currently evaluation is done directly after generation already
return data_point

async def _execute_container_command(
self, data_point, command, expected_file_pattern, mode, max_retries=3, timeout=100000
):
Expand Down