From 46d343fb6325fdb82e73d8a512dceebf6e4d7172 Mon Sep 17 00:00:00 2001 From: wuyongtao Date: Wed, 29 Jul 2026 14:27:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20compute=20requirements.txt=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E8=AF=84=E6=B5=8B=E4=BE=9D=E8=B5=96=20sacrebleu=20/?= =?UTF-8?q?=20rouge-score=20/=20scikit-learn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude --- compute/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compute/requirements.txt b/compute/requirements.txt index ad4ce85..33dc71c 100644 --- a/compute/requirements.txt +++ b/compute/requirements.txt @@ -4,3 +4,7 @@ python-multipart>=0.0.9 pydantic>=2.7.0 python-dotenv>=1.0.1 httpx>=0.27.0 +# 模型评测指标 +sacrebleu>=2.4.0 +rouge-score>=0.1.2 +scikit-learn>=1.3.0