all repos — nix-packages @ 9240708e016175e940e108fe26f62d856237a43e

My personal collection of packages for nix

remove llama-cpp-cuda

Alin
commit

9240708e016175e940e108fe26f62d856237a43e

parent

68d55b22c9c3806bae9acbac84997e339d7a41f3

2 files changed, 0 insertions(+), 9 deletions(-)

changed files
M README.mdREADME.md
@@ -8,11 +8,6 @@ - Version: 0.3.7
- Homepage: https://github.com/scullionw/dirstat-rs - Description: Fastest(?) disk usage cli, similar to windirstat -### llama-cpp-cuda -- Version: 8983 -- Homepage: https://github.com/ggml-org/llama.cpp -- Description: Inference of Meta's LLaMA model (and others) in pure C/C++ - ### lunchy-go - Version: 0.2.1-unstable-2022-02-12 - Homepage: https://github.com/sosedoff/lunchy-go
D pkgs/by-directory/llama-cpp-cuda/package.nix
@@ -1,4 +0,0 @@
-{ llama-cpp }: -llama-cpp.override { - cudaSupport = true; -}