mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
fix(audio-cpp): bundle rocRoller for ROCm
ROCm 7.2 links rocBLAS consumers to librocroller.so.1. Add that runtime family to the ROCm bundle so packaged backends resolve the dependency. Assisted-by: Codex:gpt-5 Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
1 parent
bfcf1e37ec
commit
f5eb09f329
1 file changed
+1
@@ -625,6 +625,7 @@ package_rocm_libs() {
|
||||
"libhipblas.so*"
|
||||
"libhipblaslt.so*"
|
||||
"librocblas.so*"
|
||||
"librocroller.so*"
|
||||
"librocrand.so*"
|
||||
"librocsparse.so*"
|
||||
"librocsolver.so*"
|
||||
|
||||
Reference in new issue
Block a user