Giter Club home page Giter Club logo

auto-llama's Introduction

Auto-local-GPT: An Autonomous LLM Experiment

This project uses Auto-GPT to experiment the posibility of using local LLM. Reference gpt-llmam.cpp to build custom API.

Run

To run the auto-local-gpt:

  1. Put the models you'd like to try to certain directory.
For example:  
wget https://huggingface.co/eachadea/ggml-vicuna-13b-1.1/resolve/main/ggml-vicuna-13b-1.1-q4_1.bin
  1. Set the environment variables to .env
EMBED_DIM=5120
OPENAI_API_BASE_URL=localhost:8000/v1
OPENAI_API_KEY=<if use custom url replace it with model path>
  1. Run the docker command, which will automatically start the API endpoint at port 8000
docker run -it -d -v <your models directory>:/llama.cpp/models -p 8000:8000 buckylee/auto-local-gpt:latest
  1. Run Auto-gpt For Linux:
./run.sh

auto-llama's People

Contributors

torantulino avatar richbeales avatar billschumacher avatar waynehamadi avatar andrescdo avatar sadmuphin avatar maiko avatar drikusroor avatar p-i- avatar pwuts avatar wladastic avatar coditamar avatar swiftyos avatar sweetlilmre avatar csolar avatar tymec avatar cs0lar avatar taytay avatar alrikolson avatar slowly-grokking avatar meta-fx avatar fabricehong avatar bentlybro avatar edcohen08 avatar evakhteev avatar josephcmiller2 avatar kinance avatar russellocean avatar slavakurilyak avatar pratiksinghchauhan 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.