File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -560,22 +560,20 @@ workflows:
560
560
<< : *on-any-branch
561
561
<< : *after-linter
562
562
- build-and-test-gpu :
563
- << : *on-integ-branch
564
563
<< : *after-linter
565
564
- build-and-test-gpu-for-forked-prs :
566
565
<< : *on-any-branch
567
566
<< : *after-linter
568
567
- platforms-build :
569
568
context : common
570
569
<< : *after-build-and-test
571
- << : *on-master-version-tags-and-dockertests
572
570
matrix :
573
571
parameters :
574
572
osnick :
575
573
- xenial
576
574
- bionic
577
575
lite :
578
- - " REDISAI_LITE=0 publish PUSH_GENERAL=1 OFFICIAL=1"
576
+ - " REDISAI_LITE=0 PUSH_GENERAL=1 OFFICIAL=1"
579
577
- " REDISAI_LITE=1"
580
578
target :
581
579
- " CPU=1"
Original file line number Diff line number Diff line change 282
282
283
283
# ################################################################################## ONNXRUNTIME
284
284
285
- ORT_VERSION=" 1.7.1 "
285
+ ORT_VERSION=" 1.7.2 "
286
286
287
287
if [[ $WITH_ORT != 0 ]]; then
288
288
[[ $FORCE == 1 ]] && rm -rf $ONNXRUNTIME
You can’t perform that action at this time.
0 commit comments