We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86ff061 commit 908c94dCopy full SHA for 908c94d
crates/worker/src/checks/hardware/gpu.rs
@@ -51,7 +51,7 @@ fn get_gpu_status() -> Vec<GpuDevice> {
51
let lib_paths = [
52
"libnvidia-ml.so.1", // Standard Linux path
53
"/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1", // Explicit path as fallback
54
- "/usr/lib/libnvidia-ml.so.1", // CUDA installation path
+ "/usr/lib/libnvidia-ml.so.1", // CUDA installation path
55
];
56
57
let mut success = false;
0 commit comments