tensorrt-llm 1.0.0rc6__tar.gz → 1.1.0rc1__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.0rc6
3
+ Version: 1.1.0rc1
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
@@ -16,12 +16,12 @@ License-File: LICENSE
16
16
  Requires-Dist: accelerate>=0.25.0
17
17
  Requires-Dist: build
18
18
  Requires-Dist: colored
19
- Requires-Dist: cuda-python
19
+ Requires-Dist: cuda-python<13,>=12
20
20
  Requires-Dist: diffusers>=0.27.0
21
21
  Requires-Dist: lark
22
22
  Requires-Dist: mpi4py
23
23
  Requires-Dist: numpy<2
24
- Requires-Dist: onnx>=1.12.0
24
+ Requires-Dist: onnx>=1.18.0
25
25
  Requires-Dist: onnx_graphsurgeon>=0.5.2
26
26
  Requires-Dist: openai
27
27
  Requires-Dist: polygraphy
@@ -39,7 +39,9 @@ Requires-Dist: torchvision
39
39
  Requires-Dist: nvidia-modelopt[torch]~=0.33.0
40
40
  Requires-Dist: nvidia-nccl-cu12
41
41
  Requires-Dist: nvidia-cuda-nvrtc-cu12
42
- Requires-Dist: transformers==4.53.1
42
+ Requires-Dist: transformers==4.55.0
43
+ Requires-Dist: prometheus_client
44
+ Requires-Dist: prometheus_fastapi_instrumentator
43
45
  Requires-Dist: pydantic>=2.9.1
44
46
  Requires-Dist: pydantic-settings[yaml]
45
47
  Requires-Dist: omegaconf
@@ -62,6 +64,8 @@ Requires-Dist: einops
62
64
  Requires-Dist: flashinfer-python==0.2.5
63
65
  Requires-Dist: opencv-python-headless
64
66
  Requires-Dist: xgrammar==0.1.21
67
+ Requires-Dist: llguidance==0.7.29
68
+ Requires-Dist: jsonschema
65
69
  Requires-Dist: backoff
66
70
  Requires-Dist: nvtx
67
71
  Requires-Dist: matplotlib
@@ -69,9 +73,9 @@ Requires-Dist: meson
69
73
  Requires-Dist: ninja
70
74
  Requires-Dist: etcd3
71
75
  Requires-Dist: blake3
72
- Requires-Dist: llguidance==0.7.29
73
76
  Requires-Dist: soundfile
74
77
  Requires-Dist: triton==3.3.1; platform_machine == "x86_64"
78
+ Requires-Dist: tiktoken
75
79
  Requires-Dist: blobfile
76
80
  Requires-Dist: protobuf>=4.25.8
77
81
  Provides-Extra: devel