We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f8005 commit 1de2a1fCopy full SHA for 1de2a1f
commit0/__main__.py
@@ -124,6 +124,8 @@ def main() -> None:
124
"Too many arguments are passed to commit0 evaluate.\nUsage: commit0 evaluate {repo_split} {branch}"
125
)
126
branch = sys.argv[3]
127
+ if branch.startswith("branch="):
128
+ branch = branch[len("branch=") :]
129
commit0.harness.evaluate.main(
130
config.dataset_name,
131
config.dataset_split,
0 commit comments