Difference between revisions of "LLaMA.cpp"

From Free Software Directory
Jump to: navigation, search
(Add more details about the license)
(new entry, license check)
Line 4: Line 4:
 
|Full description=Port of Meta's LLaMA model in C/C++ to run on CPU instead of GPU.
 
|Full description=Port of Meta's LLaMA model in C/C++ to run on CPU instead of GPU.
 
|Homepage URL=https://github.com/ggerganov/llama.cpp
 
|Homepage URL=https://github.com/ggerganov/llama.cpp
 +
|Version download=https://github.com/ggerganov/llama.cpp/archive/refs/tags/b1266.tar.gz
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=Expat
 
|License=Expat
|License copyright=The README.md inside the source code has:
+
|License copyright=Copyright (c) 2023 Georgi Gerganov
 +
 
 +
The README.md inside the source code has:
 
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
 
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
  
Line 13: Line 16:
  
 
The files don't seem to have licensing headers but this license declaration is probably enough for the license to apply to all the files inside the source code.
 
The files don't seem to have licensing headers but this license declaration is probably enough for the license to apply to all the files inside the source code.
|License verified by=notblank :D and GNUtoo
+
|License verified by=GNUtoo, craigt
|License verified date=2023-05-12
+
|License verified date=2023-09-22
 +
|License note=https://raw.githubusercontent.com/ggerganov/llama.cpp/master/LICENSE
 
}}
 
}}
 
{{Software category
 
{{Software category
 +
|Programming-language=python
 +
|Runs-on=Windows, BSD, OS X, GNU/Linux
 
|Science=artificial-intelligence
 
|Science=artificial-intelligence
 
}}
 
}}
 
{{EntryGNU
 
{{EntryGNU
 
|Is GNU=No
 
|Is GNU=No
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[python]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[numpy]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[sentencepiece]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[PyTorch]]
 
}}
 
}}
 
{{EntryDetails
 
{{EntryDetails

Revision as of 13:25, 22 September 2023


[edit]

Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

GNUtoo, craigt

Verified on

22 September 2023




Leaders and contributors

Resources and communication

Software prerequisites

KindDescription
Required to usesentencepiece
Required to usepython
Required to usePyTorch
Required to usenumpy




Entry


















Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.