Giter Site home page Giter Site logo

alpaca-turbo's Introduction

Alpaca-Turbo

Alpaca-Turbo is a language model that can be run locally without much setup required. It is a user-friendly web UI for the alpaca.cpp language model based on LLaMA, with unique features that make it stand out from other implementations. The goal is to provide a seamless chat experience that is easy to configure and use, without sacrificing speed or functionality.

Alpaca-Turbo Screenshot 2 Alpaca-Turbo Screenshot 1

Installation Steps

Using Docker (only Linux is supported with docker)

Note: for some reason this docker container works on linux but not on windows

Docker must be installed on your system

  1. Download the latest alpaca-turbo.zip from the release page. here
  2. Extract the contents of the zip file into a directory named alpaca-turbo.
  3. Copy your alpaca models to alpaca-turbo/models/ directory.
  4. Run the following command to set everything up:
      docker-compose up
    
  5. Visit http://localhost:5000 to use the chat interface of the chatbot.

Windows/Mac M1/M2 (miniconda)

  1. Install miniconda

    • Install for all users
    • Make sure to add c:\ProgramData\miniconda3\condabin to your environment variables
  2. Download the latest alpaca-turbo.zip from the release page. here

  3. Extract Alpaca-Turbo.zip to Alpaca-Turbo

    Make sure you have enough space for the models in the extracted location

  4. Copy your alpaca models to alpaca-turbo/models/ directory.

  5. Open cmd as Admin and type

    conda init
    
  6. close that window

  7. open a new cmd window in your Alpaca-Turbo dir and type

    conda create -n alpaca_turbo python=3.8 -y
    conda activate alpaca_turbo
    pip install -r requirements.txt
    python api.py
    
  8. Visit http://localhost:5000 select your model and click change wait for the model to load

  9. ready to interact

CREDITS

alpaca-turbo's People

Contributors

viperx7 avatar alexanderatallah avatar pleahmacaka avatar anouarandichi avatar rafaelestevamreis avatar techgo 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.