Skip to content

Commit

Permalink
feature: hpa for jointinference
Browse files Browse the repository at this point in the history
Signed-off-by: ming.tang <[email protected]>
  • Loading branch information
tangming1996 committed Jan 2, 2025
1 parent 2f43962 commit c9a14e6
Show file tree
Hide file tree
Showing 1,495 changed files with 117,809 additions and 52,114 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- name: Checkout code
uses: actions/checkout@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- uses: actions/cache@v2
with:
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- uses: actions/cache@v2
with:
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- uses: actions/cache@v2
with:
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.20.x

- uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ linters:
enable:
- goconst
- gofmt
- golint
- revive
- gosimple
- govet
- misspell
- whitespace
- whitespace
32 changes: 32 additions & 0 deletions LICENSES/vendor/github.com/cyphar/filepath-securejoin/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions LICENSES/vendor/github.com/fsnotify/fsnotify/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c9a14e6

Please sign in to comment.