Giter Club home page Giter Club logo

distilllama's Introduction

DistillLama

Distill knowledge with local LLMs

meme

Distilllama let you distill your knowledge intro your locally running LLM, using the same model for embeddings.

Based on LangChain and LLama.cpp This work is heavily in progress.

Install the requirements:

pip install -r requirements.txt

Copy the sample.env to .env file:

cp sample.env .env

Edit the .env file setting the variables according to your path.

PERSIST_DIRECTORY=./db
MODEL_TYPE=LlamaCpp
MODEL_PATH=YOUR_MODEL_FILE.bin
EMBEDDINGS_MODEL_NAME=all-MiniLM-L6-v2
HF_EMB=True
MODEL_N_CTX=2048

There are several models suited for this, one that has good performance/resources ratio so far is:

https://huggingface.co/TheBloke/Wizard-Vicuna-13B-Uncensored-GGML

Any other model with the ggml format from the PREVIOUS release of llama.cpp will work as well, each model card has the requirements for RAM and disk size, so you can choose one accordingly to your local resources. The new model format can be adopted by recompiling the llama-cpp-python package from source with the latest commit.

Run it:

python3 distilllama.py

On the first run, distilllama will load all the text documents found in the documents folder. All ingested documents are moved into the processed subfolder.

New information can also be provided from the chat interface by typing 'Information'.

distilllama's People

Contributors

cosimoiaia avatar

Stargazers

Adeel Ahmad avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.