Unverified Commit 725ead2f authored by Dhruv Nair's avatar Dhruv Nair Committed by GitHub
Browse files

SSH Runner Workflow Update (#7822)

* add debug workflow

* update
parent 26a7851e
...@@ -28,19 +28,10 @@ jobs: ...@@ -28,19 +28,10 @@ jobs:
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
steps: steps:
- name: Update clone - name: Checkout diffusers
working-directory: /diffusers uses: actions/checkout@v3
run: | with:
git fetch && git checkout ${{ github.sha }} fetch-depth: 2
- 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: NVIDIA-SMI - name: NVIDIA-SMI
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment