Commit graph

13 commits

Author SHA1 Message Date
Archit Gupta ab64ae8fdd llama-cpp: 1671 -> 1710 2023-12-28 18:19:55 -08:00
Nick Cao 51b96e8410
Merge pull request #275807 from KaiHa/pr-llama-cpp-assert
llama-cpp: assert that only one of the *Support arguments is true
2023-12-22 08:36:34 -05:00
Kai Harries ded8563fb3 llama-cpp: assert that only one of the *Support arguments is true
When experimenting with llama-cpp I experienced a mysterious build
error that in the end I tracked down to me setting openclSupport and
openblasSupport to true.  To prevent others from this mistake add an
assert that complains if more than one of the arguments openclSupport,
openblasSupport and rocmSupport is set to true.
2023-12-22 09:00:32 +01:00
Сухарик 6141d1bdd5 llama-cpp: 1573 -> 1671 2023-12-21 21:37:24 +03:00
R. Ryantm 72268042cf llama-cpp: 1538 -> 1573 2023-11-28 07:26:02 +00:00
annalee 53aeb5c67b llama-cpp: 1483 -> 1538 2023-11-19 10:25:46 +01:00
annalee 05967f9a2c llama-cpp: fix build due to openblas update
add patch so build checks for openblas64 module

https://github.com/NixOS/nixpkgs/pull/255443 updated from openblas
0.3.21 -> 0.3.24.  openblas 0.3.22 moved openblas.pc -> openblas64.pc

https://github.com/OpenMathLib/OpenBLAS/issues/3790
2023-11-19 10:25:46 +01:00
Martin Weinelt ea1cd4ef8e
treewide: use config.rocmSupport
Makes use of the per nixpkgs config flag to enable rocmSupport in
packages that support it.
2023-11-14 01:51:57 +01:00
OTABI Tomoya 5a36456ad6
Merge pull request #265462 from r-ryantm/auto-update/llama-cpp
llama-cpp: 1469 -> 1483
2023-11-10 18:22:02 +09:00
Matthieu Coudron ba774d337e
Merge pull request #263320 from jfvillablanca/llm-ls
llm-ls: init at 0.4.0
2023-11-06 11:09:01 +01:00
jfvillablanca ab1da43942 llm-ls: init at 0.4.0 2023-11-06 08:38:31 +08:00
R. Ryantm 575af23354 llama-cpp: 1469 -> 1483 2023-11-04 13:58:41 +00:00
Enno Richter ff77d3c409 llama-cpp: init at 1469 2023-11-02 09:31:40 +01:00