mirror of
https://github.com/TabbyML/tabby
synced 2024-11-23 01:56:18 +00:00
df149fad61
* Remove binary files from git * Add Makefile * update
1.3 KiB
1.3 KiB
🐾 Tabby
Warning
This repository is undering heavy construction, everything changes fast.
An opensource / on-prem alternative to GitHub Copilot
Contents
admin
: Admin panel for monitoring / settings purpose.server
: API server for completion requests. It also logs users' selections (as feedback to model's quality).deployment
: Container related deployment configs.converter
: Converts a transformers causal LM model into TensorRT / FasterTransformer serving formats.preprocess
: Preprocess files into datasetstabformer
: NOT RELEASED Trainer(PEFT w/RLHF) for tabby models.
Development
Assuming Linux workstation with:
- docker
- docker w/ gpu driver
- python 3.10
Use make dev
to start local dev server.