mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Attempting to use a cache location for the models.
This commit is contained in:
parent
16f71106c2
commit
804715216e
1
.github/workflows/nix_tests.yaml
vendored
1
.github/workflows/nix_tests.yaml
vendored
@ -37,5 +37,6 @@ jobs:
|
|||||||
run: nix develop .#test --command python -m pytest server/tests/
|
run: nix develop .#test --command python -m pytest server/tests/
|
||||||
env:
|
env:
|
||||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
|
HF_HOME: /mnt/cache/tgi/
|
||||||
- name: Rust tests.
|
- name: Rust tests.
|
||||||
run: nix develop .#test --command cargo test
|
run: nix develop .#test --command cargo test
|
||||||
|
Loading…
Reference in New Issue
Block a user