summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
AgeCommit message (Collapse)Author
2025-01-28python312Packages.llama-cpp-python: adding new maintainer (@booxter)Ihar Hrachyshka
2025-01-28python312Packages.llama-cpp-python: fix linux buildIhar Hrachyshka
Their cmake files were attempting to build with -mcpu=native+no<...> which fails for gcc. Actually, we should never build for native anyway (which is the raison d'etre for NIX_ENFORCE_NO_NATIVE). Thankfully, the package provides a variable to disable native optimizations.
2025-01-29python312Packages.llama-cpp-python: respect NIX_BUILD_CORES (#377188)kirillrdy
2025-01-27python312Packages.llama-cpp-python: fix darwin build w/o Metal devicesIhar Hrachyshka
2025-01-27python312Packages.llama-cpp-python: enable for DarwinIhar Hrachyshka
For Darwin, there's no CUDA, hence run CUDA tests only for Linux. Also, if CUDA is used, we need gcc13 or lower, otherwise the build fails with: unsupported GNU version! gcc versions later than 13 are not supported! This change also updates passthru tests so that they are defined on linux only, since darwin has no CUDA anyway.
2025-01-27python312Packages.llama-cpp-python: respect NIX_BUILD_CORESIhar Hrachyshka
2025-01-27python312Packages.llama-cpp-python: mark as broken on aarch64-linuxGaetan Lepage
2025-01-14python312Packages.llama-cpp-python: 0.3.5 -> 0.3.6R. Ryantm
2025-01-03treewide: unpin apple-sdk_11Austin Horstman
2024-12-14python312Packages.llama-cpp-python: 0.3.2 -> 0.3.5Kirill Radzikhovskyy
diff: https://github.com/abetlen/llama-cpp-python/compare/v0.3.2...v0.3.5
2024-12-10python312Packages.llama-cpp-python: mark as broken on darwinGaetan Lepage
2024-12-10python312Packages.llama-cpp-python: 0.3.1 -> 0.3.2Gaetan Lepage
Diff: https://github.com/abetlen/llama-cpp-python/compare/refs/tags/v0.3.1...v0.3.2
2024-11-03python312Packages.llama-cpp-python: use stdenv from cudaPackagesKirill Radzikhovskyy
2024-11-03python312Packages.llama-cpp-python: add passthru.test to build with CUDAKirill Radzikhovskyy
support
2024-11-03python312Packages.llama-cpp-python: init at 0.3.1Kirill Radzikhovskyy