From 080542dbcafbd5a697040388d421ad12908423c7 Mon Sep 17 00:00:00 2001 From: ehsanmok <6980212+ehsanmok@users.noreply.github.com> Date: Thu, 27 Apr 2023 08:59:31 -0700 Subject: [PATCH] Bring back the old table in README --- README.md | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 54ecdbb2..351a83aa 100644 --- a/README.md +++ b/README.md @@ -21,23 +21,21 @@ to power LLMs api-inference widgets. ## Table of contents -- [Text Generation Inference](#text-generation-inference) - - [Table of contents](#table-of-contents) - - [Features](#features) - - [Optimized architectures](#optimized-architectures) - - [Get started](#get-started) - - [Docker](#docker) - - [API documentation](#api-documentation) - - [Distributed Tracing](#distributed-tracing) - - [A note on Shared Memory (shm)](#a-note-on-shared-memory-shm) - - [Local install](#local-install) - - [CUDA Kernels](#cuda-kernels) - - [Run BLOOM](#run-bloom) - - [Download](#download) - - [Run](#run) - - [Quantization](#quantization) - - [Develop](#develop) - - [Testing](#testing) +- [Features](#features) +- [Optimized Architectures](#optimized-architectures) +- [Get Started](#get-started) + - [Docker](#docker) + - [API Documentation](#api-documentation) + - [A note on Shared Memory](#a-note-on-shared-memory-shm) + - [Distributed Tracing](#distributed-tracing) + - [Local Install](#local-install) + - [CUDA Kernels](#cuda-kernels) +- [Run BLOOM](#run-bloom) + - [Download](#download) + - [Run](#run) + - [Quantization](#quantization) +- [Develop](#develop) +- [Testing](#testing) ## Features