Skip to content

Commit

Permalink
don't mount
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Sep 3, 2024
1 parent cc49c60 commit c799785
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/model_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
group: '${{ inputs.machine_type }}'
container:
image: ${{ inputs.docker }}
options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
# options: --gpus all --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
options: --gpus all --shm-size "16gb" --ipc host -v
steps:
- name: Echo input and matrix info
shell: bash
Expand Down Expand Up @@ -108,15 +109,15 @@ jobs:
run: |
echo $HF_HOME
- name: Check cache 4
working-directory: /transformers
run: |
ls -l /mnt/cache/hub
- name: Check cache 8
working-directory: /transformers
run: |
rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo
# - name: Check cache 4
# working-directory: /transformers
# run: |
# ls -l /mnt/cache/hub
#
# - name: Check cache 8
# working-directory: /transformers
# run: |
# rm -rf /mnt/cache/hub/models--hf-internal-testing--no-config-test-repo

- name: Check cache 9
working-directory: /transformers
Expand Down

0 comments on commit c799785

Please sign in to comment.