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
5646826a
Commit
5646826a
authored
Dec 15, 2023
by
Daniel Hiltgen
Browse files
Add WSL2 path to nvidia-ml.so library
parent
3269535a
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 @
5646826a
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
const
char
*
cuda_lib_paths
[]
=
{
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/wsl/lib/libnvidia-ml.so.1"
,
// TODO Maybe glob?
NULL
,
NULL
,
};
};
#else
#else
...
...
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