tensorrt-llm 1.1.0rc4__tar.gz → 1.2.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: 1.1.0rc4
3
+ Version: 1.2.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
@@ -11,7 +11,7 @@ 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
16
  Requires-Dist: accelerate>=1.7.0
17
17
  Requires-Dist: build
@@ -27,7 +27,6 @@ Requires-Dist: openai
27
27
  Requires-Dist: polygraphy
28
28
  Requires-Dist: psutil
29
29
  Requires-Dist: nvidia-ml-py<13,>=12
30
- Requires-Dist: pynvml==12.0.0
31
30
  Requires-Dist: pulp
32
31
  Requires-Dist: pandas
33
32
  Requires-Dist: h5py==3.12.1
@@ -39,7 +38,7 @@ Requires-Dist: torchvision
39
38
  Requires-Dist: nvidia-modelopt[torch]~=0.33.0
40
39
  Requires-Dist: nvidia-nccl-cu12
41
40
  Requires-Dist: nvidia-cuda-nvrtc-cu12
42
- Requires-Dist: transformers==4.55.0
41
+ Requires-Dist: transformers==4.56.0
43
42
  Requires-Dist: prometheus_client
44
43
  Requires-Dist: prometheus_fastapi_instrumentator
45
44
  Requires-Dist: pydantic>=2.9.1
@@ -55,15 +54,16 @@ Requires-Dist: click
55
54
  Requires-Dist: click_option_group
56
55
  Requires-Dist: aenum
57
56
  Requires-Dist: pyzmq
58
- Requires-Dist: fastapi==0.115.4
57
+ Requires-Dist: fastapi<=0.117.1,>=0.115.4
59
58
  Requires-Dist: uvicorn
60
59
  Requires-Dist: setuptools<80
61
60
  Requires-Dist: ordered-set
62
61
  Requires-Dist: peft
62
+ Requires-Dist: patchelf==0.18.0
63
63
  Requires-Dist: einops
64
- Requires-Dist: flashinfer-python==0.2.5
64
+ Requires-Dist: flashinfer-python>=0.3.0
65
65
  Requires-Dist: opencv-python-headless
66
- Requires-Dist: xgrammar==0.1.21
66
+ Requires-Dist: xgrammar==0.1.25
67
67
  Requires-Dist: llguidance==0.7.29
68
68
  Requires-Dist: jsonschema
69
69
  Requires-Dist: backoff
@@ -78,6 +78,7 @@ Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
78
78
  Requires-Dist: tiktoken
79
79
  Requires-Dist: blobfile
80
80
  Requires-Dist: openai-harmony==0.0.4
81
+ Requires-Dist: nvidia-cutlass-dsl==4.2.1; python_version >= "3.10"
81
82
  Requires-Dist: protobuf>=4.25.8
82
83
  Provides-Extra: devel
83
84
  Requires-Dist: einops; extra == "devel"