1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

SSH Runner Workflow Update (#7822)

* add debug workflow

* update
This commit is contained in:
Dhruv Nair
2024-04-30 20:14:18 +05:30
committed by GitHub
parent 26a7851e1e
commit 725ead2f5e

View File

@@ -28,19 +28,10 @@ jobs:
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps:
- name: Update clone
working-directory: /diffusers
run: |
git fetch && git checkout ${{ github.sha }}
- name: Cleanup
working-directory: /diffusers
run: |
rm -rf tests/__pycache__
rm -rf tests/models/__pycache__
rm -rf reports
- name: Show installed libraries and their versions
working-directory: /diffusers
run: pip freeze
- name: Checkout diffusers
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: NVIDIA-SMI
run: |