mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
last reverts
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
79ae03c503
commit
e39bac2cd1
2
.github/workflows/ci_build.yaml
vendored
2
.github/workflows/ci_build.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
# fail-fast is true by default
|
# fail-fast is true by default
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
hardware: ["cuda"]
|
hardware: ["cuda", "rocm", "intel"]
|
||||||
uses: ./.github/workflows/build.yaml # calls the one above ^
|
uses: ./.github/workflows/build.yaml # calls the one above ^
|
||||||
with:
|
with:
|
||||||
hardware: ${{ matrix.hardware }}
|
hardware: ${{ matrix.hardware }}
|
||||||
|
10
.github/workflows/load_test.yaml
vendored
10
.github/workflows/load_test.yaml
vendored
@ -4,11 +4,11 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 1-5'
|
- cron: '0 0 * * 1-5'
|
||||||
|
|
||||||
# pull_request:
|
pull_request:
|
||||||
# paths:
|
paths:
|
||||||
# - ".github/workflows/load_test.yaml"
|
- ".github/workflows/load_test.yaml"
|
||||||
# branches:
|
branches:
|
||||||
# - 'main'
|
- 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
load-tests:
|
load-tests:
|
||||||
|
Loading…
Reference in New Issue
Block a user