Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
1caa5612
Commit
1caa5612
authored
Jan 05, 2024
by
Jeffrey Morgan
Browse files
add cuda lib path for nvidia container toolkit
parent
0101e76d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gpu/gpu_info_cuda.c
gpu/gpu_info_cuda.c
+1
-0
No files found.
gpu/gpu_info_cuda.c
View file @
1caa5612
...
@@ -9,6 +9,7 @@ const char *cuda_lib_paths[] = {
...
@@ -9,6 +9,7 @@ const char *cuda_lib_paths[] = {
"libnvidia-ml.so"
,
"libnvidia-ml.so"
,
"/usr/local/cuda/lib64/libnvidia-ml.so"
,
"/usr/local/cuda/lib64/libnvidia-ml.so"
,
"/usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so"
,
"/usr/lib/x86_64-linux-gnu/nvidia/current/libnvidia-ml.so"
,
"/usr/lib/x86_64-linux-gnu/libnvidia-ml.so.1"
,
"/usr/lib/wsl/lib/libnvidia-ml.so.1"
,
// TODO Maybe glob?
"/usr/lib/wsl/lib/libnvidia-ml.so.1"
,
// TODO Maybe glob?
NULL
,
NULL
,
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment