Skip to content
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

[WeeklyReport] fxfxfxfxfxfxfxfx 2024.07.15~2024.08.11 #352

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### 姓名
冯潇

### 实习项目
动静统一自动并行支持MoE专家并行策略

### 本周工作

1. **配置开发环境,熟悉Paddle**
* 从源码编译paddle,并熟悉相关代码
* 编写脚本方便环境重启后上下文的恢复


2. **熟悉自动并行和Moe**
* 熟悉自动并行和MoE相关概念
* 阅读相关文档,了解其实现方式
* 跑通相关单元测试

3. **熟悉qwen2_moe**


### 下周工作

1. 将SparseMoEBlock改成自动并行版本并对其编写单元测试

### 导师点评
快速熟悉相关背景和概念后可以开展具体工作
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### 姓名
冯潇

### 实习项目
动静统一自动并行支持MoE专家并行策略

### 本周工作

1. 阅读moe自动并行的源码
2. 跑通单卡版本的SparseMoEBlock代码,作为测试基准
3. 将SparseMoEBlock 改成自动并行版本


### 下周工作

1. 编写SparseMoEBlock自动并行版本的单元测试,测试动态图下 卡数>专家数 和 卡数<专家数的情况

### 导师点评
熟悉了自动并行的概念,正在将模型改造成自动并行版本
Loading