Update README.md

add-more-languages
Meng Zhang 2023-03-20 22:17:27 +08:00 committed by GitHub
parent 42f88275d2
commit 0a5de72191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
> This repository is undering heavy construction, everything changes fast.
## Contents
* [`server`](./server): API server for completion requests. It also provides APIs for logging users' selections, which could be used for RLHF.
* [`tabformer`](./tabformer): *NOT RELEASED* Distributed trainer for tabby models.
* [`preprocess`](./preprocess): Preprocess files into [datasets](https://huggingface.co/docs/datasets)
* [`converter`](./converter): Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats.