From 18956baad9cde85bc55bd0113092e51786d9e1ee Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 2 Dec 2024 07:52:56 -0500 Subject: Delete Biz/Mynion.py and exllama Mynion was a prototype and while it was cool and worked well, it is unused and causing magma to build, which takes forever. I have settled on using ollama for local inference and a hosted inference API for production. --- Biz/Bild/Python.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'Biz/Bild/Python.nix') diff --git a/Biz/Bild/Python.nix b/Biz/Bild/Python.nix index 2385987..50a1779 100644 --- a/Biz/Bild/Python.nix +++ b/Biz/Bild/Python.nix @@ -4,8 +4,6 @@ _self: super: { with pysuper.pkgs.python3Packages; let dontCheck = p: p.overridePythonAttrs (_: { doCheck = false; }); in { - exllama = callPackage ./Deps/exllama.nix { }; - exllamav2 = callPackage ./Deps/exllamav2.nix { }; interegular = callPackage ./Deps/interegular.nix { }; llm-ollama = callPackage ./Deps/llm-ollama.nix { }; mypy = dontCheck pysuper.mypy; -- cgit v1.2.3