Skip to content

Commit

Permalink
updated to onnxruntime v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Oct 8, 2023
1 parent 6a6dbaa commit bd1a6a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Version Tag'
required: false
default: 'v1.13.1'
default: 'v1.16.0'
label:
description: 'Additional label for release'
required: false
Expand All @@ -20,7 +20,7 @@ jobs:
build:
strategy:
matrix:
os: [ 'macos-11' ]
os: [ 'macos-13-large' ]
python-version: [ '3.8', '3.9', '3.10' ]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tag:
description: 'Version Tag'
required: false
default: 'v1.15.0'
default: 'v1.16.0'


jobs:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'

- name: "Download binaries from ${{ github.event.inputs.tag }}"
uses: robinraju/release-downloader@v1.3
Expand Down
5 changes: 2 additions & 3 deletions build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

echo "building for $(python --version)"

version_tag="v1.15.1"
version_tag="v1.16.0"
onnxruntime_dir="onnxruntime"

# cleanup
Expand All @@ -29,7 +29,6 @@ pip install -r requirements-dev.txt

# apply patches
echo "applying patches..."
patch -i "$patch_dir/flatbuffers.patch" "./build/MacOS/Release/_deps/flatbuffers-src/src/idl_gen_rust.cpp"

# build
./build.sh --config Release \
Expand All @@ -50,7 +49,7 @@ if [ $RESULT -ne 0 ]; then
fi

# wait for file to be copied
sleep 1
sleep 5

# copy to dist
mkdir -p "$dist_dir"
Expand Down
20 changes: 0 additions & 20 deletions patches/flatbuffers.patch

This file was deleted.

0 comments on commit bd1a6a0

Please sign in to comment.