Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 820 Bytes

Mistral7B-RAG

Local Implementation of RAG (Retrieval Augmented Generation) with Mistral 7B Chat Model (4bit Sharded)

Screenshot (1623)

Installation

conda create -n my_env python=3.10
conda activate my_env
pip install -r requiremnts.txt

Download the model

Additional Requirements

You may need these in case pip fails to build llama-cpp-python
Visual Studio Community
Install devleopment kit for C++ and Python
Cmake
Nvidia Cuda Toolkit