diff --git a/ACPO.spec b/ACPO.spec index 3b2e94f..3551f13 100644 --- a/ACPO.spec +++ b/ACPO.spec @@ -1,10 +1,10 @@ Name: ACPO -Version: 1.0 +Version: 1.1 License: Apache License 2.0 Release: 1 Summary: ACPO model source URL: https://github.com/Huawei-CPLLab/ACPO/ -Source0: https://github.com/Huawei-CPLLab/ACPO/archive/refs/tags/v1.0.zip +Source0: https://github.com/Huawei-CPLLab/ACPO/archive/refs/tags/v1.1.zip BuildArch: noarch #build requires @@ -29,5 +29,7 @@ cp -r %{_builddir}/%{name} %{buildroot}/%{python3_sitelib} /%{python3_sitelib}/%{name}/* %changelog +* Tue Nov 19 2024 wangziming - 1.1-1 +- Update torch model train and inference * Mon Oct 28 2024 wangziming - 1.0-1 - Package init diff --git a/v1.0.zip b/v1.0.zip deleted file mode 100644 index 3074c80..0000000 Binary files a/v1.0.zip and /dev/null differ diff --git a/v1.1.zip b/v1.1.zip new file mode 100644 index 0000000..e366a99 Binary files /dev/null and b/v1.1.zip differ