diff options
author | Ben Sima <ben@bsima.me> | 2022-12-16 09:40:27 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-12-16 09:40:27 -0500 |
commit | 11e480c4b13808f12bc3f5db2765cebebf1aaf46 (patch) | |
tree | b04e671775018f864ce78ddec5abd7557739a7b1 /Biz | |
parent | 6edd44ebc073c2bc5e299a481c4a8586f5e0158a (diff) |
Stub ava chatbot
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Bild.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index a49f10e..47c0ecb 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -148,6 +148,7 @@ rec { lolcat nixops ormolu + (python3.withPackages(p: with p; [transformers pytorch])) shellcheck wemux ]; |