tensorrt-llm 0.21.0rc1__tar.gz → 1.0.0__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.0rc1
3
+ Version: 1.0.0
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
@@ -16,31 +16,33 @@ License-File: LICENSE
16
16
  Requires-Dist: accelerate>=0.25.0
17
17
  Requires-Dist: build
18
18
  Requires-Dist: colored
19
- Requires-Dist: cuda-python
19
+ Requires-Dist: cuda-python<13,>=12
20
20
  Requires-Dist: diffusers>=0.27.0
21
21
  Requires-Dist: lark
22
22
  Requires-Dist: mpi4py
23
23
  Requires-Dist: numpy<2
24
- Requires-Dist: onnx>=1.12.0
24
+ Requires-Dist: onnx>=1.18.0
25
25
  Requires-Dist: onnx_graphsurgeon>=0.5.2
26
26
  Requires-Dist: openai
27
27
  Requires-Dist: polygraphy
28
28
  Requires-Dist: psutil
29
- Requires-Dist: nvidia-ml-py>=12
30
- Requires-Dist: pynvml>=12.0.0
29
+ Requires-Dist: nvidia-ml-py<13,>=12
30
+ Requires-Dist: pynvml==12.0.0
31
31
  Requires-Dist: pulp
32
32
  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
- Requires-Dist: nvidia-modelopt[torch]~=0.31.0
39
+ Requires-Dist: nvidia-modelopt[torch]~=0.33.0
40
40
  Requires-Dist: nvidia-nccl-cu12
41
41
  Requires-Dist: nvidia-cuda-nvrtc-cu12
42
- Requires-Dist: transformers~=4.51.1
42
+ Requires-Dist: transformers==4.53.1
43
43
  Requires-Dist: pydantic>=2.9.1
44
+ Requires-Dist: pydantic-settings[yaml]
45
+ Requires-Dist: omegaconf
44
46
  Requires-Dist: pillow==10.3.0
45
47
  Requires-Dist: wheel<=0.45.1
46
48
  Requires-Dist: optimum
@@ -59,16 +61,20 @@ Requires-Dist: peft
59
61
  Requires-Dist: einops
60
62
  Requires-Dist: flashinfer-python==0.2.5
61
63
  Requires-Dist: opencv-python-headless
62
- Requires-Dist: xgrammar==0.1.16
64
+ Requires-Dist: xgrammar==0.1.21
63
65
  Requires-Dist: backoff
64
66
  Requires-Dist: nvtx
65
67
  Requires-Dist: matplotlib
66
68
  Requires-Dist: meson
67
69
  Requires-Dist: ninja
68
70
  Requires-Dist: etcd3
69
- Requires-Dist: h11>=0.16.0
70
- Requires-Dist: tornado>=6.5.0
71
- Requires-Dist: setuptools>=78.1.1
71
+ Requires-Dist: blake3
72
+ Requires-Dist: llguidance==0.7.29
73
+ Requires-Dist: soundfile
74
+ Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
75
+ Requires-Dist: tiktoken
76
+ Requires-Dist: blobfile
77
+ Requires-Dist: protobuf>=4.25.8
72
78
  Provides-Extra: devel
73
79
  Requires-Dist: einops; extra == "devel"
74
80
  Requires-Dist: graphviz; extra == "devel"