You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--agent.model.name ""\# Please enter the model name, for example "deepseek-chat"
77
+
--agent.model.api_base ""\# Please enter the url, for example "https://api.deepseek.com/v1"
78
+
--agent.model.per_instance_cost_limit 3.00 \
80
79
--instances.type swe_bench \
81
80
--instances.subset verified \
82
81
--instances.split test \
83
82
--enable_multi_sampling=True \
84
-
--num_samples=5 \
83
+
--num_samples=5 \ # The Number of sequential samples per task
84
+
--num_workers=25 \ # The number of tasks executed in parallel
85
+
--enable_best_sample_selection=False \
86
+
--comparison_model_name=""\ # Please enter the model name, for example "deepseek-chat"
87
+
--comparison_api_key=""\ # Please enter the api_key
88
+
--comparison_api_base=""\ # Please enter the url, for example "https://api.deepseek.com/v1"
85
89
```
86
90
87
91
#### Phase 2: Iterative Reflection & Refinement
88
92
89
93
```bash
90
94
sweagent run-batch \
91
-
--config config/default.yaml \
92
-
--agent.model.name "" \
93
-
--agent.model.api_base "" \
94
-
--agent.model.per_instance_cost_limit 2.30 \
95
+
--config config/default.yaml \
96
+
--agent.model.name ""\# Please enter the model name, for example "deepseek-chat"
97
+
--agent.model.api_base ""\# Please enter the url, for example "https://api.deepseek.com/v1"
98
+
--agent.model.per_instance_cost_limit 3.00 \
95
99
--instances.type swe_bench \
96
100
--instances.subset verified \
97
101
--instances.split test \
98
102
--enable_multi_sampling=True \
99
103
--num_samples=3 \
104
+
--comparison_model_name=""\ # Please enter the model name, for example "deepseek-chat"
105
+
--comparison_api_key=""\ # Please enter the api_key
106
+
--comparison_api_base=""\ # Please enter the url, for example "https://api.deepseek.com/v1"
107
+
--deduplicated_patches_root ""# Please enter the absolute path obtained in Phase 1, for example "/home/PheenixPepair/trajectories/root/locate__openai--GLM-4.7__t-0.70__p-1.00__c-0.00___swe_bench_verified_test"
0 commit comments