Difference between revisions of "LLaMA.cpp"
(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= | + | |License verified by=GNUtoo, craigt |
− | |License verified date=2023- | + | |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 12:25, 22 September 2023
LLaMA.cpp
https://github.com/ggerganov/llama.cpp
Inference of LLaMA model in pure C/C++
Port of Meta's LLaMA model in C/C++ to run on CPU instead of GPU.
Download
https://github.com/ggerganov/llama.cpp/archive/refs/tags/b1266.tar.gz
VCS Checkout
git clone https://github.com/ggerganov/llama.cpp
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
GNUtoo, craigt
Verified on
22 September 2023
Leaders and contributors
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Required to use | sentencepiece |
Required to use | python |
Required to use | PyTorch |
Required to use | numpy |
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.