Create /nix before the action creates it.
This commit is contained in:
parent
1ff5b64b1c
commit
54e703cc5a
|
@ -20,11 +20,11 @@ jobs:
|
|||
group: aws-g6-12xl-plus-priv-cache
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- name: Setup nix to mounted disk
|
||||
run: |
|
||||
sudo mkdir -p /mnt/hf_cache/nix/
|
||||
sudo ln -s /mnt/hf_cache/nix /nix
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- uses: cachix/cachix-action@v14
|
||||
with:
|
||||
name: text-generation-inference
|
||||
|
|
Loading…
Reference in New Issue