mirror of https://github.com/llvm/torch-mlir
95ffa27733
Prior to this patch, the release process (`pip wheel`) retrieved dependencies from the pyproject.toml file, which specified a version of PyTorch that defaulted to the most recent nightly release. Instead, we want the release process to use the same pinned PyTorch version as the development build of PyTorch. Since TOML files can't reference the pytorch-requirements.txt file, this patch puts the dependencies from pyproject.toml into whl-requirements.txt, which references pytorch-requirements.txt. |
||
---|---|---|
.. | ||
docker | ||
python_deploy | ||
torchscript_e2e_heavydep_tests | ||
autogen_ltc_backend.py | ||
autogen_ltc_backend.yaml | ||
build_libtorch.sh | ||
build_python_wheels.sh | ||
build_standalone.sh | ||
scrape_releases.py | ||
update_shape_lib.sh | ||
update_torch_ods.sh | ||
write_env_file.sh |