mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-13 05:22:09 +00:00
Fixing CI. (#2462)
This commit is contained in:
parent
73ebbd05f8
commit
6793b720ba
3
.github/workflows/ci_build.yaml
vendored
3
.github/workflows/ci_build.yaml
vendored
@ -39,6 +39,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
hardware: ["cuda", "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:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
with:
|
with:
|
||||||
hardware: ${{ matrix.hardware }}
|
hardware: ${{ matrix.hardware }}
|
||||||
# https://github.com/actions/runner/issues/2206
|
# https://github.com/actions/runner/issues/2206
|
||||||
|
Loading…
Reference in New Issue
Block a user