llama-cpp: update description

Closes https://github.com/NixOS/nixpkgs/pull/334451
This commit is contained in:
Atemu 2024-08-18 01:37:56 +02:00
parent c3aa7b8938
commit 118ab33e1d

View File

@ -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";