From cc3f6127ef01628187495050df9297d6b738cdd7 Mon Sep 17 00:00:00 2001 From: yuanwu Date: Thu, 22 May 2025 18:53:49 +0300 Subject: [PATCH] Remove debug modification Signed-off-by: yuanwu --- backends/gaudi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/gaudi/Makefile b/backends/gaudi/Makefile index c153a5ff..77581517 100644 --- a/backends/gaudi/Makefile +++ b/backends/gaudi/Makefile @@ -2,7 +2,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) mkfile_dir := $(dir $(mkfile_path)) root_dir := ${mkfile_dir}/../.. -HABANA_VERSION := 1.20.0 +HABANA_VERSION := 1.21.0 PYTORCH_VERSION := 2.6.0 .PHONY: image run-local-dev-container install-dependencies install-server install-router install-launcher local-dev-install