tensorrt-llm 1.1.0rc5__tar.gz → 1.2.0rc1__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: 1.1.0rc5
3
+ Version: 1.2.0rc1
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
@@ -11,8 +11,9 @@ Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.12
14
- Requires-Python: >=3.7, <4
14
+ Requires-Python: >=3.10, <4
15
15
  License-File: LICENSE
16
+ License-File: ATTRIBUTIONS-CPP.md
16
17
  Requires-Dist: accelerate>=1.7.0
17
18
  Requires-Dist: build
18
19
  Requires-Dist: colored
@@ -27,7 +28,6 @@ Requires-Dist: openai
27
28
  Requires-Dist: polygraphy
28
29
  Requires-Dist: psutil
29
30
  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
@@ -39,7 +39,7 @@ Requires-Dist: torchvision
39
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.55.0
42
+ Requires-Dist: transformers==4.56.0
43
43
  Requires-Dist: prometheus_client
44
44
  Requires-Dist: prometheus_fastapi_instrumentator
45
45
  Requires-Dist: pydantic>=2.9.1
@@ -55,15 +55,16 @@ Requires-Dist: click
55
55
  Requires-Dist: click_option_group
56
56
  Requires-Dist: aenum
57
57
  Requires-Dist: pyzmq
58
- Requires-Dist: fastapi==0.115.4
58
+ Requires-Dist: fastapi<=0.117.1,>=0.115.4
59
59
  Requires-Dist: uvicorn
60
60
  Requires-Dist: setuptools<80
61
61
  Requires-Dist: ordered-set
62
62
  Requires-Dist: peft
63
+ Requires-Dist: patchelf
63
64
  Requires-Dist: einops
64
- Requires-Dist: flashinfer-python==0.2.5
65
+ Requires-Dist: flashinfer-python<0.4.0,>=0.3.0
65
66
  Requires-Dist: opencv-python-headless
66
- Requires-Dist: xgrammar==0.1.21
67
+ Requires-Dist: xgrammar==0.1.25
67
68
  Requires-Dist: llguidance==0.7.29
68
69
  Requires-Dist: jsonschema
69
70
  Requires-Dist: backoff
@@ -78,6 +79,10 @@ Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
78
79
  Requires-Dist: tiktoken
79
80
  Requires-Dist: blobfile
80
81
  Requires-Dist: openai-harmony==0.0.4
82
+ Requires-Dist: nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
83
+ Requires-Dist: numba-cuda>=0.19.0
84
+ Requires-Dist: plotly
85
+ Requires-Dist: numexpr<2.14.0
81
86
  Requires-Dist: protobuf>=4.25.8
82
87
  Provides-Extra: devel
83
88
  Requires-Dist: einops; extra == "devel"