mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
CI: download locked kernels for server tests
This commit is contained in:
parent
dcb37316ae
commit
a60d1e614f
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -48,6 +48,9 @@ jobs:
|
|||||||
uv venv
|
uv venv
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
make install-cpu
|
make install-cpu
|
||||||
|
- name: Download locked kernels
|
||||||
|
run: |
|
||||||
|
hf-kernels download server
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
|
Loading…
Reference in New Issue
Block a user