mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
25 lines
603 B
JSON
25 lines
603 B
JSON
{
|
|
"mode": "evaluation",
|
|
"workdir": "./data/workdir",
|
|
"patch_files": [
|
|
"./data/patches/<your_patch_file>.jsonl"
|
|
],
|
|
"dataset_files": [
|
|
"./data/patches/<to_evaluate_dataset_file>.jsonl"
|
|
],
|
|
"force_build": false,
|
|
"output_dir": "./data/dataset",
|
|
"specifics": [],
|
|
"skips": [],
|
|
"repo_dir": "./data/repos",
|
|
"need_clone": false,
|
|
"global_env": [],
|
|
"clear_env": true,
|
|
"stop_on_error": true,
|
|
"max_workers": 8,
|
|
"max_workers_build_image": 8,
|
|
"max_workers_run_instance": 8,
|
|
"log_dir": "./data/logs",
|
|
"log_level": "DEBUG"
|
|
}
|