- 04 Feb, 2026 1 commit
-
-
wooway777 authored
-
- 08 Dec, 2025 1 commit
-
-
pengcheng888 authored
-
- 05 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 02 Dec, 2025 1 commit
-
-
PanZezhong authored
-
- 21 Nov, 2025 1 commit
-
-
qinyiqun authored
* ISSUE/628 适配QY C610 GPU,增加编译选项,适配已有算子。添加bge类模型所需的算子,包括gelu,layer_norm,lp_norm(支持l1,l2 norm),relu,softmax,tanh。 --------- Co-authored-by:
xgqdut2016 <kenan_gewei@163.com> Co-authored-by:
xgqdut2016 <140036308+xgqdut2016@users.noreply.github.com>
-
- 07 Nov, 2025 1 commit
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 31 Oct, 2025 2 commits
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
Ceng23333 authored
- Implement core modules: Linear, Embedding, RMSNorm - Add PyTorch-like macros for module and parameter definition - INFINICORE_NN_MODULE for single module declaration - INFINICORE_NN_MODULE_VEC for module vectors - INFINICORE_NN_PARAMETER for parameter declaration - Corresponding INIT macros for initialization - Implement hierarchical module system with dynamic path generation - Add state_dict() and load_state_dict() support - Refactor module design: protected registration methods, removed path_ member - Add comprehensive test suite including TinyLlama integration - All parameters are protected with public accessors
-
- 27 Oct, 2025 1 commit
-
-
Ceng23333 authored
Signed-off-by:Ceng23333 <441651826@qq.com>
-
- 16 Oct, 2025 1 commit
-
-
Ceng authored
-