Skip to content

Commit

Permalink
Fix another typo in evaluation/swe_bench/run_infer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
li-boxuan authored May 18, 2024
1 parent b7becf9 commit 651c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluation/swe_bench/run_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def update_progress(future):
num_workers = args.eval_num_workers
logger.info(f'Using {num_workers} workers for evaluation.')

# This is SWE-Bench specific - CodeActAgent don't requires mounted workspace to work
# This is SWE-Bench specific - CodeActAgent doesn't require mounted workspace to work
skip_workspace_mount = agent_class == 'CodeActAgent'
logger.info(f'Skipping workspace mount: {skip_workspace_mount}')

Expand Down

0 comments on commit 651c7d5

Please sign in to comment.