Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion benchmarks/swebench/prompts/default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Phase 1. READING: read the problem and reword it in clearer terms

Phase 2. RUNNING: install and run the tests on the repository
2.1 Activate the environment by running
./opt/miniconda3/etc/profile.d/conda.sh ; conda activate testbed
source /opt/miniconda3/etc/profile.d/conda.sh ; conda activate testbed
2.2 Follow the readme
2.3 Install the environment and anything needed
2.4 Iterate and figure out how to run the tests
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/swebenchmultilingual/prompts/default.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Phase 1. READING: read the problem and reword it in clearer terms

Phase 2. RUNNING: install and run the tests on the repository
2.1 Activate the environment by running
./opt/miniconda3/etc/profile.d/conda.sh ; conda activate testbed
source /opt/miniconda3/etc/profile.d/conda.sh ; conda activate testbed
2.2 Follow the readme
2.3 Install the environment and anything needed
2.4 Iterate and figure out how to run the tests
Expand Down
Loading