Skip to content

Commit

Permalink
fix(ollama-sycl-bin): empty acceleration input
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Aug 26, 2024
1 parent 4446185 commit d8a7ed7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/ollama-sycl-bin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
, makeWrapper
# , intel-compute-runtime
, callPackage
, acceleration ? null
}:
let intel-compute-runtime-fix = callPackage ../intel-compute-runtime-fix { };
in stdenv.mkDerivation rec {
inherit acceleration;
pname = "ollama-sycl-bin";
version = "0.0.2";
preferLocalBuild = true;
Expand Down

0 comments on commit d8a7ed7

Please sign in to comment.