Skip to content

Commit 7c7ab4f

Browse files
committed
Added comments to nvidia-smi wrapper.
1 parent 71a1f5e commit 7c7ab4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/bin/nvidia-smi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
#!/bin/bash
22

3+
# This is a wrapper around /run/nvidia/driver/usr/bin/nvidia-smi binary,
4+
# which is populated by the NVIDIA GPU Operator on OpenShift. The
5+
# binary will not exist unless the NVIDIA GPU Operator on OpenShift is
6+
# installed. The primary use case is to set NVIDIA GPU frequencies and
7+
# power caps via TuneD.
38
chroot /run/nvidia/driver /usr/bin/nvidia-smi "$@"

0 commit comments

Comments
 (0)