Skip to content

metantonio/Alpaca-Turbo

Repository files navigation

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

Docker must be installed on your system

  1. Download the 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:4200 to use the chat interface of the chatbot.
  • Other methods will be added soon

Note

  • The previous version of Alpaca-Turbo has been moved to the gradio_impl directory.

Support

If you find this project useful, please consider giving it a star on GitHub. You can also join our Discord server for any queries or feedback.

About

Web UI to run alpaca model locally

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.8%
  • TypeScript 16.3%
  • CSS 9.3%
  • HTML 8.3%
  • Dockerfile 1.1%
  • Batchfile 0.1%
  • Shell 0.1%