mirror of https://github.com/llvm/torch-mlir
Mention installing python-dev package.
See https://github.com/llvm/torch-mlir/issues/647#issuecomment-1114328241pull/824/head
parent
4b11284440
commit
f31743b651
|
@ -35,7 +35,7 @@ We have few paths to lower down to the Torch MLIR Dialect.
|
||||||
|
|
||||||
## Install torch-mlir snapshot
|
## Install torch-mlir snapshot
|
||||||
|
|
||||||
This installs a pre-built snapshot of torch-mlir for Python 3.7/3.8/3.9/3.10 on Linux and macOS
|
This installs a pre-built snapshot of torch-mlir for Python 3.7/3.8/3.9/3.10 on Linux and macOS. (Ensure you have the required `python-dev` package installed).
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python -m venv mlir_venv
|
python -m venv mlir_venv
|
||||||
|
|
Loading…
Reference in New Issue