tensorrt-llm 1.0.0rc0__tar.gz → 1.0.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.0.0rc0
3
+ Version: 1.0.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
@@ -26,8 +26,8 @@ Requires-Dist: onnx_graphsurgeon>=0.5.2
26
26
  Requires-Dist: openai
27
27
  Requires-Dist: polygraphy
28
28
  Requires-Dist: psutil
29
- Requires-Dist: nvidia-ml-py>=12
30
- Requires-Dist: pynvml>=12.0.0
29
+ Requires-Dist: nvidia-ml-py<13,>=12
30
+ Requires-Dist: pynvml==12.0.0
31
31
  Requires-Dist: pulp
32
32
  Requires-Dist: pandas
33
33
  Requires-Dist: h5py==3.12.1
@@ -41,6 +41,7 @@ Requires-Dist: nvidia-nccl-cu12
41
41
  Requires-Dist: nvidia-cuda-nvrtc-cu12
42
42
  Requires-Dist: transformers~=4.51.1
43
43
  Requires-Dist: pydantic>=2.9.1
44
+ Requires-Dist: pydantic-settings
44
45
  Requires-Dist: pillow==10.3.0
45
46
  Requires-Dist: wheel<=0.45.1
46
47
  Requires-Dist: optimum
@@ -59,7 +60,7 @@ Requires-Dist: peft
59
60
  Requires-Dist: einops
60
61
  Requires-Dist: flashinfer-python==0.2.5
61
62
  Requires-Dist: opencv-python-headless
62
- Requires-Dist: xgrammar==0.1.16
63
+ Requires-Dist: xgrammar==0.1.18
63
64
  Requires-Dist: backoff
64
65
  Requires-Dist: nvtx
65
66
  Requires-Dist: matplotlib