Skip to content

Commit

Permalink
!267 升级troubleshooter版本到1.0.17
Browse files Browse the repository at this point in the history
Merge pull request !267 from DavidFFFan/new-version
  • Loading branch information
DavidFFFan authored and gitee-org committed Mar 21, 2024
2 parents 67fcfec + 4ff2a4c commit cf3d571
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions troubleshooter/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# TroubleShooter Release Notes

## 1.0.17 Release Notes

### 主要特性和增强

- `save/save_grad`支持bf16类型,数据保存为fp32;
- API级别数据dump与比对,适配mindtorch 0.3版本。

### 问题修复

- 修复若干bug

## 1.0.16 Release Notes

### 主要特性和增强
Expand Down
2 changes: 1 addition & 1 deletion troubleshooter/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from setuptools.command.build_py import build_py
from setuptools.command.egg_info import egg_info

version = '1.0.16'
version = '1.0.17'

cur_dir = os.path.dirname(os.path.realpath(__file__))
pkg_dir = os.path.join(cur_dir, 'build')
Expand Down

0 comments on commit cf3d571

Please sign in to comment.