From 3d713bfbb01428838b48dce997ea1181d334f186 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:10:50 -0400 Subject: [PATCH] Link to llama.cpp git repo. (#126) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7e3552..dd8db0f 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ ![License](https://img.shields.io/github/license/nsarrazin/serge) [![Discord](https://img.shields.io/discord/1088427963801948201?label=Discord)](https://discord.gg/62Hc6FEYQH) -A chat interface based on `llama.cpp` for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM and runs on the CPU. +A chat interface based on [llama.cpp](https://github.com/ggerganov/llama.cpp) for running Alpaca models. Entirely self-hosted, no API keys needed. Fits on 4GB of RAM and runs on the CPU. - **SvelteKit** frontend - **MongoDB** for storing chat history & parameters -- **FastAPI + beanie** for the API, wrapping calls to `llama.cpp` +- **FastAPI + beanie** for the API, wrapping calls to [llama.cpp](https://github.com/ggerganov/llama.cpp) [demo.webm](https://user-images.githubusercontent.com/25119303/226897188-914a6662-8c26-472c-96bd-f51fc020abf6.webm)