mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
Fixing CI. (#2462)
This commit is contained in:
parent
cfa73b5c99
commit
2788d41a76
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -32,10 +32,6 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
# This is used to complete the identity challenge
|
||||
# with sigstore/fulcio when running outside of PRs.
|
||||
id-token: write
|
||||
security-events: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
3
.github/workflows/ci_build.yaml
vendored
3
.github/workflows/ci_build.yaml
vendored
@ -39,6 +39,9 @@ jobs:
|
||||
matrix:
|
||||
hardware: ["cuda", "rocm", "intel-xpu", "intel-cpu"]
|
||||
uses: ./.github/workflows/build.yaml # calls the one above ^
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
with:
|
||||
hardware: ${{ matrix.hardware }}
|
||||
# https://github.com/actions/runner/issues/2206
|
||||
|
Loading…
Reference in New Issue
Block a user