mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 20:42:06 +00:00
misc(ci): ok let's simplify
This commit is contained in:
parent
c8623e4135
commit
8050420d4b
14
.github/workflows/build_trtllm.yaml
vendored
14
.github/workflows/build_trtllm.yaml
vendored
@ -19,18 +19,10 @@ on:
|
|||||||
- "main"
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
runs-on:
|
|
||||||
group: aws-highmemory-32-plus-priv
|
|
||||||
steps:
|
|
||||||
- name: Checking out code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
call-setup-aws-s3-cache:
|
call-setup-aws-s3-cache:
|
||||||
needs: checkout
|
|
||||||
uses: ./.github/workflows/s3-cache.yaml@s3-cache # TODO: Change @s3-cache to @main when merged
|
uses: ./.github/workflows/s3-cache.yaml@s3-cache # TODO: Change @s3-cache to @main when merged
|
||||||
with:
|
with:
|
||||||
runner-group: "aws-highmemory-32-plus-priv"
|
runner-group: aws-highmemory-32-plus-priv
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -38,8 +30,8 @@ jobs:
|
|||||||
group: aws-highmemory-32-plus-priv
|
group: aws-highmemory-32-plus-priv
|
||||||
needs: call-setup-aws-s3-cache
|
needs: call-setup-aws-s3-cache
|
||||||
steps:
|
steps:
|
||||||
- name: "Setup sccache"
|
- uses: actions/checkout@v4
|
||||||
run: apt update && apt upgrade -y
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user