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
9c4d3b2a
Commit
9c4d3b2a
authored
Mar 17, 2025
by
xuxzh1
🎱
Browse files
Update amd_linux.go
parent
386c53bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
discover/amd_linux.go
discover/amd_linux.go
+1
-1
No files found.
discover/amd_linux.go
View file @
9c4d3b2a
...
@@ -42,7 +42,7 @@ const (
...
@@ -42,7 +42,7 @@ const (
var
(
var
(
// Used to validate if the given ROCm lib is usable
// Used to validate if the given ROCm lib is usable
ROCmLibGlobs
=
[]
string
{
"libhipblas.so.
0.1
"
,
"rocblas"
}
// TODO - probably include more coverage of files here...
ROCmLibGlobs
=
[]
string
{
"libhipblas.so.
2*
"
,
"rocblas"
}
// TODO - probably include more coverage of files here...
RocmStandardLocations
=
[]
string
{
"/opt/dtk/lib"
,
"/usr/lib64"
}
RocmStandardLocations
=
[]
string
{
"/opt/dtk/lib"
,
"/usr/lib64"
}
)
)
...
...
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