We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a7851 commit 725ead2Copy full SHA for 725ead2
.github/workflows/ssh-runner.yml
@@ -28,19 +28,10 @@ jobs:
28
options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/
29
30
steps:
31
- - name: Update clone
32
- working-directory: /diffusers
33
- run: |
34
- git fetch && git checkout ${{ github.sha }}
35
- - name: Cleanup
36
37
38
- rm -rf tests/__pycache__
39
- rm -rf tests/models/__pycache__
40
- rm -rf reports
41
- - name: Show installed libraries and their versions
42
43
- run: pip freeze
+ - name: Checkout diffusers
+ uses: actions/checkout@v3
+ with:
+ fetch-depth: 2
44
45
- name: NVIDIA-SMI
46
run: |
0 commit comments