Go to file
Meng Zhang 92ddbe8705
Update README.md
2023-03-27 01:12:37 +08:00
.github/workflows Move python code under tabby/ (#8) 2023-03-25 12:20:29 +08:00
deployment Update README.md 2023-03-27 01:12:37 +08:00
deployment-next Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
tabby Switch default deploy model (#18) 2023-03-27 01:10:15 +08:00
.dockerignore Prepare public release with a minimal deployment setup (#16) 2023-03-26 22:44:15 +08:00
.gitattributes Add docker compose (#3) 2023-03-22 02:42:47 +08:00
.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 tabby.tools.repository.updater for easier git repository synchronization. (#9) 2023-03-25 14:44:46 +08:00
LICENSE Create LICENSE 2023-03-16 17:28:10 +08:00
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 00:13:19 +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

Warning This repository is undering heavy construction, everything changes fast.

An opensource / on-prem alternative to GitHub Copilot

Deployment

See deployment

Development

Assuming Linux workstation with:

  1. docker
  2. docker w/ gpu driver
  3. python 3.10

Use make setup-development-environment to setup basic dev environment.