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

|
|
|
|
> **Warning**
|
|
> This repository is undering heavy construction, everything changes fast.
|
|
|
|
## Contents
|
|
* [`admin`](./admin): Admin panel for monitoring / settings purpose.
|
|
* [`server`](./server): API server for completion requests. It also logs users' selections (as feedback to model's quality).
|
|
* [`deployment`](./deployment): Container related deployment configs.
|
|
* [`converter`](./converter): Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats.
|
|
* [`preprocess`](./preprocess): Preprocess files into [datasets](https://huggingface.co/docs/datasets)
|
|
* [`tabformer`](./tabformer): *NOT RELEASED* Distributed trainer for tabby models.
|