tensorrt-llm 1.1.0rc1__tar.gz → 1.1.0rc2__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.0rc1
3
+ Version: 1.1.0rc2
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,7 +13,7 @@ Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Requires-Python: >=3.7, <4
15
15
  License-File: LICENSE
16
- Requires-Dist: accelerate>=0.25.0
16
+ Requires-Dist: accelerate>=1.7.0
17
17
  Requires-Dist: build
18
18
  Requires-Dist: colored
19
19
  Requires-Dist: cuda-python<13,>=12
@@ -77,6 +77,7 @@ Requires-Dist: soundfile
77
77
  Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
78
78
  Requires-Dist: tiktoken
79
79
  Requires-Dist: blobfile
80
+ Requires-Dist: openai-harmony==0.0.4
80
81
  Requires-Dist: protobuf>=4.25.8
81
82
  Provides-Extra: devel
82
83
  Requires-Dist: einops; extra == "devel"