onnxruntime/orttraining
Wei-Sheng Chin dc324b1d90
[LazyTensor] Make LORT Build Again with Latest PyTorch (#13303)
`python setup.py develop` doesn't install PyTorch as a normal package in
site-packages anymore, and the user must stay at PyTorch's root
directory to call `import torch`. This will break LORT tests because
LORT tests contains `import torch` and are called outside PyTorch root
directory. To make PyTorch a normal package again, this PR build PyTorch
with `python setup.py install`.
2022-10-13 13:56:17 -07:00
..
orttraining [LazyTensor] Make LORT Build Again with Latest PyTorch (#13303) 2022-10-13 13:56:17 -07:00
pytorch_frontend_examples Set black's target version (#11370) 2022-04-27 14:52:19 -07:00
tools [ROCm] Revert CI pipeline to ROCm5.2.3 (#13297) 2022-10-12 10:47:33 -07:00