Merge pull request #297447 from ulrikstrid/ulrikstrid--ollama-rocm-fix

ollama: Add needed rocm libraries to rocmPath
This commit is contained in:
Pol Dellaiera 2024-03-21 09:35:28 +01:00 committed by GitHub
commit 5fe01e68f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,11 @@ let
rocmPath = buildEnv {
name = "rocm-path";
paths = [
rocmPackages.clr
rocmPackages.hipblas
rocmPackages.rocblas
rocmPackages.rocsolver
rocmPackages.rocsparse
rocmPackages.rocm-device-libs
rocmClang
];