mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-09 02:42:05 +00:00
misc(ci): let's try to build with sccache
This commit is contained in:
parent
cda97a5cfb
commit
f3d6e8476e
10
.github/workflows/build_trtllm.yaml
vendored
10
.github/workflows/build_trtllm.yaml
vendored
@ -38,7 +38,15 @@ jobs:
|
|||||||
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
|
role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }}
|
||||||
|
|
||||||
- name: "Install sccache"
|
- name: "Install sccache"
|
||||||
run: cargo install sscache
|
run: cargo install sccache --locked
|
||||||
|
|
||||||
|
- name: "Build TensorRT-LLM Backend"
|
||||||
|
env:
|
||||||
|
SCCACHE_BUCKET: ${{ secrets.AWS_S3_BUCKET_GITHUB_TGI_TEST }}
|
||||||
|
SCCACHE_REGION: "us-east-1"
|
||||||
|
SCCACHE_S3_USE_SSL: false
|
||||||
|
SCCACHE_S3_KEY_PREFIX: "tgi+trtllm"
|
||||||
|
run: sccache build --package text-generation-backends-trtllm --bin text-generation-backends-trtllm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user