tensorrt-llm 1.2.0rc0__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.2.0rc0
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
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.12
14
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
@@ -59,9 +60,9 @@ Requires-Dist: uvicorn
59
60
  Requires-Dist: setuptools<80
60
61
  Requires-Dist: ordered-set
61
62
  Requires-Dist: peft
62
- Requires-Dist: patchelf==0.18.0
63
+ Requires-Dist: patchelf
63
64
  Requires-Dist: einops
64
- Requires-Dist: flashinfer-python>=0.3.0
65
+ Requires-Dist: flashinfer-python<0.4.0,>=0.3.0
65
66
  Requires-Dist: opencv-python-headless
66
67
  Requires-Dist: xgrammar==0.1.25
67
68
  Requires-Dist: llguidance==0.7.29
@@ -79,6 +80,9 @@ Requires-Dist: tiktoken
79
80
  Requires-Dist: blobfile
80
81
  Requires-Dist: openai-harmony==0.0.4
81
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
82
86
  Requires-Dist: protobuf>=4.25.8
83
87
  Provides-Extra: devel
84
88
  Requires-Dist: einops; extra == "devel"