Skip to content

Commit eeed0b4

Browse files
committed
install
1 parent 74bdf24 commit eeed0b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.lightning/workflows/benchmark.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ timeout: "90" # minutes
88
parametrize:
99
matrix:
1010
PACKAGE_NAME: ["fabric", "pytorch"]
11-
image: "nvidia/cuda:12.6.3-devel-ubuntu22.04"
11+
image: "nvidia/cuda:12.1.1-runtime-ubuntu22.04"
1212
machine: "L4_X_2"
1313
env:
1414
python_version: "3.12"
@@ -32,10 +32,7 @@ run: |
3232
cmake \
3333
ca-certificates \
3434
libopenmpi-dev \
35-
openmpi-bin \
36-
ninja-build \
37-
libnccl2 \
38-
libnccl-dev
35+
openmpi-bin
3936
4037
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
4138
ln -sf /usr/bin/python${python_version} /usr/bin/python

0 commit comments

Comments
 (0)