mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 04:22:08 +00:00
Enable TGI on XPU tests
This commit is contained in:
parent
b4ef038837
commit
9940776293
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
@ -17,7 +17,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
run_tests:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: [ubuntu-latest, intel-pvc-tgi]
|
||||
|
||||
env:
|
||||
SCCACHE_GHA_ENABLED: "on"
|
||||
@ -85,4 +85,4 @@ jobs:
|
||||
cargo test
|
||||
- name: sccache stats
|
||||
run: |
|
||||
/usr/local/bin/sccache --show-stats
|
||||
/usr/local/bin/sccache --show-stats
|
Loading…
Reference in New Issue
Block a user