Skip to content

Commit 908c94d

Browse files
committed
fmt
1 parent 86ff061 commit 908c94d

File tree

1 file changed

+1
-1
lines changed
  • crates/worker/src/checks/hardware

1 file changed

+1
-1
lines changed

crates/worker/src/checks/hardware/gpu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fn get_gpu_status() -> Vec<GpuDevice> {
5151
let lib_paths = [
5252
"libnvidia-ml.so.1", // Standard Linux path
5353
"/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1", // Explicit path as fallback
54-
"/usr/lib/libnvidia-ml.so.1", // CUDA installation path
54+
"/usr/lib/libnvidia-ml.so.1", // CUDA installation path
5555
];
5656

5757
let mut success = false;

0 commit comments

Comments
 (0)