mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-14 22:12:06 +00:00
Let's dispatch Intel XPU on the right runner group
This commit is contained in:
parent
00ffe4fae0
commit
49b93d8d18
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -88,7 +88,8 @@ jobs:
|
||||
/usr/local/bin/sccache --show-stats
|
||||
|
||||
run_tests_intel_xpu:
|
||||
runs-on: [intel-pvc-tgi]
|
||||
runs-on:
|
||||
group: intel-pvc-tgi
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: "on"
|
||||
|
Loading…
Reference in New Issue
Block a user