From 27c332fae0adde8c61b245d68ce067df8dd924c0 Mon Sep 17 00:00:00 2001 From: June Yang Date: Fri, 20 Oct 2023 08:48:35 +0800 Subject: [PATCH] Fix small doc issue --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 028fb6cbdde..14f04973bcf 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ TensorRT-LLM ===========================

A TensorRT Toolbox for Large Language Models

-[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)]() +[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](https://nvidia.github.io/TensorRT-LLM/) [![python](https://img.shields.io/badge/python-3.10.12-green)](https://www.python.org/downloads/release/python-31012/) [![cuda](https://img.shields.io/badge/cuda-12.2-green)](https://developer.nvidia.com/cuda-downloads) [![trt](https://img.shields.io/badge/TRT-9.1-green)](https://developer.nvidia.com/tensorrt) [![version](https://img.shields.io/badge/release-0.5.0-green)](./setup.py) [![license](https://img.shields.io/badge/license-Apache%202-blue)](./LICENSE) -[Architecture](./docs/source/architecture.md)   |   [Results](./docs/source/performance.md)   |   [Examples](./examples/)   |   [Documentations](./docs/source/) +[Architecture](./docs/source/architecture.md)   |   [Results](./docs/source/performance.md)   |   [Examples](./examples/)   |   [Documentation](./docs/source/) ---
@@ -75,7 +75,7 @@ well as a complete implementation of the For a more detailed presentation of the software architecture and the key concepts used in TensorRT-LLM, we recommend you to read the following -[document](./docs/architecture.md). +[document](./docs/source/architecture.md). ## Installation @@ -231,7 +231,6 @@ The list of supported models is: * [SantaCoder](examples/gpt) * [StarCoder](examples/gpt) - ## Performance Please refer to the [performance](./docs/source/performance.md) page for @@ -294,7 +293,7 @@ enable plugins, for example: `--use_gpt_attention_plugin`. ## Release notes - * TensorRT-LLM requires TensorRT 9.0.1.4 and 23.08 containers. + * TensorRT-LLM requires TensorRT 9.1.0.4 and 23.08 containers. ### Change Log