mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][docs] Update Python wheel's short-/long-descriptions (#8485)
Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
This commit is contained in:
parent
b05555faeb
commit
389cbd7611
@ -2,7 +2,8 @@
|
||||
|
||||
TensorRT LLM
|
||||
===========================
|
||||
<h4> A TensorRT Toolbox for Optimized Large Language Model Inference</h4>
|
||||
<h4>TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports
|
||||
state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs.</h4>
|
||||
|
||||
[](https://nvidia.github.io/TensorRT-LLM/)
|
||||
[](https://www.python.org/downloads/release/python-3123/)
|
||||
|
||||
12
setup.py
12
setup.py
@ -218,13 +218,19 @@ if use_precompiled:
|
||||
|
||||
sanity_check()
|
||||
|
||||
with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
# https://setuptools.pypa.io/en/latest/references/keywords.html
|
||||
setup(
|
||||
name='tensorrt_llm',
|
||||
version=get_version(),
|
||||
description='TensorRT-LLM: A TensorRT Toolbox for Large Language Models',
|
||||
long_description=
|
||||
'TensorRT-LLM: A TensorRT Toolbox for Large Language Models',
|
||||
description=
|
||||
('TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports '
|
||||
'state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs.'
|
||||
),
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
author="NVIDIA Corporation",
|
||||
url="https://github.com/NVIDIA/TensorRT-LLM",
|
||||
download_url="https://github.com/NVIDIA/TensorRT-LLM/tags",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user