From 65101c0358e23c187405bb504ac20dfd8c416038 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Tue, 22 Oct 2024 00:59:57 +0200 Subject: [PATCH] [docs] Update iree-compiler install instructions (#18861) Instructions to install iree-runtime are provided separately. --- .../snippets/_iree-compiler-from-release.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/guides/deployment-configurations/snippets/_iree-compiler-from-release.md b/docs/website/docs/guides/deployment-configurations/snippets/_iree-compiler-from-release.md index ab793f2b6d54..d461d640ef9a 100644 --- a/docs/website/docs/guides/deployment-configurations/snippets/_iree-compiler-from-release.md +++ b/docs/website/docs/guides/deployment-configurations/snippets/_iree-compiler-from-release.md @@ -4,7 +4,7 @@ [published to PyPI](https://pypi.org/user/google-iree-pypi-deploy/). ``` shell - python -m pip install iree-compiler iree-runtime + python -m pip install iree-compiler ``` === ":material-alert: Nightly releases" @@ -15,7 +15,7 @@ ``` shell python -m pip install \ --find-links https://iree.dev/pip-release-links.html \ - --upgrade iree-compiler iree-runtime + --upgrade iree-compiler ``` !!! tip