Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-01 | Add nixfmt to Lint.hs | Ben Sima | |
nixfmt is the soon-to-be official formatter for Nix code, as per the NixOS GitHub group. So I figure I should just adopt it without worrying too much about the specifics of the formatting. I just formatted everything in one go, hence the huge diff, oh well. | |||
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. |