1. 01 Dec, 2025 1 commit
  2. 31 Oct, 2025 1 commit
    • Ceng23333's avatar
      feat: implement neural network module system with PyTorch-like API · 69c1c352
      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
      69c1c352
  3. 29 Oct, 2025 1 commit
  4. 28 Oct, 2025 1 commit
  5. 16 Oct, 2025 1 commit
  6. 30 Jul, 2025 1 commit
  7. 25 Apr, 2025 1 commit
  8. 01 Apr, 2025 1 commit
  9. 14 Mar, 2025 2 commits
  10. 07 Mar, 2025 1 commit