-
Notifications
You must be signed in to change notification settings - Fork 128
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
Aoraki-Dream add 2024.07.15~2024.07.28 WeeklyReport #271
Merged
zhiminzhang0830
merged 1 commit into
PFCCLab:main
from
Aoraki-Dream:Aoraki-Dream/WeeklyReport
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
Reports/season 3/Aoraki-Dream/[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,50 @@ | ||
### 姓名 | ||
|
||
黄弈 | ||
|
||
### 本双周工作 | ||
|
||
1. **热身任务 修改飞桨文档** | ||
|
||
- 完成一项文档图例增加 <https://github.com/PaddlePaddle/docs/pull/6786> | ||
|
||
2. **热身任务 paddle编译** | ||
|
||
- 进行到cmake步骤,出现错误,仍未解决。 | ||
|
||
3. **问题疑惑与解答** | ||
|
||
- 问题 cmake步骤克隆失败 | ||
|
||
尝试的解决方法: | ||
|
||
- 尝试手动下载库放入third_party目录下 | ||
|
||
结果:执行cmake命令会重新开始克隆,失败 | ||
- 尝试增加缓冲区和手动下库都没有成功 | ||
结果:报错 | ||
|
||
``` | ||
Cloning into '/home/aistudio/Paddle/third_party/absl'... | ||
error: RPC failed; curl 56 GnuTLS recv error (-9): A TLS packet with unexpected length was received. | ||
fatal: The remote end hung up unexpectedly | ||
fatal: early EOF | ||
fatal: index-pack failed | ||
fatal: clone of 'https://github.com/abseil/abseil-cpp.git' into submodule path '/home/aistudio/Paddle/third_party/absl' failed | ||
Failed to clone 'third_party/absl'. Retry scheduled | ||
Cloning into '/home/aistudio/Paddle/third_party/absl'... | ||
error: RPC failed; curl 18 transfer closed with outstanding read data remaining | ||
fatal: The remote end hung up unexpectedly | ||
fatal: early EOF | ||
fatal: index-pack failed | ||
fatal: clone of 'https://github.com/abseil/abseil-cpp.git' into submodule path '/home/aistudio/Paddle/third_party/absl' failed | ||
Failed to clone 'third_party/absl' a second time, aborting | ||
CMake Error at cmake/third_party.cmake:58 (message): | ||
Failed to update submodule, please check your network ! | ||
``` | ||
|
||
### 未来双周计划 | ||
|
||
1. 解决编译问题 | ||
2. 认领任务 | ||
3. 开始任务 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
看报错是从github下载第三方模块报错了,可以看下网络环境