From 0a5de721915b6a05c5eb1c635fe54c87784c2173 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 20 Mar 2023 22:17:27 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5aa3441..828db84 100644 --- a/README.md +++ b/README.md @@ -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.