Skip to content

Commit 40b0aa2

Browse files
authored
Update README.md
1 parent 71c3558 commit 40b0aa2

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@ sweagent run-batch \
118118
--comparison_api_base="" \ # Please enter the url, for example "https://api.deepseek.com/v1"
119119
--deduplicated_patches_root "" # Please enter the absolute path obtained in Phase 1, for example "/home/PhoenixPepair/trajectories/root/locate__openai--GLM-4.7__t-0.70__p-1.00__c-0.00___swe_bench_verified_test"
120120
```
121-
121+
#### Phase 3: Evaluation
122+
```bash
123+
git clone https://github.com/SWE-bench/SWE-bench.git
124+
python evaluation/run_evaluation.py \
125+
--results_dir "" \ # The absolute path obtained in Phase 2, for example "/home/PhoenixPepair/trajectories/root/default__openai--GLM-4.7__t-0.70__p-1.00__c-0.00___swe_bench_verified_test"
126+
```
122127

123128

124129

0 commit comments

Comments
 (0)