mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
19 lines
402 B
TOML
19 lines
402 B
TOML
[tool.poetry]
|
|
name = "redrafter-examples"
|
|
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"
|
|
rouge-score = "^0.1.2"
|
|
sentencepiece = ">=0.1.99"
|
|
evaluate = "^0.4.6"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|