mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 20:12:07 +00:00
Change the home location ?
This commit is contained in:
parent
3ff12084b7
commit
9f548fa82a
4
.github/workflows/nix_integration_tests.yaml
vendored
4
.github/workflows/nix_integration_tests.yaml
vendored
@ -30,8 +30,6 @@ jobs:
|
||||
USER: github_runner
|
||||
- name: Build
|
||||
run: nix develop .#test --command echo "Ok"
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
- name: Python tests.
|
||||
run: |
|
||||
sudo mkdir -p /run/opengl-driver/lib
|
||||
@ -41,4 +39,4 @@ jobs:
|
||||
nix develop .#test --command pytest -svv integration-tests/ --release
|
||||
env:
|
||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||
HF_HOME: /mnt/cache
|
||||
HF_HOME: /mnt/
|
||||
|
Loading…
Reference in New Issue
Block a user