mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Switch AMD CI pipeline to use environment image from onnxruntimecibuildenvironment (#9206)
* shift docker image reference for amd ci pipeline * fix service endpoint * reduce perf tolerance
This commit is contained in:
parent
1104e8d3e5
commit
6f580f07de
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ for i in range(logged_steps):
|
|||
success = all(loss_tail_matches)
|
||||
|
||||
# performance match
|
||||
threshold = 0.97
|
||||
threshold = 0.95
|
||||
is_performant = json_actual['samples_per_second'] >= threshold*json_expect['samples_per_second']
|
||||
success = success if is_performant else False
|
||||
print('samples_per_second actual {:.3f} expected {:.3f} in-range {}'.format(
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ variables:
|
|||
|
||||
# generated from tools/ci_build/github/pai/rocm-ci-pipeline-env.Dockerfile
|
||||
container:
|
||||
image: onnxruntimebuildcache.azurecr.io/rocm-ci-pipeline-env
|
||||
endpoint: onnxruntimebuildcache
|
||||
image: onnxruntimecibuildenvironment.azurecr.io/rocm-ci-pipeline-env
|
||||
endpoint: onnxruntimecibuildenvironmentforamd
|
||||
options: --privileged -e HIP_VISIBLE_DEVICES --security-opt seccomp=unconfined --device=/dev/kfd --device=/dev/dri --group-add $(video) --group-add $(render)
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue