From ef648495b1a00ca76f830023354a7de9d865dbb7 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 16 Mar 2023 18:23:45 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 964df3a..6dad91b 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ > **Warning** > This repository is undering heavy construction, everything changes fast. + +## Contents +* `preprocess`: Preprocess files into [datasets](https://huggingface.co/docs/datasets) +* `converter`: Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats. From 529d57fc1b9dffa65a08be0092e9bff46ef6d972 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 16 Mar 2023 18:24:22 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dad91b..10792c5 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ > This repository is undering heavy construction, everything changes fast. ## Contents -* `preprocess`: Preprocess files into [datasets](https://huggingface.co/docs/datasets) -* `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) +* [`converter`](./converter): Converts a [transformers](https://huggingface.co/docs/transformers) causal LM model into TensorRT / FasterTransformer serving formats.