mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-26 04:22:08 +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
|
USER: github_runner
|
||||||
- name: Build
|
- name: Build
|
||||||
run: nix develop .#test --command echo "Ok"
|
run: nix develop .#test --command echo "Ok"
|
||||||
- name: Setup tmate session
|
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
- name: Python tests.
|
- name: Python tests.
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /run/opengl-driver/lib
|
sudo mkdir -p /run/opengl-driver/lib
|
||||||
@ -41,4 +39,4 @@ jobs:
|
|||||||
nix develop .#test --command pytest -svv integration-tests/ --release
|
nix develop .#test --command pytest -svv integration-tests/ --release
|
||||||
env:
|
env:
|
||||||
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
HF_HOME: /mnt/cache
|
HF_HOME: /mnt/
|
||||||
|
Loading…
Reference in New Issue
Block a user