mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
12 lines
603 B
YAML
12 lines
603 B
YAML
LCA_PATH: path #where to clone lca-ci rep
|
|
model_name: OpenHands
|
|
benchmark_owner: ICML-25-BenchName-builds-repair
|
|
token_gh: your_token
|
|
#for lca-ci-repo
|
|
repos_folder: /path/to/repos # here the cloned repos would be stored
|
|
out_folder: /out/folder # here the result files would be stored
|
|
data_cache_dir: /data/cache/dir/ # here the cached dataset would be stored
|
|
username_gh: username-gh # your GitHub username
|
|
# test_username: test_user # username that would be displayed in the benchmark. Optional. If ommitted, username_gh would be used
|
|
language: Python # dataset language (now only Python is available)
|