tensorrt-llm 0.20.0rc3__tar.gz → 0.21.0rc0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tensorrt-llm might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tensorrt_llm
3
- Version: 0.20.0rc3
3
+ Version: 0.21.0rc0
4
4
  Summary: TensorRT-LLM: A TensorRT Toolbox for Large Language Models
5
5
  Home-page: https://github.com/NVIDIA/TensorRT-LLM
6
6
  Download-URL: https://github.com/NVIDIA/TensorRT-LLM/tags
@@ -63,6 +63,11 @@ Requires-Dist: xgrammar==0.1.16
63
63
  Requires-Dist: backoff
64
64
  Requires-Dist: nvtx
65
65
  Requires-Dist: matplotlib
66
+ Requires-Dist: meson
67
+ Requires-Dist: ninja
68
+ Requires-Dist: h11>=0.16.0
69
+ Requires-Dist: tornado>=6.5.0
70
+ Requires-Dist: setuptools>=78.1.1
66
71
  Provides-Extra: devel
67
72
  Requires-Dist: einops; extra == "devel"
68
73
  Requires-Dist: graphviz; extra == "devel"