From 118ab33e1dafdf01ae0075727f8b5c2e4b68a2a2 Mon Sep 17 00:00:00 2001 From: Atemu Date: Sun, 18 Aug 2024 01:37:56 +0200 Subject: [PATCH] llama-cpp: update description Closes https://github.com/NixOS/nixpkgs/pull/334451 --- pkgs/by-name/ll/llama-cpp/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ll/llama-cpp/package.nix b/pkgs/by-name/ll/llama-cpp/package.nix index 1d2e171c3025..bb651b3e4a27 100644 --- a/pkgs/by-name/ll/llama-cpp/package.nix +++ b/pkgs/by-name/ll/llama-cpp/package.nix @@ -156,7 +156,7 @@ effectiveStdenv.mkDerivation (finalAttrs: { }; meta = with lib; { - description = "Port of Facebook's LLaMA model in C/C++"; + description = "Inference of Meta's LLaMA model (and others) in pure C/C++"; homepage = "https://github.com/ggerganov/llama.cpp/"; license = licenses.mit; mainProgram = "llama";