Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gpu_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Unit tests
runs-on: vm
container:
image: pytorch/pytorch:2.10.0-cuda13.0-cudnn9-devel
image: nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
options: --gpus all
timeout-minutes: 45
if: github.event_name == 'push' || github.event.pull_request.draft == false
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
name: Integration tests (${{ matrix.test }})
runs-on: ${{ matrix.runner }}
container:
image: pytorch/pytorch:2.10.0-cuda13.0-cudnn9-devel
image: nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
options: --gpus all
timeout-minutes: 60
if: github.event_name == 'push' || github.event.pull_request.draft == false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
needs: discover-experiments
runs-on: research-cluster
container:
image: pytorch/pytorch:2.10.0-cuda13.0-cudnn9-devel
image: nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04
# --shm-size: vLLM V1's DP engine/API-server IPC uses POSIX shm-backed
# MessageQueue (~160MB per queue); Docker's default 64MB /dev/shm triggers
# SIGBUS in DP engine cores on VLM runs (mm data overflows tmpfs).
Expand Down
Loading