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: false
|
||||
matrix:
|
||||
hardware: ["cuda"]
|
||||
hardware: ["cuda", "rocm", "intel"]
|
||||
uses: ./.github/workflows/build.yaml # calls the one above ^
|
||||
with:
|
||||
hardware: ${{ matrix.hardware }}
|
||||
|
10
.github/workflows/load_test.yaml
vendored
10
.github/workflows/load_test.yaml
vendored
@ -4,11 +4,11 @@ on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1-5'
|
||||
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - ".github/workflows/load_test.yaml"
|
||||
# branches:
|
||||
# - 'main'
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/load_test.yaml"
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
load-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user