Skip to content

Commit

Permalink
[WeeklyReport] xue-yun-liang 2024.07.15~2024.07.28 (#330)
Browse files Browse the repository at this point in the history
Co-authored-by: Yuanle Liu <[email protected]>
  • Loading branch information
xue-yun-liang and yuanlehome authored Aug 1, 2024
1 parent 8fad5f7 commit 00399b3
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### 姓名

薛云亮

### 实习项目

为Paddle推理新增Pass管理功能

### 本周工作

1. **编译并成功跑通常用模型推理(动态图、动转静、静态图)**
2. **通过打印日志的调试方式来尝试修复`test_wint()`单测错误**

最初的目标是对比commit id为2ef8aba和commit id为417117eac下单测`test_wint()`的精度错误问题,由于最初在417117eac下该单测可以通过,但是在2ef8aba下失败。但是,后来由于考虑到develop分支下最新的代码已经改了很多,所以周五将目标改为对比最新的commit和417117eac。在周五的调试过程中也发现,最新commit下部分测试用例可以通过,而2ef8aba下无可通过测试用例,因此两个commit的无法通过单测的情况也不尽相同。

### 下周工作

1. 继续修复单测`test_wint()`的精度工作
1. 完成1后,开始排查llama3、qwen2等模型在推理时的问题

### 导师点评
通过对精度了解流程实现,虽未根本上解决单测精度问题,但给出了详细的分析结论,暂时hold此精度排查工作。下一步继续进行chatglm3高性能推理相关支持工作。

0 comments on commit 00399b3

Please sign in to comment.