26 lines
1015 B
Markdown
26 lines
1015 B
Markdown
## 🐾 Tabby
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
[](https://github.com/psf/black)
|
|

|
|
|
|
> **Warning**
|
|
> This repository is undering heavy construction, everything changes fast.
|
|
|
|
An opensource / on-prem alternative to GitHub Copilot
|
|
|
|
## 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, and `make dev` to start local development server.
|
|
|
|
## Deployment
|
|
1. `make up-triton`
|
|
2. Open Admin Panel [http://localhost:8501](http://localhost:8501)
|
|
3. Types some code in editor!
|
|
|
|

|