You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2024-10-02-pytorch-conference-2024-recap.md
+31-7Lines changed: 31 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ author: Team PyTorch
9
9
10
10
The 2024 PyTorch Conference in San Francisco gathered nearly 1,500 AI researchers, developers, and enthusiasts. Over two days, the event featured engaging discussions, insightful keynotes, and hands-on sessions focused on artificial intelligence (AI) and advancements in PyTorch, the leading open-source machine learning framework. Attendees delved into the future of generative AI, Large Language Models (LLMs), and the crucial role open-source technology plays in driving AI innovation. Here’s a recap of the key themes, highlights, and major takeaways from this year’s conference.
11
11
12
-
{:style="width:100%"}
13
-
14
12
15
13
16
14
@@ -24,14 +22,37 @@ Three core themes emerged throughout the conference:
24
22
2.**Democratizing AI Through Open Source**: One of the recurring themes was the importance of open source tools and communities in shaping the future of AI. PyTorch is committed to inclusivity, ease of use, and accessibility to developers of all levels, with a focus on bringing AI to an even larger global audience.
25
23
3.**Distributed and Edge Computing**: Distributed computing and edge deployment appeared in many discussions, highlighting how PyTorch is being used to drive AI to the edge. The focus on edge accelerators, scalable training, and inference showcased how PyTorch enables the deployment of powerful models across diverse environments, from the cloud to on-device applications.
26
24
25
+
{:style="width:100%"}
26
+
27
+
27
28
28
29
29
30
## Watch the Sessions from PyTorch Conference
30
31
31
-
The PyTorch Conference featured keynote sessions from top AI leaders and interesting lightning talks. You can view all of the conference sessions on our YouTube channel.
32
+
The PyTorch Conference featured keynote sessions from top AI leaders and interesting lightning talks. You can <ahref="https://youtube.com/playlist?list=PL_lsbAsL_o2B_znuvm-pDtV_cRhpqZb8l&feature=shared">view all of the conference sessions</a> on our YouTube channel.
33
+
32
34
33
-
<iframewidth="560"height="315"src="https://www.youtube.com/embed/videoseries?si=qoVqnWpWR_LQOSt6&list=PL_lsbAsL_o2B_znuvm-pDtV_cRhpqZb8l"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
padding-bottom: 56.25%; /* This maintains a 16:9 aspect ratio */
44
+
height: 0;
45
+
overflow: hidden;
46
+
}
47
+
48
+
.video-containeriframe {
49
+
position: absolute;
50
+
top: 0;
51
+
left: 0;
52
+
width: 100%;
53
+
height: 100%;
54
+
}
55
+
</style>
35
56
36
57
## PyTorch Conference Startup Showcase
37
58
@@ -52,11 +73,14 @@ Congratulations to the PyTorch Conference Startup Showcase winner, CTGT! Deep l
52
73
53
74
The **DL Compiler Mini-Summit** offered attendees a deep dive into the advances in deep learning (DL) compilers that are transforming AI workloads.
54
75
55
-
[View the DL Compiler Mini-Summit](https://youtu.be/YWDzHGx8PrY?feature=shared)
76
+
[View the DL Compiler Mini-Summit](https://youtube.com/playlist?list=PL_lsbAsL_o2DyFOVyBzDS5scLfUotrG52&feature=shared)
77
+
78
+
{:style="width:100%"}
79
+
56
80
57
81
The **Fine-Tuning Mini-Summit** brought together a thriving community of researchers, developers, practitioners and hobbyists which focuses on topics ranging from memory efficiency, parameter-efficient fine-tuning and quantization to performance at scale and reproducible evaluations.
58
82
59
-
[View the Fine-Tuning Mini-Summit](https://youtube.com/playlist?list=PL_lsbAsL_o2D6l1brEg0DuDShep5p33nu&feature=shared)
83
+
[View the Fine-Tuning Mini-Summit](https://youtube.com/playlist?list=PL_lsbAsL_o2D6l1brEg0DuDShep5p33nu&feature=shared)
60
84
61
85
## Major Takeaways from the PyTorch Conference 2024
62
86
@@ -135,4 +159,4 @@ Thank you for your continued support in advancing the PyTorch ecosystem and help
135
159
136
160
## Save the Date
137
161
138
-
See you next year for the PyTorch Conference in San Francisco at the Palace of Fine Arts from October 22-23, 2025.
162
+
See you next year for the <ahref="https://events.linuxfoundation.org/pytorch-conference-2025/">PyTorch Conference in San Francisco at the Palace of Fine Arts</a> from October 22-23, 2025.
0 commit comments