2023-03-16 09:26:43 +00:00
|
|
|
## 🐾 Tabby
|
2023-03-16 09:28:20 +00:00
|
|
|
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
2023-03-16 09:26:43 +00:00
|
|
|
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
|
2023-03-22 15:20:24 +00:00
|
|
|
![Docker build status](https://img.shields.io/github/actions/workflow/status/TabbyML/tabby/docker.yml?label=docker%20image%20build)
|
2023-03-16 09:26:43 +00:00
|
|
|
|
|
|
|
> **Warning**
|
|
|
|
> This repository is undering heavy construction, everything changes fast.
|
2023-03-16 10:23:45 +00:00
|
|
|
|
2023-03-22 16:22:44 +00:00
|
|
|
An opensource / on-prem alternative to GitHub Copilot
|
2023-03-22 16:21:07 +00:00
|
|
|
|
2023-03-23 05:10:59 +00:00
|
|
|
## Development
|
|
|
|
|
|
|
|
Assuming Linux workstation with:
|
|
|
|
1. docker
|
|
|
|
2. docker w/ gpu driver
|
|
|
|
3. python 3.10
|
|
|
|
|
2023-03-26 16:12:56 +00:00
|
|
|
Use `make setup-development-environment` to setup basic dev environment.
|
2023-03-23 08:02:02 +00:00
|
|
|
|
2023-03-25 13:30:55 +00:00
|
|
|
## Deployment
|
|
|
|
|
2023-03-26 14:44:15 +00:00
|
|
|
See [deployment](./deployment/README.md)
|