Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-07 | Get ava.py running with nixified builds | Ben Sima | |
I had to redo some of my python overrides and crib the bitsandbytes.nix from upstream. Ava is failing because: ValueError: Tokenizer class LlamaTokenizer does not exist or is not currently imported. I think this means I need to update my nixpkgs pin, so I'm gonna snapshot my work in git, do the update, and that might obviate the local bitsandbytes.nix anyway. | |||
2022-12-28 | Get ava GPT chatbot prototype working | Ben Sima | |
Mostly thid required packaging up some deps, but also had to recompile stuff with cuda support. |