add opt-einsum

This commit is contained in:
51616 2025-06-23 15:35:07 +09:00
parent 9ccc7c8f76
commit 3daf068d4a

View file

@ -31,6 +31,7 @@ dependencies = [
"rouge-score",
"vllm==0.8.5",
"huggingface-hub[hf-transfer]>=0.32.0",
"opt-einsum>=3.4.0",
]
[build-system]