Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
mindformers
/
tests
/
st
/
test_ut
/
test_pynative
/
test_layers
下载当前目录
Sunshine_Youngster
[feature]动态图延迟初始化
ae70ce97
创建于
18 天前
历史提交
文件
最后提交记录
最后更新时间
test_activation
【br_feature_pynative】move test_activation directory
4 个月前
test_causal_mask_generate
【br_feature_pynative】新增CausalMaskGenerate动态图接口
4 个月前
test_flash_attention
修复attention中layernorm_compute_dtype设置错误,增加动态图的attention和flash_attention测试用例
4 个月前
test_linear
refactor: remove skip_bias_add parameter and related logic from linear and transformer layers - Removed the
skip_bias_add
parameter from the Linear layer and its usage in related classes. - Updated the forward methods to directly handle bias addition without the conditional check for skipping. - Adjusted test cases and data generation utilities to reflect the removal of bias handling logic. - Ensured consistency across various transformer components by simplifying output handling.
3 个月前
test_norm
[feature]动态图延迟初始化
18 天前
__init__.py
增加动态图的Dropout
4 个月前
test_dropout.py
增加动态图的Dropout
4 个月前