Skip to content

Commit c0b80b5

Browse files
authored
Update README.md (#247)
1 parent 26c3169 commit c0b80b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/eudsl-python-extras/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ $ EUDSL_PYTHON_EXTRAS_HOST_PACKAGE_PREFIX=<YOUR_HOST_MLIR_PYTHON_PACKAGE_PREFIX>
151151
```
152152

153153
where `YOUR_HOST_MLIR_PYTHON_PACKAGE_PREFIX` is (as it says) the package prefix for your chosen host bindings.
154-
**When in doubt about this prefix**, it is everything up until `ir` when you import your bindings, e.g., in `import torch_mlir.ir`, `torch_mlir` is the `HOST_MLIR_PYTHON_PACKAGE_PREFIX` for the torch-mlir bindings.
154+
**When in doubt about this prefix**, it is everything up until `ir` when you import your bindings, e.g., in `import torch_mlir.ir`, `torch_mlir` is the `EUDSL_PYTHON_EXTRAS_HOST_PACKAGE_PREFIX` for the torch-mlir bindings.
155155

156156
## Examples/Demo
157157

158-
Check [examples](examples) and [tests](tests) for a plethora of example code.
158+
Check [examples](examples) and [tests](tests) for a plethora of example code.

0 commit comments

Comments
 (0)