Star
0
Fork
8
代码
介绍
代码
Issues
Pull Requests
4
流水线
Actions
项目讨论
Wiki
项目成员
6
分析
项目设置
Star
0
Fork
8
已开启
preci_fixed
#19
zhaokerui
创建于
3月24日
从
zhaokerui/MindIE-LLM_dsv32:
glm_preci_fixed
合入到
forcekeng/MindIE-LLM:
codefix2
preci_fixed
#19
已开启
zhaokerui
创建于
3月24日
从
zhaokerui/MindIE-LLM_dsv32
glm_preci_fixed
合入到
forcekeng/MindIE-LLM
codefix2
讨论
0
提交
0
检查
0
文件改动
0
克隆/下载
0
全部变更类型
共
17
个文件变更
+1470
-24
收起全部
设置
M
mindie_llm/runtime/compilation/aclgraph_backend.py
+1
-0
已读
M
mindie_llm/runtime/config/configuration_utils.py
+11
-10
已读
M
mindie_llm/runtime/layers/attention/backend/sparse_attention.py
+1
-1
已读
M
mindie_llm/runtime/layers/fused_moe/moe_comm_method.py
+1
-0
已读
M
mindie_llm/runtime/layers/fused_moe/moe_comm_strategy.py
+1
-1
已读
M
mindie_llm/runtime/layers/quantization/ms_model_slim/w4a8.py
+10
-7
已读
M
mindie_llm/runtime/model_runner/model_runner_exp.py
+1
-1
已读
M
mindie_llm/runtime/models/__init__.py
+1
-0
已读
M
mindie_llm/runtime/models/deepseek_v3/deepseek_v3.py
+3
-3
已读
A
mindie_llm/runtime/models/glm_moe_dsa/config_glm_moe_dsa.py
+108
-0
已读
A
mindie_llm/runtime/models/glm_moe_dsa/glm5_mtp.py
+7
-0
已读
A
mindie_llm/runtime/models/glm_moe_dsa/glm_moe_dsa.py
+800
-0
已读
A
mindie_llm/runtime/models/glm_moe_dsa/input_builder_glm5.py
+43
-0
已读
A
mindie_llm/runtime/models/glm_moe_dsa/router_glm_moe_dsa.py
+144
-0
已读
M
mindie_llm/runtime/utils/loader/default_model_loader.py
+3
-0
已读
M
mindie_llm/tokenizer/tokenizer.py
+2
-1
已读
A
tools/compare_tensor.py
+333
-0
已读
文件内容审核中,请稍后刷新重试