File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 6060 runs-on : [single-gpu, nvidia-gpu, t4, ci]
6161 container :
6262 image : diffusers/diffusers-pytorch-cuda
63- options : --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0
63+ options : --shm-size "16gb" --ipc host -v /mnt/hf_cache:/mnt/cache/ --gpus 0 --privileged
6464 steps :
6565 - name : Checkout diffusers
6666 uses : actions/checkout@v3
6969 - name : NVIDIA-SMI
7070 run : |
7171 nvidia-smi
72+ - name : Tailscale
73+ uses : huggingface/tailscale-action@v1
74+ with :
75+ authkey : ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
76+ slackChannel : ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
77+ slackToken : ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
7278 - name : Install dependencies
7379 run : |
7480 python -m venv /opt/venv && export PATH="/opt/venv/bin:$PATH"
8793 -s -v -k "not Flax and not Onnx" \
8894 --make-reports=tests_pipeline_${{ matrix.module }}_cuda \
8995 tests/pipelines/${{ matrix.module }}
96+ - name : Tailscale Wait
97+ if : ${{ failure() || runner.debug == '1' }}
98+ uses : huggingface/tailscale-action@v1
99+ with :
100+ waitForSSH : true
90101 - name : Failure short reports
91102 if : ${{ failure() }}
92103 run : |
@@ -425,4 +436,4 @@ jobs:
425436 uses : actions/upload-artifact@v2
426437 with :
427438 name : examples_test_reports
428- path : reports
439+ path : reports
You can’t perform that action at this time.
0 commit comments