Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-17 | exposed modules so that they can be invoked by nix run ↵ | Faez Shakil | |
github:ggerganov/llama.cpp#server etc (#1863) | |||
2023-06-10 | metal : fix issue with ggml-metal.metal path. Closes #1769 (#1782) | Andrei | |
* Fix issue with ggml-metal.metal path * Add ggml-metal.metal as a resource for llama target * Update flake.nix metal kernel substitution | |||
2023-06-07 | flake : update to support metal on m1/m2 (#1724) | jacobi petrucciani | |
2023-04-25 | nix: use convert.py instead of legacy wrapper convert-pth-to-ggml.py (#981) | Pavol Rusnak | |
2023-04-14 | py : cleanup dependencies (#962) | Pavol Rusnak | |
after #545 we do not need torch, tqdm and requests in the dependencies | |||
2023-04-13 | flake.nix: add all binaries from bin (#848) | Pavol Rusnak | |
2023-04-08 | Add new binaries to flake.nix (#847) | lon | |
2023-03-23 | Fix Nix build | Ben Siraphob | |
2023-03-20 | Nix flake: set meta.mainProgram to llama | Ben Siraphob | |
2023-03-17 | Nix flake (#40) | Niklas Korz | |
* Nix flake * Nix: only add Accelerate framework on macOS * Nix: development shel, direnv and compatibility * Nix: use python packages supplied by withPackages * Nix: remove channel compatibility * Nix: fix ARM neon dotproduct on macOS --------- Co-authored-by: Pavol Rusnak <pavol@rusnak.io> |