mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-29 15:15:08 +08:00
17 lines
379 B
TOML
17 lines
379 B
TOML
[tool.poetry]
|
|
name = "auto-deploy-examples"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["TensorRT LLM [svc_tensorrt_llm@nvidia.com]"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.13"
|
|
ai-edge-model-explorer = ">=0.1.14"
|
|
lm-eval = {version = "0.4.5", extras = ["api"]}
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|