check llama

This commit is contained in:
ydshieh 2024-04-16 14:00:36 +02:00
parent dad79c3719
commit b564cf8d34
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ jobs:
job_splits: ${{ steps.set-matrix.outputs.job_splits }}
split_keys: ${{ steps.set-matrix.outputs.split_keys }}
steps:
- name: check system
working-directory: /transformers
run: |
ls -la /mnt/cache
df -h --total
free -g
- name: Update clone
working-directory: /transformers
run: |