tensorrt-llm 1.0.0rc4__tar.gz → 1.0.0rc6__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.0rc4
3
+ Version: 1.0.0rc6
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
@@ -41,7 +41,8 @@ Requires-Dist: nvidia-nccl-cu12
41
41
  Requires-Dist: nvidia-cuda-nvrtc-cu12
42
42
  Requires-Dist: transformers==4.53.1
43
43
  Requires-Dist: pydantic>=2.9.1
44
- Requires-Dist: pydantic-settings
44
+ Requires-Dist: pydantic-settings[yaml]
45
+ Requires-Dist: omegaconf
45
46
  Requires-Dist: pillow==10.3.0
46
47
  Requires-Dist: wheel<=0.45.1
47
48
  Requires-Dist: optimum
@@ -60,7 +61,7 @@ Requires-Dist: peft
60
61
  Requires-Dist: einops
61
62
  Requires-Dist: flashinfer-python==0.2.5
62
63
  Requires-Dist: opencv-python-headless
63
- Requires-Dist: xgrammar==0.1.19
64
+ Requires-Dist: xgrammar==0.1.21
64
65
  Requires-Dist: backoff
65
66
  Requires-Dist: nvtx
66
67
  Requires-Dist: matplotlib
@@ -70,11 +71,9 @@ Requires-Dist: etcd3
70
71
  Requires-Dist: blake3
71
72
  Requires-Dist: llguidance==0.7.29
72
73
  Requires-Dist: soundfile
73
- Requires-Dist: h11>=0.16.0
74
- Requires-Dist: tornado>=6.5.0
75
- Requires-Dist: setuptools>=78.1.1
74
+ Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
75
+ Requires-Dist: blobfile
76
76
  Requires-Dist: protobuf>=4.25.8
77
- Requires-Dist: jupyter-core>=5.8.1
78
77
  Provides-Extra: devel
79
78
  Requires-Dist: einops; extra == "devel"
80
79
  Requires-Dist: graphviz; extra == "devel"