"...csrc/io/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "8e8c66583a1dda87e86bbfa939bf71a028ac0d03"
Unverified Commit 639fd12a authored by Pauline Bailly-Masson's avatar Pauline Bailly-Masson Committed by GitHub
Browse files

CI fixing (#12059)


Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
parent 69a9828f
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
group: "${{ github.event.inputs.runner_type }}" group: "${{ github.event.inputs.runner_type }}"
container: container:
image: ${{ github.event.inputs.docker_image }} image: ${{ github.event.inputs.docker_image }}
options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus 0 --privileged options: --shm-size "16gb" --ipc host -v /mnt/cache/.cache/huggingface/diffusers:/mnt/cache/ --gpus all --privileged
steps: steps:
- name: Checkout diffusers - name: Checkout diffusers
......
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