mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-03 17:52:19 +08:00
21 lines
487 B
TOML
21 lines
487 B
TOML
[project]
|
|
name = "quantization-examples"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "TensorRT LLM [90828364+tensorrt-cicd@users.noreply.github.com]"}
|
|
]
|
|
requires-python = ">=3.10,<3.13"
|
|
dependencies = [
|
|
"datasets (==3.1.0)",
|
|
"rouge-score (>=0.1.2,<0.2.0)",
|
|
"transformers-stream-generator (==0.0.4)",
|
|
"tiktoken (>=0.12.0,<0.13.0)",
|
|
"mpmath (==1.3.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|