File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,17 @@ python baselines/run_aider.py --config-name aider
10
10
11
11
## Config
12
12
13
- aider_config:
14
- model_name: LLM model name
15
-
16
- context_config:
17
-
18
- - use_repo_info: Whether to use repo info
19
- Repo info
20
- skeleton of the repo(filenames under each dir)
21
- function stubs
22
- - use_unit_tests: Whether to use unit tests: unit_tests that target
23
- will be tested with
24
- - use_reference: Whether to use reference: reference doc/pdf/website
13
+ ` commit0_config ` :
14
+
15
+ - ` base_dir ` : Repos dir. Default ` repos ` .
16
+ - ` dataset_name ` : commit0 HF dataset name. Default: ` wentingzhao/commit0_docstring ` .
17
+
18
+ ` aider_config ` :
19
+
20
+ - ` model_name ` : LLM model name
21
+ - ` use_repo_info ` : Whether to use repo info
22
+ - Repo info
23
+ - skeleton of the repo(filenames under each dir)
24
+ - function stubs
25
+ - ` use_unit_tests_info ` : Whether to use unit tests: unit_tests that target will be tested with
26
+ - ` use_reference_info ` : Whether to use reference: reference doc/pdf/website
You can’t perform that action at this time.
0 commit comments