Browse Source

!64 update akg-binary for 0415

From: @coding2020
Reviewed-by: @dylangeng,@anyrenwei
Signed-off-by: @anyrenwei
pull/64/MERGE
mindspore-ci-bot Gitee 5 years ago
parent
commit
f52f146975
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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}"
}


Loading…
Cancel
Save