onnxruntime/tools
kailums 1e605be166
bigmodel pipeline update cp38 to cp310 (#22793)
### Description
<!-- Describe your changes. -->
when updating from cp38 to cp310, there has some issues for bigmodel
pipeine. there are two jobs failed: stable_diffusion and whisper.

1. for stable_diffusion, we are now using
"nvcr.io/nvidia/pytorch:22.11-py3" from nvidia repo. it is for cuda11
and python3.8. and they are not providing python3.10 version for cuda
11. the latest version of this docker image is for cuda12 and
python3.10. To solve this problem, i use a docker image of ubuntu22.04,
and then install all need python package for this job.
2. for whisper. the original docker image is ubuntu20.04 which doesn't
have python3.10, and has to update to ubuntu22.04.
2024-11-21 07:25:01 -08:00
..
android_custom_build Update all JDK version to 17 (#22786) 2024-11-12 11:42:18 -08:00
ci_build bigmodel pipeline update cp38 to cp310 (#22793) 2024-11-21 07:25:01 -08:00
doc Update ruff and clang-format versions (#21479) 2024-07-24 11:50:11 -07:00
nuget Cleanup code (#22827) 2024-11-19 14:13:33 -08:00
perf_view fixed #16873 (#16932) 2023-09-26 09:57:01 -07:00
python Add Android QNN Browserstack test (#22434) 2024-11-10 16:10:29 -08:00
scripts Cleanup code (#22827) 2024-11-19 14:13:33 -08:00