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

install the onnxruntime explicitly to support ORT 1.15 and nightly build #593

Merged
merged 26 commits into from
Sep 24, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
52d06bf
specify the onnxruntime explicitly
guotuofeng Sep 21, 2023
21712db
fix typo
guotuofeng Sep 21, 2023
129f48a
fix ci pipeline syntax error
guotuofeng Sep 21, 2023
cf422f8
fix azurecli syntax
guotuofeng Sep 21, 2023
ecfc002
fix typo
guotuofeng Sep 21, 2023
455da93
install ORT for unit test
guotuofeng Sep 21, 2023
cc88abc
fix windows multiple EP
guotuofeng Sep 21, 2023
0993db5
add call for batch
guotuofeng Sep 21, 2023
38f67a8
add ort 1.15.1 test suites
guotuofeng Sep 22, 2023
feabf30
try to fix the name issue
guotuofeng Sep 22, 2023
ddd4bbf
fix naming issue
guotuofeng Sep 22, 2023
4052ee7
add nightly ort support
guotuofeng Sep 22, 2023
3c2327c
add pr none
guotuofeng Sep 22, 2023
79347c9
try to use alternative connection
guotuofeng Sep 22, 2023
825cded
install the ort-nightly dependencies
guotuofeng Sep 22, 2023
3743ef0
update link
guotuofeng Sep 22, 2023
2df5ed8
add ort for multiple EP
guotuofeng Sep 22, 2023
0561e3c
remove needless examples in night pipeline
guotuofeng Sep 22, 2023
a7dd357
fix syntax error
guotuofeng Sep 22, 2023
bbb6787
change multiple ep nightly check
guotuofeng Sep 22, 2023
fa37d8b
refactor ci pipeline
guotuofeng Sep 22, 2023
db7b1b7
remove nightly examples for aml and docker
guotuofeng Sep 22, 2023
fd66b39
fix template path
guotuofeng Sep 22, 2023
b98e93b
remove integration test in nightly since most of them are aml
guotuofeng Sep 22, 2023
4742dbd
cleanup examples for nightly
guotuofeng Sep 22, 2023
b0ccbce
Merge branch 'main' into myguo/ci_pip
jambayk Sep 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into myguo/ci_pip
  • Loading branch information
jambayk committed Sep 22, 2023
commit b0ccbcee04cbc3a78a9e74186c4b8cac1a49e8a4
3 changes: 1 addition & 2 deletions examples/whisper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
neural-compressor
onnx==1.14.0
onnxruntime-extensions==0.8.0
onnxruntime-extensions>=0.9.0
tabulate
torch>=1.13.1
transformers>=4.23.1
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.