From e34edfa7c732da32238f5b177b083e11cd6b2e2a Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 23 Mar 2023 14:24:34 -0400 Subject: [PATCH] Update pip instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15ab94a..a4f7007 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This module also exposes a high-level Python API that is more convenient to use # Install ```bash -pip install llama_cpp +pip install llama-cpp-python ``` # Usage