Skip to content

Commit a71fb4d

Browse files
authored
Update IREE pip-release-links URL. (#622)
The `openxla.github.io` link depends on a specific GitHub organization, and the IREE repo will be moving soon (multiple times). The `iree.dev` release links URL is recommended here: https://iree.dev/reference/bindings/python/#prebuilt-packages
1 parent 81defa8 commit a71fb4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/build_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def download_iree_binaries():
114114
args.extend(platform_args)
115115
args += [
116116
"-f",
117-
"https://openxla.github.io/iree/pip-release-links.html",
117+
"https://iree.dev/pip-release-links.html",
118118
"-f",
119119
WHEEL_DIR,
120120
"-r",

core/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# setup with pinned deps and will fulfill all install
33
# requirements for the package (which pins to minimum
44
# versions, not specific).
5-
-f https://openxla.github.io/iree/pip-release-links.html
5+
-f https://iree.dev/pip-release-links.html
66

77
-r pytorch-requirements.txt
88
-r iree-requirements.txt

0 commit comments

Comments
 (0)