Skip to content

Commit

Permalink
added shanghai event post (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhang Jun <[email protected]>
  • Loading branch information
jzhang533 authored Jan 4, 2025
1 parent a89d09d commit c807fae
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 3 deletions.
4 changes: 3 additions & 1 deletion scripts/check-filename.mts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ function main() {
for (const filename of postFilenames) {
const filepath = resolve(POST_DIR, `${filename}.md`)
if (!isKebabCase(filename)) {
const errorMesssage = `Filename "${filename}" is not in kebab-case, suggest: "${suggestKebabCase(filename)}"`
const errorMesssage = `Filename "${filename}" is not in kebab-case, suggest: "${suggestKebabCase(
filename
)}"`
if (IN_GITHUB_ACTIONS) {
console.log(`::error file=${filepath}::${errorMesssage}`)
}
Expand Down
Binary file added src/images/shanghai-event/01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/04.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/06.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/shanghai-event/07.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/posts/buaa-starter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ date: 2024-11-27
author:
name: 小莹莹
github: E-Pudding
pinned: true
---

<style>
Expand Down
51 changes: 51 additions & 0 deletions src/posts/shanghai-event.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: 飞桨开源社区上海活动剪影
date: 2024-12-26
author:
name: Jun
github: jzhang533
---

借着 2024 年 12 月 26 日,在上海张江科学会堂举办文心大模型生态大会的机会,非常开心能在上海跟飞桨开源社区的大家线下见面。

<!-- more -->

## 活动简记

### 大会会场内部是这样的

![大会会场](../images/shanghai-event/01.jpg)

### 年度优秀开发者颁奖仪式

下面照片里能找到三位长期给飞桨做开源贡献的同学,欢迎猜测是哪三位,以及找出他们的 GitHub ID。另:2024 年下半年社区的开源之星评选已经启动,欢迎报名:[2024 下半年飞桨开源之星评选-信息征集 #1043](https://github.com/PaddlePaddle/community/issues/1043)

![年度优秀开发者颁奖](../images/shanghai-event/02.jpg)

### 飞桨的 WorkShop

飞桨的资深工程师在介绍飞桨 3.0 的技术进展,涵盖了新的中间表示、AI 编译器、自动并行技术,等等。读者可以通过线上的文档来了解详情:[飞桨 3.0 全新特性](https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/paddle_v3_features/index_cn.html)

![飞桨 3.0 技术进展](../images/shanghai-event/03.jpg)

在接下来的 Panel 上,六位顶级的工程师,一起探讨了深度学习框架的最新技术,以及未来展望。

![Panel](../images/shanghai-event/04.jpg)

这个 workshop 的 agenda 在这里:[PaddlePaddle Shanghai Meetup 2024-Winter](https://github.com/jzhang533/events/blob/main/paddle-shanghai-meetup/README.md)

来一张大合影。

![大合影](../images/shanghai-event/05.jpg)

### AI 之夜

文心大模型生态大会安排的 AI 之夜,没能参加,很遗憾。

![AI之夜](../images/shanghai-event/06.jpg)

## 彩蛋 🎊

猜猜,这是哪些人在什么样的精神状态下给谁点赞。

![彩蛋](../images/shanghai-event/07.jpg)
1 change: 0 additions & 1 deletion src/posts/yanguohao-story.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ author:
co_authors:
- name: 杨国浩
github: yangguohao
pinned: true
---

“圣安东尼奥这个地方太无聊了,我更想去纽约那样的大城市看看。”一位与杨国浩同堂上课的本科生说道。而此时,刚刚跨越半个地球来到 University of Texas 攻读 PhD 的杨国浩,却在这片陌生的土地上,开启了他新的探索旅程。
Expand Down

0 comments on commit c807fae

Please sign in to comment.