onnxruntime/tools/ci_build/github/linux
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
..
docker [LazyTensor] Make LORT Build Again with Latest PyTorch (#13303) 2022-10-13 13:56:17 -07:00
ort_minimal Add build configuration to binary size checks pipeline. (#13208) 2022-10-05 12:39:19 -07:00
tvm Bump protobuf from 3.18.1 to 3.18.3 in /tools/ci_build/github/linux/tvm 2022-09-24 21:12:16 -07:00
build_cuda_c_api_package.sh
build_linux_arm64_python_package.sh Add CMAKE_CUDA_ARCHITECTURES list to python packaging pipeline (#13081) 2022-09-26 10:22:43 -07:00
build_yocto.sh
copy_strip_binary.sh
create_package.sh
extract_and_bundle_gpu_package.sh
java_copy_strip_binary.sh
java_linux_final_test.sh Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
run_build.sh Remove one last nuphar reference (#13111) 2022-09-26 23:02:36 -07:00
run_dockerbuild.sh Remove miscellaneous nuphar configs (#13070) 2022-09-26 13:41:28 -07:00
run_python_tests.sh Add license header to some files. (#13074) 2022-09-23 18:46:02 -07:00
test_custom_ops_pytorch_export.sh
upload_code_coverage_data.sh
upload_ortsrv_binaries.sh
yocto_build_toolchain.sh