From 3daf068d4af44735ff03f047bd3aa14989af937c Mon Sep 17 00:00:00 2001 From: 51616 Date: Mon, 23 Jun 2025 15:35:07 +0900 Subject: [PATCH] add opt-einsum --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8f3cd48..ab3444c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]