Merge pull request #335484 from Atemu/llama.cpp-description

llama-cpp: update description
This commit is contained in:
Atemu 2024-08-18 13:42:48 +02:00 committed by GitHub
commit e82653671b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -156,7 +156,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
}; };
meta = with lib; { 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/"; homepage = "https://github.com/ggerganov/llama.cpp/";
license = licenses.mit; license = licenses.mit;
mainProgram = "llama"; mainProgram = "llama";