diff options
Diffstat (limited to 'Omni')
-rw-r--r-- | Omni/Bild.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Bild.nix b/Omni/Bild.nix index 1a31e1e..7821dba 100644 --- a/Omni/Bild.nix +++ b/Omni/Bild.nix @@ -97,7 +97,8 @@ let git-branchless gitlint groff guile hlint indent jq lolcat mypy nixfmt ormolu pkg-config ripgrep rustc tree wemux; llama-cpp = unstable.llama-cpp; - llm = python3.withPackages (p: with p; [ p.llm-ollama ]); + llm = python3.withPackages + (p: [ p.llm p.llm-ollama p.llm-sentence-transformers ]); ollama = unstable.ollama; ruff = unstable.ruff; shellcheck = unstable.shellcheck; |