mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
[ROCm] Revert CI pipeline to ROCm5.2.3 (#13297)
### Description <!-- Describe your changes. --> Unit test with ROCm5.3 slower than ROCm5.2.3. Revert to ROCm5.2.3. We will update to ROCm5.3 when the issue resloved by AMD. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
9422438782
commit
6895918b1c
7 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: render
|
||||
value: 109
|
||||
- name: RocmVersion
|
||||
value: 5.3
|
||||
value: 5.2.3
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: onnxruntimeBuildSucceeded
|
||||
value: false
|
||||
- name: RocmVersion
|
||||
value: 5.3
|
||||
value: 5.2.3
|
||||
|
||||
# generated from tools/ci_build/github/pai/rocm-ci-pipeline-env.Dockerfile
|
||||
container:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rocm/pytorch:rocm5.3_ubuntu20.04_py3.7_pytorch_1.12.1
|
||||
FROM rocm/pytorch:rocm5.2.3_ubuntu20.04_py3.7_pytorch_1.12.1
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ENV MIGRAPHX_DISABLE_FAST_GELU=1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM rocm/pytorch:rocm5.3_ubuntu20.04_py3.7_pytorch_1.12.1
|
||||
FROM rocm/pytorch:rocm5.2.3_ubuntu20.04_py3.7_pytorch_1.12.1
|
||||
|
||||
WORKDIR /stage
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue