Skip to content

Commit

Permalink
onnxruntime: 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwan committed May 25, 2022
1 parent a0d45c4 commit 4e998b0
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 25 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: [ 3.8.5 ]

env:
ONNX_VERSION: v1.11.0
SHARED_PKG_NAME: onnxruntime-1.11.0-ubuntu1804-shared
STATIC_PKG_NAME: onnxruntime-1.11.0-ubuntu1804-static
ONNX_VERSION: v1.11.1
SHARED_PKG_NAME: onnxruntime-1.11.1-ubuntu1804-shared
STATIC_PKG_NAME: onnxruntime-1.11.1-ubuntu1804-static

steps:
# 检出代码
Expand Down Expand Up @@ -78,9 +78,9 @@ jobs:
runs-on: macos-10.15

env:
ONNX_VERSION: v1.11.0
SHARED_PKG_NAME: onnxruntime-1.11.0-macos1015-shared
STATIC_PKG_NAME: onnxruntime-1.11.0-macos1015-static
ONNX_VERSION: v1.11.1
SHARED_PKG_NAME: onnxruntime-1.11.1-macos1015-shared
STATIC_PKG_NAME: onnxruntime-1.11.1-macos1015-static

steps:
# 检出代码
Expand Down Expand Up @@ -139,9 +139,9 @@ jobs:
# runs-on: windows-2019
#
# env:
# ONNX_VERSION: v1.11.0
# SHARED_PKG_NAME: onnxruntime-1.11.0-vs2019-shared
# STATIC_PKG_NAME: onnxruntime-1.11.0-vs2019-static
# ONNX_VERSION: v1.11.1
# SHARED_PKG_NAME: onnxruntime-1.11.1-vs2019-shared
# STATIC_PKG_NAME: onnxruntime-1.11.1-vs2019-static
#
# steps:
# # 检出代码
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: onnxruntime-1.11.0-ubuntu1804-shared
PKG_NAME: onnxruntime-1.11.1-ubuntu1804-shared
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -265,7 +265,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: onnxruntime-1.11.0-ubuntu1804-static
PKG_NAME: onnxruntime-1.11.1-ubuntu1804-static
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -276,7 +276,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: onnxruntime-1.11.0-macos1015-shared
PKG_NAME: onnxruntime-1.11.1-macos1015-shared
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -287,7 +287,7 @@ jobs:
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PKG_NAME: onnxruntime-1.11.0-macos1015-static
PKG_NAME: onnxruntime-1.11.1-macos1015-static
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -298,7 +298,7 @@ jobs:
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PKG_NAME: onnxruntime-1.11.0-vs2019-shared
# PKG_NAME: onnxruntime-1.11.1-vs2019-shared
# with:
# upload_url: ${{ steps.create-release.outputs.upload_url }}
# asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand All @@ -309,7 +309,7 @@ jobs:
# uses: actions/upload-release-asset@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# PKG_NAME: onnxruntime-1.11.0-vs2019-static
# PKG_NAME: onnxruntime-1.11.1-vs2019-static
# with:
# upload_url: ${{ steps.create-release.outputs.upload_url }}
# asset_path: artifacts/${{ env.PKG_NAME }}/${{ env.PKG_NAME }}.7z
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
python-version: [ 3.8.5 ]

env:
ONNX_VERSION: v1.11.0
SHARED_PKG_NAME: onnxruntime-1.11.0-ubuntu1804-shared
STATIC_PKG_NAME: onnxruntime-1.11.0-ubuntu1804-static
ONNX_VERSION: v1.11.1
SHARED_PKG_NAME: onnxruntime-1.11.1-ubuntu1804-shared
STATIC_PKG_NAME: onnxruntime-1.11.1-ubuntu1804-static

steps:
# 检出代码
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: macos-10.15

env:
ONNX_VERSION: v1.11.0
SHARED_PKG_NAME: onnxruntime-1.11.0-macos1015-shared
STATIC_PKG_NAME: onnxruntime-1.11.0-macos1015-static
ONNX_VERSION: v1.11.1
SHARED_PKG_NAME: onnxruntime-1.11.1-macos1015-shared
STATIC_PKG_NAME: onnxruntime-1.11.1-macos1015-static

steps:
# 检出代码
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows-vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: windows-2019

env:
ONNX_VERSION: v1.11.0
SHARED_PKG_NAME: onnxruntime-1.11.0-vs2019-shared
STATIC_PKG_NAME: onnxruntime-1.11.0-vs2019-static
ONNX_VERSION: v1.11.1
SHARED_PKG_NAME: onnxruntime-1.11.1-vs2019-shared
STATIC_PKG_NAME: onnxruntime-1.11.1-vs2019-static

steps:
# 检出代码
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@ Starting from this release, all ONNX Runtime CPU packages are now built without
1.10.0

#### 20220524
1.11.0
1.11.0

#### 20220525
1.11.1

0 comments on commit 4e998b0

Please sign in to comment.