Skip to content

Commit

Permalink
Fix build_tools/scripts/integrate/iree_modules.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Todd <scotttodd@google.com>
  • Loading branch information
kuhar and ScottTodd committed Jun 14, 2023
1 parent c1f7c7a commit 8f15a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_tools/scripts/integrate/iree_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ def __init__(self, *, name: str, path: str, branch_pin_file: str,
name="stablehlo",
path="third_party/stablehlo",
branch_pin_file="third_party/stablehlo.branch-pin",
default_repository_url="https://github.com/iree-org/iree-stablehlo-fork.git",
fork_repository_push="git@github.com:iree-org/iree-stablehlo-fork.git",
fork_repository_pull="https://github.com/iree-org/iree-stablehlo-fork.git",
default_repository_url="https://github.com/iree-org/stablehlo.git",
fork_repository_push="git@github.com:iree-org/stablehlo.git",
fork_repository_pull="https://github.com/iree-org/stablehlo.git",
branch_prefix="patched-stablehlo-",
)
}

0 comments on commit 8f15a4b

Please sign in to comment.