tensorrt-llm 1.0.0rc2__tar.gz → 1.0.0rc3__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.0.0rc2
3
+ Version: 1.0.0rc3
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
@@ -39,7 +39,7 @@ Requires-Dist: torchvision
39
39
  Requires-Dist: nvidia-modelopt[torch]~=0.31.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
44
  Requires-Dist: pydantic-settings
45
45
  Requires-Dist: pillow==10.3.0
@@ -60,7 +60,7 @@ Requires-Dist: peft
60
60
  Requires-Dist: einops
61
61
  Requires-Dist: flashinfer-python==0.2.5
62
62
  Requires-Dist: opencv-python-headless
63
- Requires-Dist: xgrammar==0.1.18
63
+ Requires-Dist: xgrammar==0.1.19
64
64
  Requires-Dist: backoff
65
65
  Requires-Dist: nvtx
66
66
  Requires-Dist: matplotlib
@@ -72,6 +72,8 @@ Requires-Dist: llguidance==0.7.29
72
72
  Requires-Dist: h11>=0.16.0
73
73
  Requires-Dist: tornado>=6.5.0
74
74
  Requires-Dist: setuptools>=78.1.1
75
+ Requires-Dist: protobuf>=4.25.8
76
+ Requires-Dist: jupyter-core>=5.8.1
75
77
  Provides-Extra: devel
76
78
  Requires-Dist: einops; extra == "devel"
77
79
  Requires-Dist: graphviz; extra == "devel"