From 944bd13de1f5cbd6947fa063c7e1a3bc5fe19fa3 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Wed, 5 Jul 2023 16:32:49 -0400 Subject: [PATCH] Go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6092bbf6..ada91150 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Run large language models with `llama.cpp`. - Download and run popular large language models - Switch between multiple models on the fly - Hardware acceleration where available (Metal, CUDA) -- Fast inference server written in C++, powered by [llama.cpp](https://github.com/ggerganov/llama.cpp) +- Fast inference server written in Go, powered by [llama.cpp](https://github.com/ggerganov/llama.cpp) - REST API to use with your application (python, typescript SDKs coming soon) ## Install