ViperX7/Alpaca-Turbo
Fork: 92 Star: 875 (更新于 2025-01-16 10:44:23)
license: AGPL-3.0
Language: Python .
Web UI to run alpaca model locally
最后发布版本: beta_v0.8 ( 2023-05-27 09:41:38)
Alpaca-Turbo
Alpaca-Turbo is a frontend to use large language models that can be run locally without much setup required. It is a user-friendly web UI for the llama.cpp , 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.
📝 Example views
📦 Installation Steps
📺 Video Instructions
- ToDo
- ToDo
🐳 Using Docker (only Linux is supported with docker)
- ToDo
🪟 Using Windows (standalone or miniconda) AND Mac M1/M2 (using miniconda)
For Windows users we have a oneclick standalone launcher - Alpaca-Turbo.exe.
- Links for installing miniconda:
- Download the latest alpaca-turbo.zip from the release page.
- Extract Alpaca-Turbo.zip to Alpaca-Turbo
Make sure you have enough space for the models in the extracted location
-
Copy your alpaca models to alpaca-turbo/models/ directory.
-
Open cmd as Admin and type
conda init
-
close that window
-
open a new cmd window in your Alpaca-Turbo dir and type
conda create -n alpaca_turbo python=3.10 -y conda activate alpaca_turbo pip install -r requirements.txt python app.py
-
ready to interact
Directly installing with Pip
just get the latest release unzip and then run
pip install -r requirements.txt
python app.py
💁 Contributing
As an open source project in a rapidly developing field, I am open to contributions, whether it be in the form of a new feature, improved infra, or better documentation.
For detailed information on how to contribute.
🙌 Credits
- ggerganov/LLaMA.cpp For their amazing cpp library
- antimatter15/alpaca.cpp For initial versions of their chat app
- cocktailpeanut/dalai For the Inspiration
- MetaAI for the LLaMA models
- Stanford for the alpaca models
🌟 History
最近版本更新:(数据更新于 2024-09-12 00:19:38)
2023-05-27 09:41:38 beta_v0.8
2023-04-27 10:49:18 beta_v0.7
2023-04-14 06:32:50 beta_v0.6
2023-04-04 01:03:35 beta_v0.5
2023-04-03 17:25:01 beta_v0.4
2023-04-03 01:23:05 beta_v0.3.2
2023-04-02 23:54:51 beta_v0.2
2023-04-01 00:01:18 beta_v0.1
ViperX7/Alpaca-Turbo同语言 Python最近更新仓库
2025-01-18 21:26:31 sunnypilot/sunnypilot
2025-01-17 23:34:10 Skyvern-AI/skyvern
2025-01-17 19:49:33 ultralytics/ultralytics
2025-01-17 19:12:03 XiaoMi/ha_xiaomi_home
2025-01-17 08:27:45 comfyanonymous/ComfyUI
2025-01-17 04:56:19 QuivrHQ/MegaParse