Attempting to use a cache location for the models.

This commit is contained in:
Nicolas Patry 2024-09-12 13:59:53 +02:00
parent 16f71106c2
commit 804715216e
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -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