From 88494e71fecacfd9c2a2c470b02aec2d6fc51542 Mon Sep 17 00:00:00 2001 From: Kenneth Leung Date: Wed, 19 Jul 2023 19:01:18 +0800 Subject: [PATCH] Update Llama 2 title info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 231793a..f717ef7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Running Open-Source LLMs on CPU Inference for DocumentĀ Q&A +# Running Llama 2 and other Open-Source LLMs on CPU Inference Locally for Document Q&A -### Clearly explained step-by-step guide on using C Transformers, GGML, and LangChain for running LLM Python applications on CPU instances +### Clearly explained guide for running quantized open-source LLM applications on CPUs using LLama 2, C Transformers, GGML, and LangChain **Step-by-step guide on TowardsDataScience**: https://kennethleungty.medium.com/running-llama-2-on-cpu-inference-for-document-q-a-3d636037a3d8 ___