2023-03-16 09:26:43 +00:00
## 🐾 Tabby
2023-03-16 09:28:20 +00:00
[](https://opensource.org/licenses/Apache-2.0)
2023-03-16 09:26:43 +00:00
[](https://github.com/psf/black)
2023-03-22 15:20:24 +00:00

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
## Contents
2023-03-22 15:18:12 +00:00
* [`admin` ](./admin ): Admin panel for monitoring / settings purpose.
* [`server` ](./server ): API server for completion requests. It also loggs users' selections (as feedback to model's quality).
* [`deployment` ](./deployment ): Container related deployment configs.
2023-03-16 10:24:22 +00:00
* [`converter` ](./converter ): Converts a [transformers ](https://huggingface.co/docs/transformers ) causal LM model into TensorRT / FasterTransformer serving formats.
2023-03-22 15:18:12 +00:00
* [`preprocess` ](./preprocess ): Preprocess files into [datasets ](https://huggingface.co/docs/datasets )
* [`tabformer` ](./tabformer ): *NOT RELEASED* Distributed trainer for tabby models.