From 898ff52ceef70e74712a7ed45951b5456d99d514 Mon Sep 17 00:00:00 2001 From: randaller Date: Thu, 9 Mar 2023 10:57:07 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c8e7d4d..d37eb14 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ This repository is a chat example with [LLaMA](https://ai.facebook.com/blog/large-language-model-llama-meta-ai/) ([arXiv](https://arxiv.org/abs/2302.13971v1)) models running on a typical home PC. You will just need a NVIDIA videocard and some RAM to chat with model. +This repo is heavily based on Meta's original repo: https://github.com/facebookresearch/llama + +And on Venuatu's repo: https://github.com/venuatu/llama + ### Conda Environment Setup Example for Windows 10+ Download and install Anaconda Python https://www.anaconda.com and run Anaconda Prompt ```