From c3b955145998d39df39370671585a271ca6f80f0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 28 Dec 2022 19:53:55 -0500 Subject: Get ava GPT chatbot prototype working Mostly thid required packaging up some deps, but also had to recompile stuff with cuda support. --- Biz/Bild/Nixpkgs.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'Biz/Bild/Nixpkgs.nix') diff --git a/Biz/Bild/Nixpkgs.nix b/Biz/Bild/Nixpkgs.nix index 514a39d..e6d7d01 100644 --- a/Biz/Bild/Nixpkgs.nix +++ b/Biz/Bild/Nixpkgs.nix @@ -33,8 +33,5 @@ import sources.nixpkgs { allowBroken = true; allowUnfree = true; cudaSupport = true; - permittedInsecurePackages = [ - "python2.7-pyjwt-1.7.1" - ]; }; } -- cgit v1.2.3