Go to file
Meng Zhang 947c1638dd
Update README.md
2023-03-27 12:45:59 +08:00
.github/workflows
deployment Improve documentations. (#20) 2023-03-27 11:46:18 +08:00
development Improve documentations. (#20) 2023-03-27 11:46:18 +08:00
docs Improve documentations. (#20) 2023-03-27 11:46:18 +08:00
tabby Improve documentations. (#20) 2023-03-27 11:46:18 +08:00
.dockerignore Add gptj converter (#19) 2023-03-27 11:12:52 +08:00
.gitattributes
.gitignore Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
.pre-commit-config.yaml Add monaco editor for streamlit (#12) 2023-03-25 19:13:42 +08:00
Dockerfile Add gptj converter (#19) 2023-03-27 11:12:52 +08:00
LICENSE
Makefile Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
README.md Update README.md 2023-03-27 12:45:59 +08:00
poetry.lock Add tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00
pyproject.toml Add tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00

README.md

🐾 Tabby

License Code style: black Docker build status

Architecture

Warning Tabby is still in the alpha phrase

An opensource / on-prem alternative to GitHub Copilot.

Features

  • Self-contained, with no need for a DBMS or cloud service
  • Web UI for visualizing and configuration models and MLOps.
  • OpenAPI interface, easy to integrate with existing infrastructure (e.g Cloud IDE).
  • Consumer level GPU supports (FP-16 weight loading with various optimization).

Getting started

To get started with Tabby, see the docs/deployment.

TODOs

  • Fine-tuning models on private code repository.
  • Plot metrics in admin panel (e.g acceptance rate).
  • Production ready (Open Telemetry, Prometheus metrics).