From 706ad577d0a2a9448af637a269718aa120feb239 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 2 May 2025 12:11:31 -0700 Subject: [PATCH 1/5] Add blog post 'PyTorch Day France Featured Sessions' Signed-off-by: Chris Abraham --- ...5-05-02-pt-day-france-featured-sessions.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 _posts/2025-05-02-pt-day-france-featured-sessions.md diff --git a/_posts/2025-05-02-pt-day-france-featured-sessions.md b/_posts/2025-05-02-pt-day-france-featured-sessions.md new file mode 100644 index 000000000000..180d49417bde --- /dev/null +++ b/_posts/2025-05-02-pt-day-france-featured-sessions.md @@ -0,0 +1,49 @@ +--- +layout: blog_detail +title: 'PyTorch Day France Featured Sessions: A Defining Moment for Open Source AI' +--- + +[PyTorch Day France](https://events.linuxfoundation.org/pytorch-day-france/) offers a front-row seat to the future of open source AI. Taking place **7 May at Station F in Paris** and co-located with **[GOSIM AI Paris](https://paris2025.gosim.org/)**, this one-day event will bring together developers, researchers, and industry leaders for a day of technical sessions, real-world insights, and community exchange. + + +### 🌍A Major Milestone for the PyTorch Foundation + +This event marks the very first **PyTorch Day**, launching a new international series hosted annually in different regions to convene AI researchers, developers, engineers, and enthusiasts. PyTorch Days are designed to spotlight open source AI advancements, foster community collaboration, and provide a forum to learn about active, high-impact AI projects built using PyTorch. + +PyTorch Day France also represents a pivotal moment in the PyTorch Foundation’s journey. With its recent [expansion into an umbrella foundation]( https://pytorch.org/blog/pt-foundation-expands/), PyTorch is now positioned to support a broader ecosystem of trusted, community-driven AI projects across the full AI lifecycle. + +At PyTorch Day France, you’ll hear directly from PyTorch Foundation **Executive Director, Matt White,** about this transition—and get a first look at some exciting announcements. + + +### 🎟️Registration Details + +[Register now](https://www.eventbrite.com/e/gosim-ai-paris-tickets-1265928669729?aff=oddtdtcreator) with code **PYTORCH** for **free access** to the full day of **PyTorch Day France** sessions, **plus** **GOSIM AI Paris**. + +🔗Two events, one registration—double the sessions, double the innovation. \ +[Register here](https://www.eventbrite.com/e/gosim-ai-paris-tickets-1265928669729?aff=oddtdtcreator) + + +## 📅 Featured Sessions + +The day’s agenda includes deep technical dives and applied AI use cases from across the community, including the following talks: + + + +* **[Luca Antiga (Lightning AI)](https://sched.co/21nz4) \ +*** Lightning Thunder: Supercharged PyTorch for Modern Hardware* +* **[Erwan Gallen & Eldar Kurtic (Red Hat)](https://sched.co/21nyd)* \ + Scaling LLM Inference with vLLM: Multi‑Accelerator Serving and Quantized LLMs*** +* **[Pierre Rouanet (Pollen Robotics)](https://sched.co/21nyX)* \ + Real-World Robotics as the Next Frontier for AI?*** +* **[Pablo Montalvo (Hugging Face)](https://sched.co/21nzG)* \ + PyTorch x Transformers: Pythonicity, Autodiff, and Modularity Defining Modern AI*** +* **[Pedro Ortis (Common Crawl)](https://sched.co/21nym)* \ + Harnessing Common Crawl for AI and ML Applications*** +* **[Meriem Bendris (NVIDIA)](https://sched.co/21nys)* \ + Teaching Mistral to Reason: Post-Training with PyTorch and NVIDIA*** +* **[Olatunji Ruwase (Snowflake)](https://sched.co/21nyy)* \ + DeepSpeed – Efficient Training Scalability for Deep Learning Models*** + +[View the full schedule](https://pytorchdayfrance2025.sched.com/). + +Whether you’re a contributor, practitioner, or simply curious about what’s ahead, PyTorch Day France is an opportunity to connect with the community and shape what’s next for our ecosystem. From 3db473754e802450b45a9ab223eff0479eeb43be Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 2 May 2025 12:15:07 -0700 Subject: [PATCH 2/5] fix link Signed-off-by: Chris Abraham --- _posts/2025-04-25-pytorch-2-7-intel-gpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-04-25-pytorch-2-7-intel-gpus.md b/_posts/2025-04-25-pytorch-2-7-intel-gpus.md index 945dee36e224..7643d20ae51b 100644 --- a/_posts/2025-04-25-pytorch-2-7-intel-gpus.md +++ b/_posts/2025-04-25-pytorch-2-7-intel-gpus.md @@ -48,7 +48,7 @@ Graph model (torch.compile) is enabled in Windows 11 for the first time across I -* Optimize the performance of PyTorch 2 Export Post Training Quantization (PT2E) on Intel GPU to provide full graph mode quantization pipelines with enhanced computational efficiency. Refer to[ PT2E tutorial](https://pytorch.org/tutorials/prototype/inductor_windows.html) for details. +* Optimize the performance of PyTorch 2 Export Post Training Quantization (PT2E) on Intel GPU to provide full graph mode quantization pipelines with enhanced computational efficiency. Refer to [PT2E tutorial](https://pytorch.org/tutorials/prototype/pt2e_quant_xpu_inductor.html) for details. * Enable AOTInductor and torch.export on Linux to simplify deployment workflows. Refer to[ AOTInductor tutorial](https://pytorch.org/docs/main/torch.compiler_aot_inductor.html) for details. * Enable profiler on both Windows and Linux to facilitate model performance analysis. Refer to the[ PyTorch profiler tutorial](https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html#pytorch-profiler) for details. From 1bfe70c0339fbc63b5b979ab6bcdd2a08c5f2cf9 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 2 May 2025 12:17:21 -0700 Subject: [PATCH 3/5] f Signed-off-by: Chris Abraham --- ...5-05-02-pt-day-france-featured-sessions.md | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/_posts/2025-05-02-pt-day-france-featured-sessions.md b/_posts/2025-05-02-pt-day-france-featured-sessions.md index 180d49417bde..2c87d9b7731b 100644 --- a/_posts/2025-05-02-pt-day-france-featured-sessions.md +++ b/_posts/2025-05-02-pt-day-france-featured-sessions.md @@ -29,20 +29,20 @@ The day’s agenda includes deep technical dives and applied AI use cases from a -* **[Luca Antiga (Lightning AI)](https://sched.co/21nz4) \ -*** Lightning Thunder: Supercharged PyTorch for Modern Hardware* -* **[Erwan Gallen & Eldar Kurtic (Red Hat)](https://sched.co/21nyd)* \ - Scaling LLM Inference with vLLM: Multi‑Accelerator Serving and Quantized LLMs*** -* **[Pierre Rouanet (Pollen Robotics)](https://sched.co/21nyX)* \ - Real-World Robotics as the Next Frontier for AI?*** -* **[Pablo Montalvo (Hugging Face)](https://sched.co/21nzG)* \ - PyTorch x Transformers: Pythonicity, Autodiff, and Modularity Defining Modern AI*** -* **[Pedro Ortis (Common Crawl)](https://sched.co/21nym)* \ - Harnessing Common Crawl for AI and ML Applications*** -* **[Meriem Bendris (NVIDIA)](https://sched.co/21nys)* \ - Teaching Mistral to Reason: Post-Training with PyTorch and NVIDIA*** -* **[Olatunji Ruwase (Snowflake)](https://sched.co/21nyy)* \ - DeepSpeed – Efficient Training Scalability for Deep Learning Models*** +* [Luca Antiga (Lightning AI)](https://sched.co/21nz4) + *Lightning Thunder: Supercharged PyTorch for Modern Hardware* +* [Erwan Gallen & Eldar Kurtic (Red Hat)](https://sched.co/21nyd) + *Scaling LLM Inference with vLLM: Multi‑Accelerator Serving and Quantized LLMs* +* [Pierre Rouanet (Pollen Robotics)](https://sched.co/21nyX) + *Real-World Robotics as the Next Frontier for AI?* +* [Pablo Montalvo (Hugging Face)](https://sched.co/21nzG) + *PyTorch x Transformers: Pythonicity, Autodiff, and Modularity Defining Modern AI* +* [Pedro Ortis (Common Crawl)](https://sched.co/21nym) + *Harnessing Common Crawl for AI and ML Applications* +* *[Meriem Bendris (NVIDIA)](https://sched.co/21nys) + *Teaching Mistral to Reason: Post-Training with PyTorch and NVIDIA* +* [Olatunji Ruwase (Snowflake)](https://sched.co/21nyy) + *DeepSpeed – Efficient Training Scalability for Deep Learning Models* [View the full schedule](https://pytorchdayfrance2025.sched.com/). From 7ba8b11a7357cb7e98085ac521828131c74d1879 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 2 May 2025 12:19:14 -0700 Subject: [PATCH 4/5] f Signed-off-by: Chris Abraham --- _posts/2025-05-02-pt-day-france-featured-sessions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-05-02-pt-day-france-featured-sessions.md b/_posts/2025-05-02-pt-day-france-featured-sessions.md index 2c87d9b7731b..3d5ea76225a8 100644 --- a/_posts/2025-05-02-pt-day-france-featured-sessions.md +++ b/_posts/2025-05-02-pt-day-france-featured-sessions.md @@ -6,7 +6,7 @@ title: 'PyTorch Day France Featured Sessions: A Defining Moment for Open Source [PyTorch Day France](https://events.linuxfoundation.org/pytorch-day-france/) offers a front-row seat to the future of open source AI. Taking place **7 May at Station F in Paris** and co-located with **[GOSIM AI Paris](https://paris2025.gosim.org/)**, this one-day event will bring together developers, researchers, and industry leaders for a day of technical sessions, real-world insights, and community exchange. -### 🌍A Major Milestone for the PyTorch Foundation +## 🌍 A Major Milestone for the PyTorch Foundation This event marks the very first **PyTorch Day**, launching a new international series hosted annually in different regions to convene AI researchers, developers, engineers, and enthusiasts. PyTorch Days are designed to spotlight open source AI advancements, foster community collaboration, and provide a forum to learn about active, high-impact AI projects built using PyTorch. @@ -15,7 +15,7 @@ PyTorch Day France also represents a pivotal moment in the PyTorch Foundation’ At PyTorch Day France, you’ll hear directly from PyTorch Foundation **Executive Director, Matt White,** about this transition—and get a first look at some exciting announcements. -### 🎟️Registration Details +## 🎟️ Registration Details [Register now](https://www.eventbrite.com/e/gosim-ai-paris-tickets-1265928669729?aff=oddtdtcreator) with code **PYTORCH** for **free access** to the full day of **PyTorch Day France** sessions, **plus** **GOSIM AI Paris**. From 69cb18f5eeb21c7ca669985524c79861ed632f60 Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Fri, 2 May 2025 12:20:15 -0700 Subject: [PATCH 5/5] f Signed-off-by: Chris Abraham --- _posts/2025-05-02-pt-day-france-featured-sessions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-05-02-pt-day-france-featured-sessions.md b/_posts/2025-05-02-pt-day-france-featured-sessions.md index 3d5ea76225a8..36bd9bacd37b 100644 --- a/_posts/2025-05-02-pt-day-france-featured-sessions.md +++ b/_posts/2025-05-02-pt-day-france-featured-sessions.md @@ -37,9 +37,9 @@ The day’s agenda includes deep technical dives and applied AI use cases from a *Real-World Robotics as the Next Frontier for AI?* * [Pablo Montalvo (Hugging Face)](https://sched.co/21nzG) *PyTorch x Transformers: Pythonicity, Autodiff, and Modularity Defining Modern AI* -* [Pedro Ortis (Common Crawl)](https://sched.co/21nym) +* [Pedro Ortis (Common Crawl)](https://sched.co/21nym) *Harnessing Common Crawl for AI and ML Applications* -* *[Meriem Bendris (NVIDIA)](https://sched.co/21nys) +* [Meriem Bendris (NVIDIA)](https://sched.co/21nys) *Teaching Mistral to Reason: Post-Training with PyTorch and NVIDIA* * [Olatunji Ruwase (Snowflake)](https://sched.co/21nyy) *DeepSpeed – Efficient Training Scalability for Deep Learning Models*