Skip to the content.

Contributing

感谢你对本项目的关注!欢迎通过 Issue 和 Pull Request 参与贡献。

开发流程

  1. Fork 本仓库
  2. 创建特性分支:git checkout -b feature/your-feature
  3. 提交更改:git commit -m "feat: add your feature"
  4. 推送分支:git push origin feature/your-feature
  5. 创建 Pull Request

构建与测试

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j4
./tiny_llm_tests

代码规范

提交信息格式

推荐使用 Conventional Commits


← 返回首页 API 参考 更新日志