mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-26 21:53:30 +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>
56 lines
1.8 KiB
TOML
56 lines
1.8 KiB
TOML
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
|
|
|
|
[[package]]
|
|
name = "fuzzywuzzy"
|
|
version = "0.18.0"
|
|
description = "Fuzzy string matching in python"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = [
|
|
{file = "fuzzywuzzy-0.18.0-py2.py3-none-any.whl", hash = "sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993"},
|
|
{file = "fuzzywuzzy-0.18.0.tar.gz", hash = "sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8"},
|
|
]
|
|
|
|
[package.extras]
|
|
speedup = ["python-levenshtein (>=0.12)"]
|
|
|
|
[[package]]
|
|
name = "jieba"
|
|
version = "0.42.1"
|
|
description = "Chinese Words Segmentation Utilities"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = [
|
|
{file = "jieba-0.42.1.tar.gz", hash = "sha256:055ca12f62674fafed09427f176506079bc135638a14e23e25be909131928db2"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "rouge"
|
|
version = "1.0.1"
|
|
description = "Full Python ROUGE Score Implementation (not a wrapper)"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = [
|
|
{file = "rouge-1.0.1-py3-none-any.whl", hash = "sha256:28d118536e8c774dc47d1d15ec266479b4dd0914c4672ce117d4002789bdc644"},
|
|
{file = "rouge-1.0.1.tar.gz", hash = "sha256:12b48346ca47d6bcf3c45061f315452b9ccec0620ee895ec85b7efc3d54aae34"},
|
|
]
|
|
|
|
[package.dependencies]
|
|
six = "*"
|
|
|
|
[[package]]
|
|
name = "six"
|
|
version = "1.17.0"
|
|
description = "Python 2 and 3 compatibility utilities"
|
|
optional = false
|
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
files = [
|
|
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
|
|
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
|
|
]
|
|
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
python-versions = ">=3.10,<3.13"
|
|
content-hash = "e9c4183aae1a1f26f6db7e20b8e17adc6cb42f08e4686fe044616df4244a1063"
|