mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-28 22:56:13 +08:00
17 lines
328 B
TOML
17 lines
328 B
TOML
[tool.poetry]
|
|
name = "apps-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"
|
|
colorama = "^0.4.6"
|
|
openai = ">=1.57.2"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|