remove llama-cpp-cuda
2 files changed, 0 insertions(+), 9 deletions(-)
changed files
M README.md → README.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; -}