From b0433ed5dad7a30080af41c0fdbdf8ece7cded8f Mon Sep 17 00:00:00 2001 From: ydshieh Date: Wed, 26 Jun 2024 08:13:57 +0200 Subject: [PATCH] [run-slow] llava_next_video --- .github/workflows/self-pr-slow-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-pr-slow-ci.yml b/.github/workflows/self-pr-slow-ci.yml index 4750a41acd59c0..74bed351342ffe 100644 --- a/.github/workflows/self-pr-slow-ci.yml +++ b/.github/workflows/self-pr-slow-ci.yml @@ -69,7 +69,7 @@ jobs: runs-on: ['${{ matrix.machine_type }}', nvidia-gpu, t4, ci] container: image: huggingface/transformers-all-latest-gpu - options: --gpus all --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ + options: --gpus all --privileged --ipc host -v /mnt/cache/.cache/huggingface:/mnt/cache/ steps: - name: Echo input and matrix info shell: bash