tensorrt-llm 1.0.0rc1__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.0rc1
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
@@ -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.16
63
+ Requires-Dist: xgrammar==0.1.18
64
64
  Requires-Dist: backoff
65
65
  Requires-Dist: nvtx
66
66
  Requires-Dist: matplotlib