Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-10 | Switch from black to ruff format | Ben Sima | |
Ruff is faster and if it supports everything that black supports than why not? I did have to pull in a more recent version from unstable, but that's easy to do now. And I decided to just go ahead and configure ruff by turning on almost all checks, which meant I had to fix a whole bunch of things, but I did that and everything is okay now. | |||
2024-04-02 | Add llama-cpp from nixos-23.11 | Ben Sima | |
Removes my custom llama-cpp build and instead pulls in the upstream build from nixos-23.11. |