From db0a17860f6b48d8771094f2f55cf0f2688df688 Mon Sep 17 00:00:00 2001 From: liuzhenwei <zhenweiliu@habana.ai> Date: Thu, 23 Jan 2025 16:35:46 +0800 Subject: [PATCH] [Hardware][Gaudi][BugFix] Fix dataclass error due to triton package update (#12338) Signed-off-by: zhenwei <zhenweiliu@habana.ai> Signed-off-by: Bowen Wang <abmfy@icloud.com> --- requirements-hpu.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-hpu.txt b/requirements-hpu.txt index f4fb89ef42834..63a5f8b18f6b8 100644 --- a/requirements-hpu.txt +++ b/requirements-hpu.txt @@ -3,7 +3,7 @@ # Dependencies for HPU code ray -triton +triton==3.1.0 pandas tabulate setuptools>=61