chore: compute requirements.txt 新增评测依赖 sacrebleu / rouge-score / scikit-learn

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-29 14:27:48 +08:00
parent 0c39f2f5b9
commit 46d343fb63

View File

@@ -4,3 +4,7 @@ python-multipart>=0.0.9
pydantic>=2.7.0 pydantic>=2.7.0
python-dotenv>=1.0.1 python-dotenv>=1.0.1
httpx>=0.27.0 httpx>=0.27.0
# 模型评测指标
sacrebleu>=2.4.0
rouge-score>=0.1.2
scikit-learn>=1.3.0