tensorrt-llm 0.21.0rc2__tar.gz → 1.0.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.21.0rc2
3
+ Version: 1.0.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
@@ -33,8 +33,8 @@ Requires-Dist: pandas
33
33
  Requires-Dist: h5py==3.12.1
34
34
  Requires-Dist: StrEnum
35
35
  Requires-Dist: sentencepiece>=0.1.99
36
- Requires-Dist: tensorrt~=10.10.0
37
- Requires-Dist: torch<=2.7.0,>=2.7.0a0
36
+ Requires-Dist: tensorrt~=10.11.0
37
+ Requires-Dist: torch<=2.8.0a0,>=2.7.1
38
38
  Requires-Dist: torchvision
39
39
  Requires-Dist: nvidia-modelopt[torch]~=0.31.0
40
40
  Requires-Dist: nvidia-nccl-cu12
@@ -67,6 +67,7 @@ Requires-Dist: meson
67
67
  Requires-Dist: ninja
68
68
  Requires-Dist: etcd3
69
69
  Requires-Dist: blake3
70
+ Requires-Dist: llguidance==0.7.29
70
71
  Requires-Dist: h11>=0.16.0
71
72
  Requires-Dist: tornado>=6.5.0
72
73
  Requires-Dist: setuptools>=78.1.1