Skip to content

Commit 5ea482e

Browse files
committed
feature: hpa for jointinference
Signed-off-by: ming.tang <ming.tang@daocloud.io>
1 parent 2f43962 commit 5ea482e

File tree

1,488 files changed

+117796
-52101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,488 files changed

+117796
-52101
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v2
2323
with:
24-
go-version: 1.16.x
24+
go-version: 1.20.x
2525

2626
- name: Checkout code
2727
uses: actions/checkout@v2
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install Go
5858
uses: actions/setup-go@v2
5959
with:
60-
go-version: 1.16.x
60+
go-version: 1.20.x
6161

6262
- uses: actions/cache@v2
6363
with:
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install Go
7979
uses: actions/setup-go@v2
8080
with:
81-
go-version: 1.16.x
81+
go-version: 1.20.x
8282

8383
- uses: actions/cache@v2
8484
with:
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install Go
103103
uses: actions/setup-go@v2
104104
with:
105-
go-version: 1.16.x
105+
go-version: 1.20.x
106106

107107
- uses: actions/cache@v2
108108
with:
@@ -137,7 +137,7 @@ jobs:
137137
- name: Install Go
138138
uses: actions/setup-go@v2
139139
with:
140-
go-version: 1.16.x
140+
go-version: 1.20.x
141141

142142
- uses: actions/cache@v2
143143
with:
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install Go
159159
uses: actions/setup-go@v2
160160
with:
161-
go-version: 1.16.x
161+
go-version: 1.20.x
162162

163163
- uses: actions/cache@v2
164164
with:

LICENSES/vendor/github.com/cyphar/filepath-securejoin/LICENSE

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSES/vendor/github.com/fsnotify/fsnotify/LICENSE

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)