Skip to content

Commit

Permalink
Merge pull request #137 from huawei-noah/zjj_bug_fix_release_1.6.1
Browse files Browse the repository at this point in the history
bug fix release: 1.6.1
  • Loading branch information
zhangjiajin authored Aug 16, 2021
2 parents e3aa1c8 + e8b2678 commit cd2ddc2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
10 changes: 4 additions & 6 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@

---

**Vega ver1.6.0 发布**
**Vega ver1.6.1 发布**

- 特性增强
- Bug Fixes

- 支持简洁的quota设置,比如:`quota: flops < 11.2 and params in [34.0, 56.0]`
- 支持在python虚拟环境下运行Vega。
- 支持运行环境:Python 3.8和PyTorch 1.9。
- 解决了并行训练和分布式搜索的一些bug。
- 日志打印中的评估时间错误。
- 更新Record时错误更新了模型描述。

---

Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@

---

**Vega ver1.6.0 released**
**Vega ver1.6.1 released**

- Feature enhancement:
- Bug Fixes:

- Supports simple quota settings, for example, `quota: flops < 11.2 and params in [34.0, 56.0]`.
- Supports running Vega in a Python virtual environment.
- Supported running environments: Python 3.8 and PyTorch 1.9.
- Fixed some bugs with parallel training and distributed search.
- Evaluation time error in log.
- Updating error model description while updating record.

---

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Vega ver1.6.0 released:**
**Vega ver1.6.1 released:**

**Introduction**

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="noah-vega",
version="1.6.0",
version="1.6.1",
packages=["vega", "evaluate_service"],
include_package_data=True,
python_requires=">=3.6",
Expand Down
2 changes: 1 addition & 1 deletion vega/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.6.0"
__version__ = "1.6.1"


import sys
Expand Down

0 comments on commit cd2ddc2

Please sign in to comment.