From c9b305d1b624ec8f6804308b0af41115f0fbbc92 Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 15 Apr 2021 20:48:33 +0800 Subject: [PATCH] update akg-binary for 0415 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7e05aec8..d37cdfab 100644 --- a/build.sh +++ b/build.sh @@ -72,7 +72,7 @@ acquire_lib_url() os_arch="${os_name}_${arch_name}" url_prefix="https://repo.mindspore.cn/public/ms-incubator/akg-binary/version" - lib_mark="202104/20210414/master_20210414115042_b83fa5498267e25ea4e0e8593e03b8033a9eaf1e" + lib_mark="202104/20210415/master_20210415190111_0a2a1a4a394a0df558aaf77c3a819ed8ffcea56e" lib_url="${url_prefix}/${lib_mark}/lib/${os_arch}/libakg_ext.a" echo "${lib_url}" } -- Gitee