diff --git a/README.md b/README.md deleted file mode 100644 index b802e9798d827c32a8d2eac0a18fbd8378730eae..0000000000000000000000000000000000000000 --- a/README.md +++ /dev/null @@ -1,31 +0,0 @@ -# keenopt - -#### Description -KeenOpt - KeenTune调优算法库的RPM打包代码仓 - -#### Software Architecture -Software architecture description - -#### Installation - -1. pip3 install torch -2. pip3 install gpytorch - -#### Instructions - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/keenopt.spec b/keenopt.spec index 51c558e5c1b5185dda82d82e5245e9c92da1897f..36c337e1d56d691e224b30a82c55387717ac6d87 100644 --- a/keenopt.spec +++ b/keenopt.spec @@ -1,7 +1,7 @@ -%define anolis_release 2 +%define anolis_release 1 Name: keenopt -Version: 2.3.1 +Version: 2.4.1 Release: %{?anolis_release}%{?dist} Summary: Auto-Tuning algorithm library of KeenTune Vendor: Alibaba @@ -39,7 +39,13 @@ rm -rf $RPM_BUILD_DIR/%{name}-v%{version} %dir %{_sysconfdir}/keentune/keenopt %changelog -* Tue Jan 02 2023 happy_orange - 2.3.1-2 +* Fri Feb 2 2024 Runzhe Wang - 2.4.1-1 +- fix: test path conflicting. + +* Mon Jan 22 2024 Runzhe Wang - 2.4.0-1 +- fix bug + +* Tue Jan 02 2024 happy_orange - 2.3.1-2 - fix the version number * Thu Dec 28 2023 Runzhe Wang - 2.3.1-1 diff --git a/v2.3.1.tar.gz b/v2.3.1.tar.gz deleted file mode 100644 index dd96a42801573c1db9afba0b2f109df6cd7a2c6d..0000000000000000000000000000000000000000 Binary files a/v2.3.1.tar.gz and /dev/null differ diff --git a/v2.4.1.tar.gz b/v2.4.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..19c2a1220d02577608252ac96787e2ede908e441 Binary files /dev/null and b/v2.4.1.tar.gz differ