Skip to content

Commit 33ded3e

Browse files
committed
removed jinja since now 1.7.2
1 parent a5cc3fd commit 33ded3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,20 +560,22 @@ workflows:
560560
<<: *on-any-branch
561561
<<: *after-linter
562562
- build-and-test-gpu:
563+
<<: *on-integ-branch
563564
<<: *after-linter
564565
- build-and-test-gpu-for-forked-prs:
565566
<<: *on-any-branch
566567
<<: *after-linter
567568
- platforms-build:
568569
context: common
569570
<<: *after-build-and-test
571+
<<: *on-master-version-tags-and-dockertests
570572
matrix:
571573
parameters:
572574
osnick:
573575
- xenial
574576
- bionic
575577
lite:
576-
- "REDISAI_LITE=0 PUSH_GENERAL=1 OFFICIAL=1"
578+
- "REDISAI_LITE=0 publish PUSH_GENERAL=1 OFFICIAL=1"
577579
- "REDISAI_LITE=1"
578580
target:
579581
- "CPU=1"

docs/developer-backends.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ On ubuntu bionic these can be installed by running:
3232

3333
1. x86\_64 bit linux systems with a GPU
3434

35-
1. jetson devices
36-
3735
**Directory:** opt/build/onnxruntime
3836

3937
**Build options:**

0 commit comments

Comments
 (0)