diff --git a/moatless/benchmark/swebench/utils.py b/moatless/benchmark/swebench/utils.py index a57a2817..b3b70d89 100644 --- a/moatless/benchmark/swebench/utils.py +++ b/moatless/benchmark/swebench/utils.py @@ -328,8 +328,9 @@ def create_workspace( index_store_dir, get_repo_dir_name(instance["instance_id"]) ) return Workspace.from_dirs( - git_repo_url=repo_url, - commit=instance["base_commit"], + # TODO: Enable this to use GitRepository + # git_repo_url=repo_url, + # commit=instance["base_commit"], repo_dir=repo_dir, index_dir=persist_dir, )