diff --git a/README.md b/README.md index 57f3c22..b6f1d09 100755 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ If starting from `Ubuntu 24.04` you may need to update the Linux kernel to 6.11+ 1. Install required Python packages (from requirements.txt): ```bash - MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3" HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie" pip install -r requirements.txt + pip install -r requirements.txt ``` 1. To test your installation, you can try to build and run the example below: diff --git a/requirements.txt b/requirements.txt index 5b8fb61..2834119 100755 --- a/requirements.txt +++ b/requirements.txt @@ -18,9 +18,5 @@ reuse torch cmake>=3.29, <4.0 -# MLIR-extras (Python bindings/helpers for MLIR) -# For installing this, the following environment variables must be set: -# MLIR_PYTHON_EXTRAS_SET_VERSION="0.0.8.3" -# HOST_MLIR_PYTHON_PACKAGE_PREFIX="aie" -git+https://github.com/erwei-xilinx/mlir-python-extras@a801853ac0eef50a0f2779cfbbd7dabc931806ee +git+https://github.com/erwei-xilinx/mlir-python-extras@813dce4ec933c4b6517de4137dcba13d7304dcdf -f https://github.com/llvm/eudsl/releases/expanded_assets/latest