forked from PFCCLab/Camp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WeeklyReport] xue-yun-liang 2024.07.15~2024.07.28 (PFCCLab#330)
Co-authored-by: Yuanle Liu <[email protected]>
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...orts/Hackathon_7th/glcc_01_xue-yun-liang/[WeeklyReport]2024.07.15~2024.07.28.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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高性能推理相关支持工作。 |