Compare commits
10 Commits
991efe5830
...
bb419baee5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bb419baee5 | ||
|
|
1e6d663ed5 | ||
|
|
25d7edd0f2 | ||
|
|
a78e4aebbe | ||
|
|
74c128c0a4 | ||
|
|
e5cda66500 | ||
|
|
d364d9657c | ||
|
|
0895528216 | ||
|
|
cc60477473 | ||
|
|
5510ab18ec |
Binary file not shown.
25
eagle.spec
25
eagle.spec
@ -1,6 +1,6 @@
|
||||
Name: eagle
|
||||
Version: 1.0.0
|
||||
Release: 1
|
||||
Version: 1.0.1
|
||||
Release: 4
|
||||
Summary: eagle kit
|
||||
License: Mulan PSL v2
|
||||
URL: https://gitee.com/openeuler/eagle
|
||||
@ -14,7 +14,7 @@ Source0: eagle-mpctool.tar.gz
|
||||
%package -n python3-eagle-mpctool
|
||||
Summary: Python3 package for python-ealge-mpctool
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
Requires: python3-numpy python3-pandas python3-psutil ipmitool
|
||||
Requires: python3-numpy python3-pandas python3-psutil python3-scipy ipmitool
|
||||
|
||||
%description -n python3-eagle-mpctool
|
||||
|
||||
@ -36,5 +36,24 @@ Requires: python3-numpy python3-pandas python3-psutil ipmitool
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 9 2024 queyanwen<queyanwen@huawei.com> - 1.0.1-4
|
||||
- Adapts to 920B: sleeps for 2 seconds after the fan speed is set.
|
||||
|
||||
* Thur Nov 30 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-3
|
||||
- The current condition for determining whether the system enters the stable state is that
|
||||
- the difference between the maximum temperature and the minimum temperature within 60s is less than 0.2 degrees.
|
||||
- This judgment is too strict and needs to be changed to 2 degrees.
|
||||
- In addition, the average fuzzy processing in five windows is used to prevent data jitter.
|
||||
- When the entire system can obtain the CPU power consumption data, the obtained CPU power consumption
|
||||
- is directly used during training, instead of obtaining the CPU power consumption by inferring.
|
||||
|
||||
* Mon Jun 12 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-2
|
||||
- Optimize the accuracy of non-steady-state data prediction and training.
|
||||
- The anbient temperature check is added befor the collection is started. If the temperature is
|
||||
- greater than 28°C, the collection will not be started.
|
||||
|
||||
* Mon May 29 2023 queyanwen<queyanwen@huawei.com> - 1.0.1-1
|
||||
- Added the handling of overtemperature scenarios of system components during data collection.
|
||||
|
||||
* Wed Mar 15 2023 queyanwen<queyanwen@huawei.com> - 1.0.0-1
|
||||
- First Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user