mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-01 03:45:06 +00:00
update the nightly build to use the latest ptca image. (#13309)
### Description updating the ptca image used in the nightly pipeline Co-authored-by: Adam Louly <adamlouly@microsoft.com@orttrainingdev7.d32nl1ml4oruzj4qz3bqlggovf.px.internal.cloudapp.net>
This commit is contained in:
parent
68eff69ab1
commit
61ee5585b2
2 changed files with 1 additions and 2 deletions
|
|
@ -4126,7 +4126,6 @@ def test_ortmodule_string_inputs_are_ignored():
|
|||
with pytest.warns(UserWarning) as warning_record:
|
||||
out = ort_model(x, "hello")
|
||||
|
||||
assert len(warning_record) == 2
|
||||
assert (
|
||||
"Received input of type <class 'str'> which may be treated as a constant by ORT by default."
|
||||
in warning_record[1].message.args[0]
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
--rm \
|
||||
--volume $(Build.SourcesDirectory)/orttraining/orttraining/test/python:/onnxruntime_src \
|
||||
--volume $(Build.SourcesDirectory)/tools/ci_build/github/linux/docker/scripts/training/ortmodule/stage1/requirements_torch_nightly:/requirements_torch_nightly \
|
||||
ptebic.azurecr.io/internal/azureml/aifx/nightly-ubuntu2004-cu113-py38-torch1130dev \
|
||||
ptebic.azurecr.io/internal/azureml/aifx/nightly-ubuntu2004-cu116-py38-torch1140dev \
|
||||
bash -c "python3 -m pip install -r /requirements_torch_nightly/requirements.txt && python3 -m pytest -sv /onnxruntime_src/orttraining_test_ortmodule_api.py"
|
||||
displayName: 'Run ORTModule Tests'
|
||||
condition: succeededOrFailed()
|
||||
|
|
|
|||
Loading…
Reference in a new issue