mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
Signed-off-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com> Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com> Co-authored-by: TensorRT LLM <90828364+tensorrt-cicd@users.noreply.github.com>
21 lines
439 B
TOML
21 lines
439 B
TOML
[tool.poetry]
|
|
name = "unknown-package"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["TensorRT LLM [90828364+tensorrt-cicd@users.noreply.github.com]"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.10,<3.13"
|
|
datasets = "3.1.0"
|
|
evaluate = "^0.4.6"
|
|
protobuf = "^6.33.0"
|
|
rouge-score = "^0.1.2"
|
|
sentencepiece = "^0.2.1"
|
|
tiktoken = "^0.12.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|