-
Notifications
You must be signed in to change notification settings - Fork 27
[blog]启航计划 #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[blog]启航计划 #231
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,172 @@ | ||||||
| --- | ||||||
|
||||||
| title: 🚀 启航不止|第六期启航计划正式结营! | ||||||
| date: 2026-01-13 | ||||||
| author: | ||||||
| name: 孙钟恺 | ||||||
| github: sunzhongkai588 | ||||||
| category: community-activity | ||||||
| --- | ||||||
|
|
||||||
| <!-- 导入聊天框功能 --> | ||||||
| <script setup> | ||||||
| import Message from '../.vitepress/components/Message.vue' | ||||||
| import MessageBox from '../.vitepress/components/MessageBox.vue' | ||||||
| </script> | ||||||
| <!-- 导入聊天框功能 --> | ||||||
|
|
||||||
| 在 **2025 年 9 月 12 日**,飞桨开源社区正式启动了 **第六期启航计划集训营**。经过近三个月的学习、实践与协作,集训营已于 **12 月 10 日** 顺利完成全部计划,正式圆满结营 🎉。 | ||||||
|
|
||||||
| <!-- more --> | ||||||
|
|
||||||
| 在本期集训过程中,大部分营员均完成了 **三项热身打卡任务**,并逐步熟悉了飞桨开源社区的协作方式与贡献流程。同时,共有 **17 位营员**在热身打卡任务之外,**成功向飞桨开源仓库合入了 PR**,完成了从“学习者”到“贡献者”的关键一步,达到结营要求并顺利结营。在此,**衷心感谢每一位营员在启航计划中的投入与坚持**。你们的每一个 Issue,每一次 PR 修改,都是飞桨开源生态持续演进的重要组成部分。 | ||||||
|
|
||||||
| 在集训营的收官阶段,我们面向结营营员开放了**一、二、三等奖的申请**。所有候选人均于 **12 月 10 日**完成答辩展示,并由评委组从**贡献质量、开源参与度、技术深度**等多个维度进行了综合评估,最终产生以下获奖名单: | ||||||
|
|
||||||
| - 一等奖 廖雨菲([@LiaoYFBH](https://github.com/LiaoYFBH)) | ||||||
| - 二等奖 谢润明([@youge325](https://github.com/youge325)) | ||||||
| - 三等奖 杨晓春([@Le-soleile](https://github.com/Le-soleile)) | ||||||
|
|
||||||
| **值得一提的是**,在本期启航计划中有一位年轻营员表现出色,同时也是 PFCC 例会最年轻的主席,展现出超前的技术潜力与开源精神。为此,我们特别增设 **「开源未来奖」** 授予杨阳([@aztice](https://github.com/aztice))。 | ||||||
|
|
||||||
| > 答辩详情见:[第六期答辩安排](https://github.com/PFCCLab/Starter/issues/792) | ||||||
|
|
||||||
| > 目前所有结营名单已经公示,详情见:[「启航计划」第六期 结营考核公示](https://github.com/PFCCLab/Starter/issues/805) | ||||||
|
|
||||||
| 再次祝贺以上获奖同学,以及所有顺利结营的营员 🥳感谢大家在启航计划中为飞桨开源社区做出的真诚投入与积极贡献!同时,也特别感谢助教**聂师傅**([@Echo-Nie](https://github.com/PFCCLab/Starter/commits?author=Echo-Nie))在整个集训周期中的全力支持与耐心陪伴。 | ||||||
|
|
||||||
| ## 听听获奖同学的结营感言 | ||||||
|
|
||||||
| 在本次启航计划期间,营员们围绕开源协作与技术实践,都积累了各自独特的体验与思考。 | ||||||
|
|
||||||
| 我们特别邀请了一等奖、二等奖、三等奖获得者,以及特殊奖项 **「开源未来奖」** 的获得者,一起分享他们在启航计划中的收获与感悟。 | ||||||
|
|
||||||
| **廖雨菲 哈尔滨工程大学-控制科学与工程专业-研一** | ||||||
|
|
||||||
| <MessageBox> | ||||||
| <Message name="廖雨菲" github="LiaoYFBH"> | ||||||
| 我在本次飞桨启航计划中,主要的开发工作包括:部分 CUDA 算子单测修复与代码规范化;部分 Paddle、Torch 的 API 兼容对齐以及对齐后的功能验证;部分 Paddle 技术文档的规范化;以及利用 PP-StructureV3 对非结构化文档进行解析,并以此为知识库基座,结合 ERNIE 大模型构建了多文档智能分析与问答系统,并发布了相关的技术博客和星河社区应用。<br> | ||||||
| 对我来说,本次飞桨启航计划不仅是一次开源贡献的实践,更是一次从底层算子到上层应用的全栈技术穿透之旅。在这个过程中,我学习和理解了 Paddle 的一些底层算子,增强了对不同库的生态兼容性理解,熟悉了 RAG 系统的组成部分和搭建流程,并学会了站在用户的角度思考问题。经历了完整的代码评审流程,深刻感受到了代码规范性的重要。此外,我还体会到了团队协作的重要性,从代码评审到产品测试,离不开团队成员之间的细致配合。感谢飞桨启航计划为我提供的学习与锻炼机会,未来我会继续钻研技术,持续为社区开源贡献力量。 | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| </Message> | ||||||
| </MessageBox> | ||||||
|
|
||||||
| **谢润明 四川大学-软件工程专业** **大三** | ||||||
|
|
||||||
| <MessageBox> | ||||||
| <Message name="谢润明" github="youge325"> | ||||||
| 在启航计划期间,我深入了解了 Paddle 框架的设计理念和开发流程,并积极参与多个开源任务,包括文档修复、PHI 算子库 CUDA Kernel 规范化、GPU 单测修复以及 API 兼容性增强等。此外,通过研发导师们的指导,我还完成了 Paddle 在 VS2022 上的编译适配,进一步增强了 Paddle 框架的易用性。<br> | ||||||
| 通过这次开源活动,我感受到了众多开发者的热情,并学会了如何高效地与团队成员沟通协作。从最初磕磕绊绊的 pre-commit,到后来从容不迫的 `/re-run all-failed`,每一次修复代码错误,都让我在实践中不断地提高自己。未来我将持续精进,为开源社区贡献更多力量。 | ||||||
|
|
||||||
|  | ||||||
|
||||||
|  | |
|  |
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中英文之间缺少空格。根据代码规范,AI基建 应写为 AI 基建(在 AI 和汉字之间添加空格)。
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
图片 alt 文本错误:此处显示的是杨晓春的照片,但 alt 文本仍然是 liaoyufei。应该改为 yangxiaochun 以准确描述图片内容。
|  | |
|  |
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中英文之间缺少空格。根据代码规范,Open Source in Paddle:飞桨&西电&西交 中,冒号后应有空格,并且飞桨前后、西电西交周围应有合适的空格。建议改为:Open Source in Paddle: 飞桨 & 西电 & 西交。
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日期格式错误:行首应为 **2025.11.21** 而不是 **202511.21**。建议修改为正确的日期格式。
| | **202511.21** | 正式启动报名 | | |
| | **2025.11.21** | 正式启动报名 | |
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
中英文标点混用问题。根据代码规范,英文链接后面如果是中文文本,应该使用中文标点。建议将 https://github.com/orgs/PaddlePaddle/projects/7 , 改为 https://github.com/orgs/PaddlePaddle/projects/7,(去掉链接后的空格,直接使用中文逗号)。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好二次元~ 哈哈