From: Musab Gultekin Date: Wed, 15 Mar 2023 19:39:06 +0000 (+0300) Subject: Fix potential licensing issue (#126) X-Git-Tag: gguf-v0.4.0~1240 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=977295c700a2952c18400026d57467077dcd1a20;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix potential licensing issue (#126) * Update README.md * Update README.md remove facebook --- diff --git a/README.md b/README.md index 5d8b3b6d..0b2532a0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Actions Status](https://github.com/ggerganov/llama.cpp/workflows/CI/badge.svg)](https://github.com/ggerganov/llama.cpp/actions) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -Inference of [Facebook's LLaMA](https://github.com/facebookresearch/llama) model in pure C/C++ +Inference of [LLaMA](https://arxiv.org/abs/2302.13971) model in pure C/C++ **Hot topics:**