From f46dcfc6f25ddb9065dc24372a817041c451f7b2 Mon Sep 17 00:00:00 2001 From: setzer22 Date: Tue, 14 Mar 2023 13:00:44 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08029ef4..5ccc4c52 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ > Do the LLaMA thing, but now in Rust 🦀🚀🦙 -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F8DNO5D) - -[![Latest version](https://img.shields.io/crates/v/https://crates.io/crates/llama-rs)](https://crates.io/crates/llama_rs) - ![Gif showcasing language generation using llama-rs](./doc/resources/llama_gif.gif) +[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F8DNO5D) +[![Latest version](https://img.shields.io/crates/v/llama-rs.svg)](https://crates.io/crates/llama_rs) + **Llama-rs** is a Rust port of the [llama.cpp](https://github.com/ggerganov/llama.cpp) project. This allows running inference for Facebook's [LLaMA](https://github.com/facebookresearch/llama)