mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 12:32:10 +00:00
Fix?
This commit is contained in:
parent
e2855617a1
commit
0fd65dc954
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -17,10 +17,11 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
run_tests:
|
||||
runs-on: ${{ matrix.runner }}
|
||||
runs-on:
|
||||
group: ${{ matrix.runner.group }}
|
||||
strategy:
|
||||
matrix:
|
||||
runner: [ubuntu-latest, intel-pvc-tgi]
|
||||
runner: [{os: ubuntu-latest}, {os: ubuntu-latest, group: intel-pvc-tgi}]
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: "on"
|
||||
|
Loading…
Reference in New Issue
Block a user