update to 1.21

Signed-off-by: Wang, Yi A <yi.a.wang@intel.com>
This commit is contained in:
Wang, Yi A 2025-05-19 18:01:04 -07:00
parent ae0c9dfb62
commit a5e889d037
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Those arguments are required to build the image # Those arguments are required to build the image
ARG HABANA_VERSION=1.20.0 ARG HABANA_VERSION=1.21.0
ARG PYTORCH_VERSION=2.6.0 ARG PYTORCH_VERSION=2.6.0
# Rust builder # Rust builder

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