mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
misc(ci): fw secrets
This commit is contained in:
parent
38f226fb3e
commit
e37b7f7dff
2
.github/workflows/ci_build.yaml
vendored
2
.github/workflows/ci_build.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
# fail-fast is true by default
|
# fail-fast is true by default
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
hardware: ["cuda", "cuda-trtllm", "rocm", "intel-xpu", "intel-cpu"]
|
hardware: ["cuda", "rocm", "intel-xpu", "intel-cpu"]
|
||||||
uses: ./.github/workflows/build.yaml # calls the one above ^
|
uses: ./.github/workflows/build.yaml # calls the one above ^
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
1
.github/workflows/trtllm_tests.yaml
vendored
1
.github/workflows/trtllm_tests.yaml
vendored
@ -29,6 +29,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/build_trtllm.yaml
|
uses: ./.github/workflows/build_trtllm.yaml
|
||||||
with:
|
with:
|
||||||
runs-on: aws-highmemory-64-plus-priv
|
runs-on: aws-highmemory-64-plus-priv
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
run-tests:
|
run-tests:
|
||||||
needs: build-and-push
|
needs: build-and-push
|
||||||
|
Loading…
Reference in New Issue
Block a user