mirror of https://github.com/llvm/torch-mlir
a980130676
Without `--no-build-isolation` pip invokes `setup.py` in fresh environment, which doesn't have `torch` installed. But `setup.py` does `import torch` to check PyTorch version, so the build crashes. At the same time the script creates a disposable virtual environment with all required dependencies specifically to run wheel build. Note that Linux package build also runs with this option. |
||
---|---|---|
.. | ||
.gitignore | ||
build_linux_packages.sh | ||
build_macos_packages.sh | ||
build_upload_m1_snapshot.sh | ||
build_windows.ps1 | ||
build_windows_ci.sh | ||
install_macos_deps.sh |