Skip to content

Commit

Permalink
fixup! ollama: 0.5.1 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Jan 4, 2025
1 parent 4a6be8c commit 9e96968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
4 changes: 3 additions & 1 deletion pkgs/by-name/ol/ollama/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
nix-update-script,

cmake,
gcc-unwrapped,
gcc12,
gitMinimal,
clblast,
Expand Down Expand Up @@ -174,7 +175,8 @@ goBuild {
++ lib.optionals stdenv.hostPlatform.isDarwin metalFrameworks;

buildInputs =
lib.optionals enableRocm (rocmLibs ++ [ libdrm ])
[ gcc-unwrapped.lib ]
++ lib.optionals enableRocm (rocmLibs ++ [ libdrm ])
++ lib.optionals enableCuda cudaLibs
++ lib.optionals stdenv.hostPlatform.isDarwin metalFrameworks;

Expand Down
13 changes: 0 additions & 13 deletions pkgs/by-name/ol/ollama/rocm.patch

This file was deleted.

0 comments on commit 9e96968

Please sign in to comment.