mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-25 12:02:08 +00:00
Create /nix before the action creates it.
This commit is contained in:
parent
1ff5b64b1c
commit
54e703cc5a
2
.github/workflows/nix_integration_tests.yaml
vendored
2
.github/workflows/nix_integration_tests.yaml
vendored
@ -20,11 +20,11 @@ jobs:
|
|||||||
group: aws-g6-12xl-plus-priv-cache
|
group: aws-g6-12xl-plus-priv-cache
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
|
||||||
- name: Setup nix to mounted disk
|
- name: Setup nix to mounted disk
|
||||||
run: |
|
run: |
|
||||||
sudo mkdir -p /mnt/hf_cache/nix/
|
sudo mkdir -p /mnt/hf_cache/nix/
|
||||||
sudo ln -s /mnt/hf_cache/nix /nix
|
sudo ln -s /mnt/hf_cache/nix /nix
|
||||||
|
- uses: cachix/install-nix-action@v27
|
||||||
- uses: cachix/cachix-action@v14
|
- uses: cachix/cachix-action@v14
|
||||||
with:
|
with:
|
||||||
name: text-generation-inference
|
name: text-generation-inference
|
||||||
|
Loading…
Reference in New Issue
Block a user