Remove debug modification

Signed-off-by: yuanwu <yuan.wu@intel.com>
This commit is contained in:
yuanwu 2025-05-22 18:53:49 +03:00
parent 5e1d1bf174
commit cc3f6127ef

View File

@ -2,7 +2,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
mkfile_dir := $(dir $(mkfile_path)) mkfile_dir := $(dir $(mkfile_path))
root_dir := ${mkfile_dir}/../.. root_dir := ${mkfile_dir}/../..
HABANA_VERSION := 1.20.0 HABANA_VERSION := 1.21.0
PYTORCH_VERSION := 2.6.0 PYTORCH_VERSION := 2.6.0
.PHONY: image run-local-dev-container install-dependencies install-server install-router install-launcher local-dev-install .PHONY: image run-local-dev-container install-dependencies install-server install-router install-launcher local-dev-install