Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin onnxruntime to 1.17.3 for release CIs #6143

Merged
merged 2 commits into from
May 23, 2024
Merged

Conversation

liqunfu
Copy link
Collaborator

@liqunfu liqunfu commented May 22, 2024

Description

The latest ORT 1.18.0 does not implement ML ops required for test_backend_onnxruntime.py. Pin to the previous ort release to pass the release CIs.

Motivation and Context

#6138 (comment)

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@liqunfu liqunfu requested a review from a team as a code owner May 22, 2024 07:30
@liqunfu liqunfu added the run release CIs Use this label to trigger release tests in CI label May 22, 2024
@liqunfu liqunfu closed this May 22, 2024
@liqunfu liqunfu reopened this May 22, 2024
Copy link

github-actions bot commented May 22, 2024

Test Results

     3 files  ±0       3 suites  ±0   2m 10s ⏱️ +16s
 7 486 tests ±0   4 456 ✅ ± 0  3 030 💤 ± 0  0 ❌ ±0 
22 436 runs   - 5  13 186 ✅  - 75  9 250 💤 +70  0 ❌ ±0 

Results for commit beed4a4. ± Comparison against base commit b90e252.

♻️ This comment has been updated with latest results.

@justinchuby
Copy link
Contributor

justinchuby commented May 22, 2024

LinuxRelease_aarch64 fails with ERROR: Could not find a version that satisfies the requirement onnxruntime==1.17.3 (from versions: 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.10.0, 1.11.0, 1.11.1, 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3)

Is ORT missing an aarch64 package for 1.17.3?

@liqunfu
Copy link
Collaborator Author

liqunfu commented May 22, 2024

LinuxRelease_aarch64 fails with ERROR: Could not find a version that satisfies the requirement onnxruntime==1.17.3 (from versions: 1.7.0, 1.8.0, 1.8.1, 1.9.0, 1.10.0, 1.11.0, 1.11.1, 1.12.0, 1.12.1, 1.13.1, 1.14.0, 1.14.1, 1.15.0, 1.15.1, 1.16.0, 1.16.1, 1.16.2, 1.16.3)

Is ORT missing an aarch64 package for 1.17.3?

It is there:
https://pypi.org/project/onnxruntime/1.17.3/#files
I am rerun the CI. If it still fail for the same reason I will then change to 1.7.0 for this CI.

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@cjvolzka cjvolzka added this to the 1.16.1 milestone May 22, 2024
@liqunfu liqunfu added this pull request to the merge queue May 23, 2024
Merged via the queue into main with commit 093a8d3 May 23, 2024
68 checks passed
@liqunfu liqunfu deleted the liqun/rel-ci-pin-ort-version branch May 23, 2024 05:58
cjvolzka pushed a commit that referenced this pull request May 23, 2024
### Description
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

### Motivation and Context
#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
(cherry picked from commit 093a8d3)
cjvolzka added a commit that referenced this pull request May 23, 2024
### Description
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

### Motivation and Context
#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
(cherry picked from commit 093a8d3)

Co-authored-by: liqun Fu <liqfu@microsoft.com>
sunriseXu pushed a commit to sunflowersxu/onnx that referenced this pull request Jun 5, 2024
### Description
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

### Motivation and Context
onnx#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: sunriseXu <15927176697@163.com>
sunriseXu pushed a commit to sunflowersxu/onnx that referenced this pull request Jun 5, 2024
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

onnx#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
gramalingam pushed a commit to gramalingam/onnx that referenced this pull request Jun 6, 2024
### Description
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

### Motivation and Context
onnx#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: Ganesan Ramalingam <grama@microsoft.com>
andife pushed a commit to andife/onnx that referenced this pull request Jul 20, 2024
### Description
The latest ORT 1.18.0 does not implement ML ops required for
test_backend_onnxruntime.py. Pin to the previous ort release to pass the
release CIs.

### Motivation and Context
onnx#6138 (comment)

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run release CIs Use this label to trigger release tests in CI
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants