We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bdf24 commit eeed0b4Copy full SHA for eeed0b4
.lightning/workflows/benchmark.yml
@@ -8,7 +8,7 @@ timeout: "90" # minutes
8
parametrize:
9
matrix:
10
PACKAGE_NAME: ["fabric", "pytorch"]
11
-image: "nvidia/cuda:12.6.3-devel-ubuntu22.04"
+image: "nvidia/cuda:12.1.1-runtime-ubuntu22.04"
12
machine: "L4_X_2"
13
env:
14
python_version: "3.12"
@@ -32,10 +32,7 @@ run: |
32
cmake \
33
ca-certificates \
34
libopenmpi-dev \
35
- openmpi-bin \
36
- ninja-build \
37
- libnccl2 \
38
- libnccl-dev
+ openmpi-bin
39
40
apt-get install -y python${python_version} python${python_version}-venv python${python_version}-dev
41
ln -sf /usr/bin/python${python_version} /usr/bin/python
0 commit comments