TensorRT-LLMs/docs/source/index.rst
Guoming Zhang 0223de0727
[None][doc] Add deployment guide section for VDR task (#6669)
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com>
2025-08-07 10:30:47 -04:00

170 lines
3.4 KiB
ReStructuredText

.. TensorRT-LLM documentation master file, created by
sphinx-quickstart on Wed Sep 20 08:35:21 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to TensorRT-LLM's Documentation!
========================================
.. toctree::
:maxdepth: 2
:caption: Getting Started
:name: Getting Started
overview.md
quick-start-guide.md
key-features.md
torch.md
release-notes.md
.. toctree::
:maxdepth: 2
:caption: Installation
:name: Installation
.. installation/overview.md
installation/containers.md
installation/linux.md
installation/build-from-source-linux.md
.. toctree::
:maxdepth: 2
:caption: Deployment Guide
:name: Deployment Guide
deployment-guide/quick-start-recipe-for-llama4-scout-on-trtllm.md
deployment-guide/quick-start-recipe-for-deepseek-r1-on-trtllm.md
deployment-guide/quick-start-recipe-for-llama3.3-70b-on-trtllm.md
.. toctree::
:maxdepth: 2
:caption: LLM API
:hidden:
:glob:
llm-api/*
.. toctree::
:maxdepth: 2
:caption: Examples
:hidden:
examples/index.rst
examples/customization.md
examples/llm_api_examples
examples/trtllm_serve_examples
.. toctree::
:maxdepth: 2
:caption: Model Definition API
:hidden:
python-api/tensorrt_llm.layers.rst
python-api/tensorrt_llm.functional.rst
python-api/tensorrt_llm.models.rst
python-api/tensorrt_llm.plugin.rst
python-api/tensorrt_llm.quantization.rst
python-api/tensorrt_llm.runtime.rst
.. toctree::
:maxdepth: 2
:caption: C++ API
:hidden:
_cpp_gen/executor.rst
_cpp_gen/runtime.rst
.. toctree::
:maxdepth: 2
:caption: Command-Line Reference
:name: Command-Line Reference
commands/trtllm-bench
commands/trtllm-build
commands/trtllm-serve/index
.. toctree::
:maxdepth: 2
:caption: Architecture
:name: Architecture
architecture/overview.md
architecture/core-concepts.md
architecture/checkpoint.md
architecture/workflow.md
architecture/add-model.md
.. toctree::
:maxdepth: 2
:caption: Advanced
:name: Advanced
advanced/gpt-attention.md
advanced/gpt-runtime.md
advanced/executor.md
advanced/graph-rewriting.md
advanced/inference-request.md
advanced/lora.md
advanced/expert-parallelism.md
advanced/kv-cache-management.md
advanced/kv-cache-reuse.md
advanced/speculative-decoding.md
advanced/disaggregated-service.md
.. toctree::
:maxdepth: 2
:caption: Performance
:name: Performance
performance/perf-overview.md
Benchmarking <performance/perf-benchmarking.md>
performance/performance-tuning-guide/index
performance/perf-analysis.md
.. toctree::
:maxdepth: 2
:caption: Reference
:name: Reference
reference/troubleshooting.md
reference/support-matrix.md
.. reference/upgrading.md
reference/precision.md
reference/memory.md
reference/ci-overview.md
reference/dev-containers.md
.. toctree::
:maxdepth: 2
:caption: Blogs
:hidden:
blogs/H100vsA100.md
blogs/H200launch.md
blogs/Falcon180B-H200.md
blogs/quantization-in-TRT-LLM.md
blogs/XQA-kernel.md
blogs/tech_blog/blog1_Pushing_Latency_Boundaries_Optimizing_DeepSeek-R1_Performance_on_NVIDIA_B200_GPUs.md
blogs/tech_blog/blog2_DeepSeek_R1_MTP_Implementation_and_Optimization.md
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`