From a63755bc24dbfc592dbe2de2c73c6fc004a1fb47 Mon Sep 17 00:00:00 2001 From: powderluv Date: Tue, 11 Oct 2022 01:53:55 -0700 Subject: [PATCH] Correct spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ef5f3ae..dd96a021 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ For example if you want to use Python3.10 and upstream IREE with TF Import tools # PYTHON=python3.10 VENV_DIR=0617_venv IMPORTER=1 USE_IREE=1 ./setup_venv.sh ``` -If you are a Torch-mlir developer or an IREE developer and want to test local changes you can uninstall +If you are a *Torch-mlir developer or an IREE developer* and want to test local changes you can uninstall the provided packages with `pip uninstall torch-mlir` and / or `pip uninstall iree-compiler iree-runtime` and build locally with Python bindings and set your PYTHONPATH as mentioned [here](https://google.github.io/iree/bindings/python/) for IREE and [here](https://github.com/llvm/torch-mlir/blob/main/development.md#setup-python-environment-to-export-the-built-python-packages) for Torch-MLIR. -### How to use your locally build Torch-MLIR with SHARK +### How to use your locally built Torch-MLIR with SHARK ```shell 1.) Run `./setup_venv.sh in SHARK` and activate `shark.venv` virtual env. 2.) Run `pip uninstall torch-mlir`.