onnxruntime
8f5c81bb - Patch Release 1.11.1 cherry pick (#11255)

Commit
3 years ago
Patch Release 1.11.1 cherry pick (#11255) * Update tools/ci_build/upload_python_package_to_azure_storage.py to not use the azure blob storage python package (#11114) * Fix the rocm packaging pipeline package upload problem (#11174) In #11114 , I changed the script to use azcopy instead of azure blob storage's python APIs. However, it doesn't work for the AMD rocm pipeline, because: 1. The machines do not have azcopy installed 2. The machines are not in Azure, so they don't have Azure managed identity. So they still need to use SAS. Therefore in this PR I get the old python file back, but only use it in the AMD pipeline. * Scoped GIL release in run_with_iobinding (#11248) * [js/web] disable test_tan temorarily (#11048) * [js/web] fix output type mapping (#11049) Co-authored-by: Changming Sun <chasun@microsoft.com> Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com> Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com>
Author
Parents
Loading