diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 908ececa7f86..23a8f5ffbad9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
jobs:
tests:
- uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
+ uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
secrets: inherit
with:
runner: linux.12xlarge
diff --git a/.github/workflows/update-quick-start-module.yml b/.github/workflows/update-quick-start-module.yml
index ff5ba60efdb2..7d070eb7ff8a 100644
--- a/.github/workflows/update-quick-start-module.yml
+++ b/.github/workflows/update-quick-start-module.yml
@@ -63,15 +63,15 @@ jobs:
update-quick-start:
needs: [linux-nightly-matrix, windows-nightly-matrix, macos-arm64-nightly-matrix,
linux-release-matrix, windows-release-matrix, macos-arm64-release-matrix]
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
environment: pytorchbot-env
steps:
- - name: Checkout builder
+ - name: Checkout pytorch.github.io
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
- python-version: 3.8
+ python-version: 3.9
architecture: x64
- name: Create json file
shell: bash
@@ -105,8 +105,8 @@ jobs:
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.PYTORCHBOT_TOKEN }}
- commit-message: Modify published_versions.json file
- title: '[Getting Started Page] Modify published_versions.json file'
+ commit-message: Modify published_versions.json, releases.json and quick-start-module.js
+ title: '[Getting Started Page] Modify published_versions.json, releases.json and quick-start-module.js'
body: >
This PR is auto-generated. It updates Getting Started page
labels: automated pr
diff --git a/.github/workflows/validate-quick-start-module.yml b/.github/workflows/validate-quick-start-module.yml
index 937fc06f1f22..2813be181d01 100644
--- a/.github/workflows/validate-quick-start-module.yml
+++ b/.github/workflows/validate-quick-start-module.yml
@@ -18,16 +18,14 @@ on:
jobs:
validate-nightly-binaries:
- uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
+ uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
with:
os: all
channel: "nightly"
- ref: main
validate-release-binaries:
if: always()
- uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
+ uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
needs: validate-nightly-binaries
with:
os: all
channel: "release"
- ref: main
diff --git a/_community_blog/bringing-the-pytorch-community-together.md b/_community_blog/bringing-the-pytorch-community-together.md
new file mode 100644
index 000000000000..5825c9993e4f
--- /dev/null
+++ b/_community_blog/bringing-the-pytorch-community-together.md
@@ -0,0 +1,8 @@
+---
+title: 'Bringing the PyTorch Community Together'
+author: Team PyTorch
+ext_url: /blog/bringing-the-pytorch-community-together/
+date: January 22, 2025
+---
+
+As we step into a new year, it’s a great moment to reflect on the incredible community events that made 2024 a memorable year for the PyTorch Foundation. Global meetups, events, and conferences brought the community together to learn, connect, and grow. Here’s a quick recap of the year’s highlights and what to expect in 2025.
\ No newline at end of file
diff --git a/_community_blog/datathon-2025.md b/_community_blog/datathon-2025.md
new file mode 100644
index 000000000000..754406c063a0
--- /dev/null
+++ b/_community_blog/datathon-2025.md
@@ -0,0 +1,8 @@
+---
+title: "Solve Real-Word AI Challenges with PyTorch at Datathon 2025: DataOrbit"
+author: "Aakash Senthilnathan"
+ext_url: /blog/datathon-2025/
+date: Feb 12, 2025
+---
+
+**We’re excited to have PyTorch sponsor [Datathon 2025: DataOrbit](https://dataorbit-2025.devpost.com/)**, a place where students can collaborate with a team to solve problems using real-world datasets! This event, hosted by Data Science UCSB in collaboration with Gaucho Sports Analytics and ACM@UCSB, will take place on **February 22–23rd, 2025 at UC Santa Barbara**, with the incredible opportunity to present your project to a panel of corporate and faculty judges – **including the executive director of Pytorch!** – for a chance to win prizes up to $3000.
\ No newline at end of file
diff --git a/_community_blog/doctr-joins-pytorch-ecosystem.md b/_community_blog/doctr-joins-pytorch-ecosystem.md
new file mode 100644
index 000000000000..e0b3331438c7
--- /dev/null
+++ b/_community_blog/doctr-joins-pytorch-ecosystem.md
@@ -0,0 +1,8 @@
+---
+title: "docTR joins PyTorch Ecosystem: From Pixels to Data, Building a Recognition Pipeline with PyTorch and docTR"
+author: Olivier Dulcy & Sebastian Olivera, Mindee
+ext_url: /blog/doctr-joins-pytorch-ecosystem/
+date: Dec 18, 2024
+---
+
+We’re thrilled to announce that the docTR project has been integrated into the PyTorch ecosystem! This integration ensures that docTR aligns with PyTorch’s standards and practices, giving developers a reliable, community-backed solution for powerful OCR workflows.
\ No newline at end of file
diff --git a/_community_blog/mlops-workflow.md b/_community_blog/mlops-workflow.md
new file mode 100644
index 000000000000..8fe3890d5d79
--- /dev/null
+++ b/_community_blog/mlops-workflow.md
@@ -0,0 +1,8 @@
+---
+title: "MLOps Workflow Simplified for PyTorch with Arm and GitHub Collaboration"
+author: Eric Sondhi, Arm
+ext_url: /blog/mlops-workflow/
+date: Jan 15, 2025
+---
+
+PyTorch is one of the most widely used and most powerful deep learning frameworks for training and deploying complex neural networks. It has never been easier to train and deploy AI applications, and low-cost, high-performance, energy-efficient hardware, tools, and technology for creating optimized workflows are more accessible than ever. But data science, machine learning, and devops can be deep topics unto themselves, and it can be overwhelming for developers with one specialty to see how they all come together in the real world, or even to know where to get started.
\ No newline at end of file
diff --git a/_community_blog/optimize-llms.md b/_community_blog/optimize-llms.md
new file mode 100644
index 000000000000..e0ecb819ac05
--- /dev/null
+++ b/_community_blog/optimize-llms.md
@@ -0,0 +1,8 @@
+---
+title: "Optimize LLMs for Efficiency & Sustainability"
+ext_url: /blog/optimize-llms/
+date: Feb 19, 2025
+author: "Zach Lasiuk, Arm"
+---
+
+The rapid growth of large language model (LLM) applications is linked to rapid growth in energy demand. According to the International Energy Agency (IEA), data center electricity consumption is projected to roughly double by 2026 primarily driven by AI. This is due to the energy-intensive training requirements for massive LLMs – however, the increase in AI Inferencing workloads also plays a role. For example, compared with traditional search queries, a single AI inference can consume about [10x more energy](https://www.weforum.org/stories/2024/07/generative-ai-energy-emissions/).
diff --git a/_community_blog/pt-fedora-os-communities.md b/_community_blog/pt-fedora-os-communities.md
new file mode 100644
index 000000000000..ec37d275c4a5
--- /dev/null
+++ b/_community_blog/pt-fedora-os-communities.md
@@ -0,0 +1,9 @@
+---
+title: "Powering AI with PyTorch, Fedora, and Open Source Communities"
+author: Sudhir Dharanendraiah
+ext_url: /blog/pt-fedora-os-communities/
+date: Mar 7, 2025
+---
+
+At [DevConf.IN 2025](https://www.devconf.info/in/) in Pune, I had the opportunity to host a **[PyTorch Meetup](https://pretalx.devconf.info/devconf-in-2025/talk/W3YURM/)** on February 28th. The session, titled "**Powering AI with PyTorch, Fedora, and Open Source Communities**" was aimed at introducing PyTorch to students and professionals, explaining why **PyTorch+Fedora** form an ideal AI development platform. The other key aspect I covered was collaboration between open source communities.
+
diff --git a/_community_blog/pytorch-at-gtc.md b/_community_blog/pytorch-at-gtc.md
new file mode 100644
index 000000000000..da3632fa17fe
--- /dev/null
+++ b/_community_blog/pytorch-at-gtc.md
@@ -0,0 +1,8 @@
+---
+title: "PyTorch at GTC 2025"
+author: "Team PyTorch at NVIDIA"
+ext_url: /blog/pytorch-at-gtc/
+date: Mar 16, 2025
+---
+
+[GTC](https://www.nvidia.com/gtc/) is coming back to San Jose on March 17–21, 2025. Join PyTorch Foundation members Arm, AWS, Google Cloud, IBM, Lightning AI, Meta, Microsoft Azure, Snowflake, and thousands of developers as we celebrate PyTorch. Together learn how AI & accelerated computing are helping humanity solve our most complex challenges.
diff --git a/_community_blog/sglang-joins-pytorch.md b/_community_blog/sglang-joins-pytorch.md
new file mode 100644
index 000000000000..6a05a4714873
--- /dev/null
+++ b/_community_blog/sglang-joins-pytorch.md
@@ -0,0 +1,8 @@
+---
+title: "SGLang Joins PyTorch Ecosystem: Efficient LLM Serving Engine"
+author: "SGLang Team"
+ext_url: /blog/sglang-joins-pytorch/
+date: Mar 19, 2025
+---
+
+We’re thrilled to announce that the SGLang project has been integrated into the PyTorch ecosystem! This integration ensures that SGLang aligns with PyTorch’s standards and practices, providing developers with a reliable and community-supported framework for fast and flexible serving of LLMs.
\ No newline at end of file
diff --git a/_community_stories/1.md b/_community_stories/1.md
new file mode 100644
index 000000000000..267bd361773f
--- /dev/null
+++ b/_community_stories/1.md
@@ -0,0 +1,7 @@
+---
+title: 'How Outreach Productionizes PyTorch-based Hugging Face Transformers for NLP'
+ext_url: https://www.databricks.com/blog/2021/05/14/how-outreach-productionizes-pytorch-based-hugging-face-transformers-for-nlp.html
+date: May 14, 2021
+tags: ["Advertising & Marketing"]
+---
+At Outreach, a leading sales engagement platform, our data science team is a driving force behind our innovative product portfolio largely driven by deep learning and AI. We recently announced enhancements to the Outreach Insights feature, which is powered by the proprietary Buyer Sentiment deep learning model developed by the Outreach Data Science team. This model allows sales teams to deepen their understanding of customer sentiment through the analysis of email reply content, moving from just counting the reply rate to classification of the replier’s intent.
\ No newline at end of file
diff --git a/_community_stories/10.md b/_community_stories/10.md
new file mode 100644
index 000000000000..b7ee0b245571
--- /dev/null
+++ b/_community_stories/10.md
@@ -0,0 +1,7 @@
+---
+title: 'Solliance makes headlines with cryptocurrency news analysis platform powered by Azure Machine Learning, PyTorch'
+ext_url: https://medium.com/pytorch/solliance-makes-headlines-with-cryptocurrency-news-analysis-platform-powered-by-azure-machine-52a2a290fefb
+date: Mar 14, 2022
+tags: ["Finance"]
+---
+Solliance delivers cutting-edge solutions that fill gaps across a wide variety of industries. Through its recent collaboration with Baseline, Solliance revolutionizes the cryptocurrency trading experience, extracting news insights from more than 150,000 global sources in near real time. To manage Baseline workloads, Solliance brought Microsoft Azure Machine Learning and PyTorch together for maximum processing power and deep learning capabilities. The result: investors can get under the headlines and see which specific news metrics are moving the volatile crypto market to make more informed trading decisions, while Baseline can release new features in weeks instead of months.
\ No newline at end of file
diff --git a/_community_stories/11.md b/_community_stories/11.md
new file mode 100644
index 000000000000..96138278f774
--- /dev/null
+++ b/_community_stories/11.md
@@ -0,0 +1,7 @@
+---
+title: 'Create a Wine Recommender Using NLP on AWS'
+ext_url: https://www.capitalone.com/tech/machine-learning/create-wine-recommender-using-nlp/
+date: March 2, 2022
+tags: ["Finance"]
+---
+In this tutorial, we’ll build a simple machine learning pipeline using a BERT word embedding model and the Nearest Neighbor algorithm to recommend wines based on user inputted preferences. To create and power this recommendation engine, we’ll leverage AWS’s SageMaker platform, which provides a fully managed way for us to train and deploy our service.
\ No newline at end of file
diff --git a/_community_stories/12.md b/_community_stories/12.md
new file mode 100644
index 000000000000..56f6b2ab93ed
--- /dev/null
+++ b/_community_stories/12.md
@@ -0,0 +1,7 @@
+---
+title: 'Crayon boosts speed, accuracy of healthcare auditing process using Azure Machine Learning and PyTorch'
+ext_url: https://www.microsoft.com/en/customers/story/1503427278296945327-crayon-partner-professional-services-azure
+date: June 28, 2022
+tags: ["Healthcare"]
+---
+Healthcare providers need to be able to verify that they’re maintaining the highest operating safety and efficacy standards. Those standards are set by a national accreditation organization whose surveyors, often healthcare professionals themselves, regularly visit facilities and document situations that might need to be corrected or brought back in line with the latest rules and policies. That assessment and accreditation process generates a huge amount of data, and even the most experienced surveyors struggle to keep ahead of the ongoing development of thousands of policy rules that might be relevant in any particular scenario. Vaagan and his team took on the task of fixing the issue by building a machine learning solution that could ingest text from those reports and return a top ten list of the latest associated rules with unprecedented accuracy. They used Azure technology, development tools, and services to bring that solution to fruition. Crayon customers report clear time savings with the new healthcare solution. Just as important, the solution provides consistent responses that aren’t subject to the vagaries of individual interpretation or potentially out-of-date data.
\ No newline at end of file
diff --git a/_community_stories/13.md b/_community_stories/13.md
new file mode 100644
index 000000000000..0e7b6371eaf1
--- /dev/null
+++ b/_community_stories/13.md
@@ -0,0 +1,7 @@
+---
+title: 'Extracting value from siloed healthcare data using federated learning with Azure Machine Learning'
+ext_url: https://www.microsoft.com/en/customers/story/1587521717158304168-microsoft-partner-professional-services-azure
+date: December 30, 2022
+tags: ["Healthcare"]
+---
+Sensitive information such as healthcare data is often siloed within health organization boundaries. This has posed a challenge to machine learning models used by the health and life sciences industry that require data for training purposes. To improve patient care and accelerate health industry progression, the Microsoft Health & Life Sciences AI group used a federated learning setup to train their biomedical natural language processing service, Text Analytics for Health, while preserving the trust boundaries of siloed data. The federated learning framework was built using Microsoft Azure Machine Learning and open-source technologies to help organizations analyze siloed data and build new applications without compromising data privacy.
\ No newline at end of file
diff --git a/_community_stories/14.md b/_community_stories/14.md
new file mode 100644
index 000000000000..23f3a2bbc3f8
--- /dev/null
+++ b/_community_stories/14.md
@@ -0,0 +1,7 @@
+---
+title: 'HippoScreen Improves AI Performance by 2.4x with oneAPI Tools'
+ext_url: https://www.intel.com/content/www/us/en/developer/articles/case-study/hipposcreen-boosts-ai-performance-2-4x-with-oneapi.html
+date: Feb 21, 2023
+tags: ["Healthcare"]
+---
+The Taiwan-based neurotechnology startup used tools and frameworks in the Intel® oneAPI Base and AI Analytics Toolkits to the improve efficiency and build times of deep-learning models used in its Brain Waves AI system. As a result, HippoScreen is able to broaden the system’s applications to a wider range of psychiatric conditions and diseases.
\ No newline at end of file
diff --git a/_community_stories/16.md b/_community_stories/16.md
new file mode 100644
index 000000000000..0bee1f4ac29a
--- /dev/null
+++ b/_community_stories/16.md
@@ -0,0 +1,7 @@
+---
+title: "Disney's Creative Genome by Miquel Farré"
+ext_url: https://www.youtube.com/watch?v=KuDxEhHk2Rk
+date: Apr 27, 2021
+tags: ["Media & Entertainment"]
+---
+Miquel Farré is a senior technology manager at Disney, taking the lead on projects at the intersection of video technology, machine learning and web applications. Metadata that drives content searchability is most often indexed at the title level, with limited governance and high ambiguity; at best, keyword metadata has been added to a title as a layer of enrichment.
\ No newline at end of file
diff --git a/_community_stories/17.md b/_community_stories/17.md
new file mode 100644
index 000000000000..3669cda5942f
--- /dev/null
+++ b/_community_stories/17.md
@@ -0,0 +1,7 @@
+---
+title: 'How Disney uses PyTorch for animated character recognition'
+ext_url: https://medium.com/pytorch/how-disney-uses-pytorch-for-animated-character-recognition-a1722a182627
+date: Jul 16, 2020
+tags: ["Media & Entertainment"]
+---
+The long and incremental evolution of the media industry, from a traditional broadcast and home video model, to a more mixed model with increasingly digitally-accessible content, has accelerated the use of machine learning and artificial intelligence (AI). Advancing the implementation of these technologies is critical for a company like Disney that has produced nearly a century of content, as it allows for new consumer experiences and enables new applications for illustrators and writers to create the highest-quality content.
\ No newline at end of file
diff --git a/_community_stories/18.md b/_community_stories/18.md
new file mode 100644
index 000000000000..87dc0045b4ec
--- /dev/null
+++ b/_community_stories/18.md
@@ -0,0 +1,7 @@
+---
+title: 'Machine Learning at Tubi: Powering Free Movies, TV and News for All'
+ext_url: https://medium.com/pytorch/machine-learning-at-tubi-powering-free-movies-tv-and-news-for-all-51499643018e
+date: Feb 25, 2021
+tags: ["Media & Entertainment"]
+---
+In this blog series, our aim is to highlight the nuances of Machine Learning in Tubi’s Ad-based Video on Demand (AVOD) space as practiced at Tubi. Machine Learning helps solve myriad problems involving recommendations, content understanding and ads. We extensively use PyTorch for several of these use cases as it provides us the flexibility, computational speed and ease of implementation to train large scale deep neural networks using GPUs.
\ No newline at end of file
diff --git a/_community_stories/19.md b/_community_stories/19.md
new file mode 100644
index 000000000000..1c26fc2f71a2
--- /dev/null
+++ b/_community_stories/19.md
@@ -0,0 +1,7 @@
+---
+title: 'How Pixar uses AI and GANs to create high-resolution content'
+ext_url: https://venturebeat.com/business/how-pixar-uses-ai-and-gans-to-create-high-resolution-content/
+date: July 17, 2020
+tags: ["Media & Entertainment"]
+---
+As digital animators continue to push the boundaries of technology and creativity, the technical teams that support them are turning to artificial intelligence and machine learning to deliver the tools they need. That’s the case at Pixar, where the company has made new machine learning breakthroughs it hopes will both improve quality and reduce costs.
\ No newline at end of file
diff --git a/_community_stories/2.md b/_community_stories/2.md
new file mode 100644
index 000000000000..424e66e6fcac
--- /dev/null
+++ b/_community_stories/2.md
@@ -0,0 +1,7 @@
+---
+title: 'Amazon Ads Uses PyTorch and AWS Inferentia to Scale Models for Ads Processing'
+ext_url: /blog/amazon-ads-case-study/
+date: February 24, 2022
+tags: ["Advertising & Marketing", "Retail"]
+---
+Amazon Ads uses PyTorch, TorchServe, and AWS Inferentia to reduce inference costs by 71% and drive scale out. Amazon Ads helps companies build their brand and connect with shoppers through ads shown both within and beyond Amazon’s store, including websites, apps, and streaming TV content in more than 15 countries. Businesses and brands of all sizes, including registered sellers, vendors, book vendors, Kindle Direct Publishing (KDP) authors, app developers, and agencies can upload their own ad creatives, which can include images, video, audio, and, of course, products sold on Amazon.
\ No newline at end of file
diff --git a/_community_stories/20.md b/_community_stories/20.md
new file mode 100644
index 000000000000..c5ad56b5e728
--- /dev/null
+++ b/_community_stories/20.md
@@ -0,0 +1,7 @@
+---
+title: 'Running BERT model inference on AWS Inf1: From model compilation to speed comparison'
+ext_url: https://note.com/asahi_ictrad/n/nf5195eb53b88
+date: November 21, 2021
+tags: ["Media & Entertainment"]
+---
+In this tech blog, we will compare the speed and cost of Inferentia, GPU, and CPU for a BERT sequence labeling example. We also provide a helpful tutorial on the steps for model compilation and inference on Inf1 instances.
\ No newline at end of file
diff --git a/_community_stories/21.md b/_community_stories/21.md
new file mode 100644
index 000000000000..ede721b4241e
--- /dev/null
+++ b/_community_stories/21.md
@@ -0,0 +1,7 @@
+---
+title: 'Ambient Clinical Intelligence: Generating Medical Reports with PyTorch'
+ext_url: /blog/ambient-clinical-intelligence-generating-medical-reports-with-pytorch/
+date: May 12, 2022
+tags: ["Medical"]
+---
+Complete and accurate clinical documentation is an essential tool for tracking patient care. It allows for treatment plans to be shared among care teams to aid in continuity of care and ensures a transparent and effective process for reimbursement.
\ No newline at end of file
diff --git a/_community_stories/22.md b/_community_stories/22.md
new file mode 100644
index 000000000000..24683262ecfd
--- /dev/null
+++ b/_community_stories/22.md
@@ -0,0 +1,7 @@
+---
+title: 'AstraZeneca is using PyTorch-powered algorithms to discover new drugs'
+ext_url: https://www.zdnet.com/article/astrazeneca-is-using-pytorch-powered-algorithms-to-discover-new-drugs/
+date: Sept. 30, 2020
+tags: ["Medical"]
+---
+Since it launched in 2017, Facebook's machine-learning framework PyTorch has been put to good use, with applications ranging from powering Elon Musk's autonomous cars to driving robot-farming projects. Now pharmaceutical firm AstraZeneca has revealed how its in-house team of engineers are tapping PyTorch too, and for equally as important endeavors: to simplify and speed up drug discovery.
\ No newline at end of file
diff --git a/_community_stories/23.md b/_community_stories/23.md
new file mode 100644
index 000000000000..ffda0ce4b314
--- /dev/null
+++ b/_community_stories/23.md
@@ -0,0 +1,7 @@
+---
+title: 'Deploying huggingface‘s BERT to production with pytorch/serve'
+ext_url: https://medium.com/analytics-vidhya/deploy-huggingface-s-bert-to-production-with-pytorch-serve-27b068026d18
+date: Apr 25, 2020
+tags: ["Medical"]
+---
+TL;DR: pytorch/serve is a new awesome framework to serve torch models in production. This story teaches you how to use it for huggingface/transformers models like BERT.
\ No newline at end of file
diff --git a/_community_stories/24.md b/_community_stories/24.md
new file mode 100644
index 000000000000..fb33da259dd6
--- /dev/null
+++ b/_community_stories/24.md
@@ -0,0 +1,7 @@
+---
+title: 'How AI is Helping Vets to Help our Pets'
+ext_url: https://medium.com/pytorch/how-ai-is-helping-vets-to-help-our-pets-e6e3d58c052e
+date: Sep 7, 2021
+tags: ["Medical"]
+---
+1 in 4 dogs, and 1 in 5 cats, will develop cancer at some point in their lives. Pets today have a better chance of being successfully treated than ever, thanks to advances in early recognition, diagnosis and treatment.
\ No newline at end of file
diff --git a/_community_stories/25.md b/_community_stories/25.md
new file mode 100644
index 000000000000..5b2905604d25
--- /dev/null
+++ b/_community_stories/25.md
@@ -0,0 +1,7 @@
+---
+title: 'How theator Built a Continuous Training Framework To Scale up Its Surgical Intelligence Platform'
+ext_url: https://medium.com/pytorch/how-theator-built-a-continuous-training-framework-to-scale-up-its-surgical-intelligence-platform-b5135e3229fd
+date: Dec 17, 2020
+tags: ["Medical"]
+---
+Performing surgery is largely about decision making. As Dr. Frank Spencer put it in 1978, “A skillfully performed operation is about 75% decision making and 25% dexterity”. Five decades later, and the surgical field is finally — albeit gradually — implementing advances in data science and AI to enhance surgeons’ ability to make the best decisions in the operating room. That’s where theator comes in: the company is re-imagining surgery with a Surgical Intelligence platform that leverages highly advanced AI, specifically machine learning and computer vision technology, to analyze every step, event, milestone, and critical junction of surgical procedures — significantly boosting surgeons’ overall performance.
\ No newline at end of file
diff --git a/_community_stories/26.md b/_community_stories/26.md
new file mode 100644
index 000000000000..63397a1af6dc
--- /dev/null
+++ b/_community_stories/26.md
@@ -0,0 +1,7 @@
+---
+title: 'Speeding up drug discovery with advanced machine learning'
+ext_url: https://medium.com/pytorch/speeding-up-drug-discovery-with-advanced-machine-learning-b17d59e0daa6
+date: Sep 30, 2020
+tags: ["Medical"]
+---
+Whatever our job title happens to be at AstraZeneca, we’re seekers. I’m part of the Biological Insights Knowledge Graph (BIKG) team. We help scientists comb through massive amounts of data in our quest to find the information we need to help us deliver life-changing medicines.
\ No newline at end of file
diff --git a/_community_stories/27.md b/_community_stories/27.md
new file mode 100644
index 000000000000..d612e75e5724
--- /dev/null
+++ b/_community_stories/27.md
@@ -0,0 +1,7 @@
+---
+title: 'Using PyTorch to streamline machine-learning projects'
+ext_url: https://www.zdnet.com/article/using-pytorch-to-streamline-machine-learning-projects/
+date: Dec. 17, 2020
+tags: ["Medical"]
+---
+For many surgeons, the possibility of going back into the operating room to review the actions they carried out on a patient could provide invaluable medical insights.
\ No newline at end of file
diff --git a/_community_stories/28.md b/_community_stories/28.md
new file mode 100644
index 000000000000..a77212f18930
--- /dev/null
+++ b/_community_stories/28.md
@@ -0,0 +1,7 @@
+---
+title: 'Run inference at scale for OpenFold, a PyTorch-based protein folding ML model, using Amazon EKS'
+ext_url: https://aws.amazon.com/blogs/machine-learning/run-inference-at-scale-for-openfold-a-pytorch-based-protein-folding-ml-model-using-amazon-eks/
+date: Oct. 25, 2022
+tags: ["Medical"]
+---
+In drug discovery, understanding the 3D structure of proteins is key to assessing the ability of a drug to bind to it, directly impacting its efficacy. Predicting the 3D protein form, however, is very complex, challenging, expensive, and time consuming, and can take years when using traditional methods such as X-ray diffraction. Applying machine learning (ML) to predict these structures can significantly accelerate the time to predict protein structures—from years to hours. Several high-profile research teams have released algorithms such as AlphaFold2 (AF2), RoseTTAFold, and others. These algorithms were recognized by Science magazine as the 2021 Breakthrough of the Year.
\ No newline at end of file
diff --git a/_community_stories/29.md b/_community_stories/29.md
new file mode 100644
index 000000000000..a6ac02477809
--- /dev/null
+++ b/_community_stories/29.md
@@ -0,0 +1,7 @@
+---
+title: 'Optimize Protein Folding Costs with OpenFold on AWS Batch'
+ext_url: https://aws.amazon.com/blogs/hpc/optimize-protein-folding-costs-with-openfold-on-aws-batch/
+date: Oct. 4, 2022
+tags: ["Medical"]
+---
+Knowing the physical structure of proteins is an important part of the drug discovery process. Machine learning (ML) algorithms like AlphaFold v2.0 significantly reduce the cost and time needed to generate usable protein structures. These projects have also inspired development of AI-driven workflows for de novo protein design and protein-ligand interaction analysis.
\ No newline at end of file
diff --git a/_community_stories/3.md b/_community_stories/3.md
new file mode 100644
index 000000000000..99394598af83
--- /dev/null
+++ b/_community_stories/3.md
@@ -0,0 +1,9 @@
+---
+title: 'NASA and IBM to Speed AI Creation with New Foundation Models'
+ext_url: https://thenewstack.io/nasa-and-ibm-to-speed-ai-creation-with-new-foundation-models/
+date: February 2, 2023
+tags: ["Aerospace"]
+---
+NASA and IBM are working together to create foundation models based on NASA’s data sets — including geospatial data — with the goal of accelerating the creation of AI models.
+
+Foundation models are trained on large, broad data sets, then used to train other AI models by using targeted and smaller datasets. Foundation models can be used for different tasks and can apply information about one situation to another. One real-world example of a foundation model at work is ChatGPT3, which was built with the foundation model, GPT3.
\ No newline at end of file
diff --git a/_community_stories/30.md b/_community_stories/30.md
new file mode 100644
index 000000000000..1a723fb9bc9a
--- /dev/null
+++ b/_community_stories/30.md
@@ -0,0 +1,7 @@
+---
+title: 'How Datarock is using PyTorch for more intelligent mining decision making'
+ext_url: https://medium.com/pytorch/how-datarock-is-using-pytorch-for-more-intelligent-decision-making-d5d1694ba170
+date: Jun 9, 2020
+tags: ["Mining"]
+---
+The mining industry is currently going through a digital revolution as it looks for new and innovative ways to explore and extract mineral resources. This has largely been driven by a need to reduce costs in a competitive global industry that’s experiencing declining ore grades and fewer new discoveries.
\ No newline at end of file
diff --git a/_community_stories/32.md b/_community_stories/32.md
new file mode 100644
index 000000000000..b58f986c159a
--- /dev/null
+++ b/_community_stories/32.md
@@ -0,0 +1,7 @@
+---
+title: 'How Trigo built a scalable AI development & deployment pipeline for Frictionless Retail'
+ext_url: https://medium.com/pytorch/how-trigo-built-a-scalable-ai-development-deployment-pipeline-for-frictionless-retail-b583d25d0dd
+date: Jun 16, 2020
+tags: ["Retail"]
+---
+Trigo is a provider of AI & computer vision based checkout-free systems for the retail market, enabling frictionless checkout and a range of other in-store operational and marketing solutions such as predictive inventory management, security and fraud prevention, pricing optimization and event-driven marketing.
\ No newline at end of file
diff --git a/_community_stories/33.md b/_community_stories/33.md
new file mode 100644
index 000000000000..423906b5bc15
--- /dev/null
+++ b/_community_stories/33.md
@@ -0,0 +1,7 @@
+---
+title: 'How We Built: An Early-Stage Recommender System'
+ext_url: https://www.onepeloton.com/press/articles/designing-an-early-stage-recommender-system
+date: October 18, 2021
+tags: ["Retail"]
+---
+Personalization is ubiquitous on most platforms today. Supercharged by connectivity, and scaled by machine learning, most experiences on the internet are tailored to our personal tastes. Peloton classes offer a diversity of instructors, languages, fitness disciplines, durations and intensity. Each Member has specific fitness goals, schedule, fitness equipment, and level of skill or strength. This diversity of content and individuality of Member needs at massive scale creates the opportunity for a recommender system to create a personalized experience on the Peloton platform.
\ No newline at end of file
diff --git a/_community_stories/34.md b/_community_stories/34.md
new file mode 100644
index 000000000000..8fc6ba0c4738
--- /dev/null
+++ b/_community_stories/34.md
@@ -0,0 +1,7 @@
+---
+title: 'Automated Background Removal in E-commerce Fashion Image Processing Using PyTorch on Databricks'
+ext_url: https://www.databricks.com/blog/2021/04/29/automated-background-removal-in-e-commerce-fashion-image-processing-using-pytorch-on-databricks.html
+date: April 29, 2021
+tags: ["Retail"]
+---
+Wehkamp is one of the biggest e-commerce companies in the Netherlands, with more than 500,000 daily visitors on their website. A wide variety of products offered on the Wehkamp site aims to meet its customers’ many needs. An important aspect of any customer visit on an e-commerce website is a qualitative and accurate visual experience of the products. At a large scale, this is no easy task, with thousands of product photos processed in a local photo studio.
\ No newline at end of file
diff --git a/_community_stories/35.md b/_community_stories/35.md
new file mode 100644
index 000000000000..c572513c77ea
--- /dev/null
+++ b/_community_stories/35.md
@@ -0,0 +1,8 @@
+---
+title: 'Search Model Serving Using PyTorch and TorchServe'
+ext_url: https://medium.com/walmartglobaltech/search-model-serving-using-pytorch-and-torchserve-6caf9d1c5f4d
+date: Jan 23, 2023
+tags: ["Retail"]
+---
+Walmart Search has embarked on the journey of adopting Deep Learning in the search ecosystem to improve search relevance. For our pilot use case, we served the computationally intensive Bert Base model at runtime with an objective to achieve low latency and high throughput.
+
diff --git a/_community_stories/36.md b/_community_stories/36.md
new file mode 100644
index 000000000000..5a2b3e7c9737
--- /dev/null
+++ b/_community_stories/36.md
@@ -0,0 +1,8 @@
+---
+title: 'How We Used AWS Inferentia to Boost PyTorch NLP Model Performance by 4.9x for the Autodesk Ava Chatbot'
+ext_url: https://medium.com/pytorch/how-we-used-aws-inferentia-to-boost-pytorch-nlp-model-performance-by-4-9x-9f79f5314ca8
+date: Apr 7, 2021
+tags: ["Technology"]
+---
+Autodesk is a multinational software company with world-renowned products in areas such as Architecture, Engineering, & Construction, Manufacturing, and Media & Entertainment. Amongst Autodesk’s best-known products are AutoCAD, Revit, Maya, and Fusion 360. The company has millions of customers around the world, and many of them have need for support to make best use of their products.
+
diff --git a/_community_stories/37.md b/_community_stories/37.md
new file mode 100644
index 000000000000..a7e6e376a9e0
--- /dev/null
+++ b/_community_stories/37.md
@@ -0,0 +1,7 @@
+---
+title: 'Bentley Systems creates breakthrough framework, drastically speeds up AI development with Azure Machine Learning'
+ext_url: https://www.microsoft.com/en/customers/story/1480221307332639219-bentley-systems-partner-professional-services-azure-machine-learning
+date: March 16, 2022
+tags: ["Technology"]
+---
+Software innovator Bentley Systems offers a broad portfolio of solutions to help the organizations that design, build, and operate the world’s infrastructure assets. The company uses machine learning in its flagship product to read disparate paper-based asset data and transform it into consolidated digital data. To speed up and formalize this process, Bentley created a machine learning operations framework using Microsoft Azure Machine Learning and PyTorch. Developers’ speed and job satisfaction have shot up since they began using this stable, reproducible framework, which easily gets their code into the cloud, accelerating delivery by three to five times and significantly increasing efficiency.
\ No newline at end of file
diff --git a/_community_stories/38.md b/_community_stories/38.md
new file mode 100644
index 000000000000..e76ae4a1164e
--- /dev/null
+++ b/_community_stories/38.md
@@ -0,0 +1,7 @@
+---
+title: 'PyTorch Community Voices'
+ext_url: https://www.youtube.com/watch?v=LBOIxA5sg2A
+date: Jun 2, 2021
+tags: ["Technology"]
+---
+Join us for an interview with star PyTorch community members Alexander O’Connor and Binghui Ouyang from AutoDesk as we learn how they used PyTorch and AWS Inferentia to deploy production-scale models in chatbot intent classification.
\ No newline at end of file
diff --git a/_community_stories/39.md b/_community_stories/39.md
new file mode 100644
index 000000000000..d7771ef6c0a6
--- /dev/null
+++ b/_community_stories/39.md
@@ -0,0 +1,7 @@
+---
+title: 'How PyTorch is bringing the power of AI to computers and smartphones'
+ext_url: https://ai.meta.com/blog/pytorch-ai-smartphones-computers/
+date: December 2, 2022
+tags: ["Technology"]
+---
+Many of the experiences people enjoy on Facebook and Instagram are powered by artificial intelligence (AI). A number of them, like Assistant, Avatars, and AR effects, cannot be powered by server-side AI due to latency, network bandwidth, and other constraints. Running AI on-device —that is, directly on a phone, tablet, or even a pair of smart glasses — offers huge advantages over constantly sending data back to a server. It’s faster, and it creates a privacy-enhancing experience for people who use our platforms. However, on-device AI presents new challenges, since it requires coping with devices that have a small battery, far less powerful processors, and less memory than a server in a data center.
\ No newline at end of file
diff --git a/_community_stories/4.md b/_community_stories/4.md
new file mode 100644
index 000000000000..90f2c15de2ec
--- /dev/null
+++ b/_community_stories/4.md
@@ -0,0 +1,8 @@
+---
+title: 'AI for AG: Production machine learning for agriculture'
+ext_url: https://medium.com/pytorch/ai-for-ag-production-machine-learning-for-agriculture-e8cfdb9849a1
+date: Aug 6, 2020
+tags: ["Agriculture"]
+---
+How did farming affect your day today? If you live in a city, you might feel disconnected from the farms and fields that produce your food. Agriculture is a core piece of our lives, but we often take it for granted.
+
diff --git a/_community_stories/40.md b/_community_stories/40.md
new file mode 100644
index 000000000000..0c45ff732658
--- /dev/null
+++ b/_community_stories/40.md
@@ -0,0 +1,7 @@
+---
+title: 'Axon offers technology boost for public safety with in-car Automated License Plate Recognition on Azure'
+ext_url: https://www.microsoft.com/en/customers/story/1610624764549732009-axon-partner-professional-services-azure
+date: March 09, 2023
+tags: ["Technology"]
+---
+Axon, a technology leader in public safety, developed AI technology to add cutting-edge license plate recognition capabilities to its in-car camera products, which now can identify plates for vehicles of interest and provide law enforcement with proactive notifications and alerts. Axon AI scientists and engineers chose Microsoft Azure infrastructure as a scalable, cost-efficient, and feature-rich environment where they can develop and test AI models. With Azure compute, storage, and PyTorch and machine learning resources, Axon can easily take advantage of the latest software and hardware technology to develop best-in-class AI solutions for its customers.
\ No newline at end of file
diff --git a/_community_stories/41.md b/_community_stories/41.md
new file mode 100644
index 000000000000..bd1d083e7577
--- /dev/null
+++ b/_community_stories/41.md
@@ -0,0 +1,7 @@
+---
+title: 'ML Model Server Resource Saving - Transition From High-Cost GPUs to Intel CPUs and oneAPI powered Software with performance'
+ext_url: /blog/ml-model-server-resource-saving/
+date: October 11, 2023
+tags: ["Technology"]
+---
+Here, We will be sharing our experience in moving AI workloads from our GPU servers to our Intel CPU servers without any performance or quality degradation, and saving annual costs of approximately 340 thousand U.S. Dollar (refer to the Conclusion) in the process.
\ No newline at end of file
diff --git a/_community_stories/42.md b/_community_stories/42.md
new file mode 100644
index 000000000000..21fb9616f644
--- /dev/null
+++ b/_community_stories/42.md
@@ -0,0 +1,7 @@
+---
+title: 'Dialogue Assistance for Customer Service at Airbnb'
+ext_url: https://www.youtube.com/watch?v=jtVUV0Gzxp0&t=730s
+date: Aug 20, 2019
+tags: ["Technology"]
+---
+Businesses are using PyTorch, an open source machine learning framework, to seamlessly build, train, and deploy AI models in production across their products and services. Hear how industry leaders leverage PyTorch to help power everything from ubiquitous productivity software used across the world to enabling advances in medicine for fighting cancer.
\ No newline at end of file
diff --git a/_community_stories/43.md b/_community_stories/43.md
new file mode 100644
index 000000000000..a51d7765b881
--- /dev/null
+++ b/_community_stories/43.md
@@ -0,0 +1,7 @@
+---
+title: 'Using deep learning and PyTorch to power next gen aircraft at Caltech'
+ext_url: https://www.youtube.com/watch?v=se206WBk2dM
+date: Nov 14, 2019
+tags: ["Research", "Aeorospace"]
+---
+Learn how Caltech’s Center for Autonomous Systems and Technologies (CAST) uses PyTorch to build deep learning systems that can understand the aerodynamics of how aircrafts interact with the ground to enable much smoother and safer landings.
\ No newline at end of file
diff --git a/_community_stories/44.md b/_community_stories/44.md
new file mode 100644
index 000000000000..4ab96977bba0
--- /dev/null
+++ b/_community_stories/44.md
@@ -0,0 +1,7 @@
+---
+title: 'Deepset achieves a 3.9x speedup and 12.8x cost reduction for training NLP models by working with AWS and NVIDIA'
+ext_url: https://aws.amazon.com/blogs/machine-learning/deepset-achieves-a-3-9x-speedup-and-12-8x-cost-reduction-for-training-nlp-models-by-working-with-aws-and-nvidia/
+date: Jan 27, 2021
+tags: ["Research", "NLP"]
+---
+At deepset, we’re building the next-level search engine for business documents. Our core product, Haystack, is an open-source framework that enables developers to utilize the latest NLP models for semantic search and question answering at scale. Our software as a service (SaaS) platform, Haystack Hub, is used by developers from various industries, including finance, legal, and automotive, to find answers in all kinds of text documents. You can use these answers to improve the search experience, cover the long-tail of chat bot queries, extract structured data from documents, or automate invoicing processes.
\ No newline at end of file
diff --git a/_community_stories/45.md b/_community_stories/45.md
new file mode 100644
index 000000000000..6ad0704a27e1
--- /dev/null
+++ b/_community_stories/45.md
@@ -0,0 +1,7 @@
+---
+title: 'PyTorch at Dolby Labs'
+ext_url: https://www.youtube.com/watch?v=K5hD0et_wUc&list=PL_lsbAsL_o2BY-RrqVDKDcywKnuUTp-f3&index=20
+date: Nov 6, 2019
+tags: ["Research", "NLP"]
+---
+Hear how Dolby Labs is using PyTorch to develop deep learning for audio, and learn about the challenges that audio AI presents and the breakthroughs and applications they’ve built at Dolby to push the field forward.
\ No newline at end of file
diff --git a/_community_stories/46.md b/_community_stories/46.md
new file mode 100644
index 000000000000..d7562ccc49bb
--- /dev/null
+++ b/_community_stories/46.md
@@ -0,0 +1,7 @@
+---
+title: 'Using a Grapheme to Phoneme Model in Cisco’s Webex Assistant'
+ext_url: https://blogs.cisco.com/developer/graphemephoneme01
+date: September 7, 2021
+tags: ["Research", "NLP"]
+---
+Grapheme to Phoneme (G2P) is a function that generates pronunciations (phonemes) for words based on their written form (graphemes). It has an important role in automatic speech recognition systems, natural language processing, and text-to-speech engines. In Cisco’s Webex Assistant, we use G2P modelling to assist in resolving person names from voice. See here for further details of various techniques we use to build robust voice assistants.
\ No newline at end of file
diff --git a/_community_stories/47.md b/_community_stories/47.md
new file mode 100644
index 000000000000..c479e32d0c4d
--- /dev/null
+++ b/_community_stories/47.md
@@ -0,0 +1,7 @@
+---
+title: 'AI21 Labs Trains 178-Billion-Parameter Language Model Using Amazon EC2 P4d Instances, PyTorch'
+ext_url: https://aws.amazon.com/solutions/case-studies/AI21-case-study-p4d/
+date: June 7, 2021
+tags: ["Research", "NLP"]
+---
+AI21 Labs uses machine learning to develop language models focused on understanding meaning, and in 2021 it set a goal to train the recently released Jurassic-1 Jumbo, an autoregressive language model with 178 billion parameters. Developers who register for beta testing will get access to Jurassic-1 Jumbo and can immediately start to customize the model for their use case. The software startup wanted to train the model efficiently, so it looked to Amazon Web Services (AWS) and built a solution using Amazon Elastic Compute Cloud (Amazon EC2), a web service that provides secure, resizable compute capacity in the cloud. Choosing Amazon EC2 gave the company control over the training process, including node allocation.
\ No newline at end of file
diff --git a/_community_stories/48.md b/_community_stories/48.md
new file mode 100644
index 000000000000..147c55460932
--- /dev/null
+++ b/_community_stories/48.md
@@ -0,0 +1,7 @@
+---
+title: 'The Why and How of Scaling Large Language Models'
+ext_url: https://www.youtube.com/watch?v=qscouq3lo0s
+date: Jan 4, 2022
+tags: ["Research", "NLP"]
+---
+Anthropic is an AI safety and research company that’s working to build reliable, interpretable, and steerable AI systems. Over the past decade, the amount of compute used for the largest training runs has increased at an exponential pace. We've also seen in many domains that larger models are able to attain better performance following precise scaling laws. The compute needed to train these models can only be attained using many coordinated machines that are communicating data between them. In this talk, Nicholas Joseph (Technical Staff, Anthropic) goes through why and how they can scale up training runs to use these machines efficiently.
\ No newline at end of file
diff --git a/_community_stories/49.md b/_community_stories/49.md
new file mode 100644
index 000000000000..8dac0320ec2f
--- /dev/null
+++ b/_community_stories/49.md
@@ -0,0 +1,7 @@
+---
+title: 'University of Pécs enables text and speech processing in Hungarian, builds the BERT-large model with just 1,000 euro with Azure'
+ext_url: https://www.microsoft.com/en/customers/story/1402696956382669362-university-of-pecs-higher-education-azure-en-hungary
+date: August 10, 2021
+tags: ["Research", "NLP"]
+---
+Everyone prefers to use their mother tongue when communicating with chat agents and other automated services. However, for languages like Hungarian—spoken by only 15 million people—the market size will often be viewed as too small for large companies to create software, tools or applications that can process Hungarian text as input. Recognizing this need, the Applied Data Science and Artificial Intelligence team from University of Pécs decided to step up. Using Microsoft AI Solutions and ONNX Runtime solutions, it built and trained its own BERT-large model in native Hungarian in under 200 hours and total build cost of 1,000 euro.
\ No newline at end of file
diff --git a/_community_stories/5.md b/_community_stories/5.md
new file mode 100644
index 000000000000..b0006022eece
--- /dev/null
+++ b/_community_stories/5.md
@@ -0,0 +1,7 @@
+---
+title: 'Using PyTorch for Monocular Depth Estimation Webinar'
+ext_url: https://www.youtube.com/watch?v=xf2QgioY370
+date: Sep 27, 2024
+tags: ["Research"]
+---
+In this webinar, Bob Chesebrough of Intel guides you through the steps he took to create a clipped image with background clutter removed from the image. He accomplished this using monocular depth estimation with PyTorch. This could potentially be used to automate structure from motion and other image-related tasks where you want to highlight or focus on a single portion of an image, particularly for identifying parts of the image that were closest to the camera. Specifically, he used depth estimation on a couple of images that he took at a natural history museum to capture just the dinosaur in the foreground, eliminating the background murals, lights, and building structure. The cool thing about this algorithm is that it creates a depth estimate from a single image!
\ No newline at end of file
diff --git a/_community_stories/50.md b/_community_stories/50.md
new file mode 100644
index 000000000000..9f1014e46b5d
--- /dev/null
+++ b/_community_stories/50.md
@@ -0,0 +1,7 @@
+---
+title: 'Mapillary Research: Seamless Scene Segmentation and In-Place Activated BatchNorm'
+ext_url: /blog/mapillary-research/
+date: July 23, 2019
+tags: ["Research"]
+---
+With roads in developed countries like the US changing up to 15% annually, Mapillary addresses a growing demand for keeping maps updated by combining images from any camera into a 3D visualization of the world. Mapillary’s independent and collaborative approach enables anyone to collect, share, and use street-level images for improving maps, developing cities, and advancing the automotive industry.
\ No newline at end of file
diff --git a/_community_stories/51.md b/_community_stories/51.md
new file mode 100644
index 000000000000..2b9e820aa47a
--- /dev/null
+++ b/_community_stories/51.md
@@ -0,0 +1,7 @@
+---
+title: 'How 3DFY.ai Built a Multi-Cloud, Distributed Training Platform Over Spot Instances with TorchElastic and Kubernetes'
+ext_url: https://medium.com/pytorch/how-3dfy-ai-built-a-multi-cloud-distributed-training-platform-over-spot-instances-with-44be40936361
+date: Jun 17, 2021
+tags: ["Research"]
+---
+Deep Learning development is becoming more and more about minimizing the time from idea to trained model. To shorten this lead time, researchers need access to a training environment that supports running multiple experiments concurrently, each utilizing several GPUs.
\ No newline at end of file
diff --git a/_community_stories/52.md b/_community_stories/52.md
new file mode 100644
index 000000000000..4d249134c9ea
--- /dev/null
+++ b/_community_stories/52.md
@@ -0,0 +1,7 @@
+---
+title: 'SearchSage: Learning Search Query Representations at Pinterest'
+ext_url: https://medium.com/pinterest-engineering/searchsage-learning-search-query-representations-at-pinterest-654f2bb887fc
+date: Nov 9, 2021
+tags: ["Research"]
+---
+Pinterest surfaces billions of ideas to people every day, and the neural modeling of embeddings for content, users, and search queries are key in the constant improvement of these machine learning-powered recommendations. Good embeddings — representations of discrete entities as vectors of numbers — enable fast candidate generation and are strong signals to models that classify, retrieve and rank relevant content.
\ No newline at end of file
diff --git a/_community_stories/53.md b/_community_stories/53.md
new file mode 100644
index 000000000000..7929cd8495db
--- /dev/null
+++ b/_community_stories/53.md
@@ -0,0 +1,7 @@
+---
+title: 'IBM Research: Bringing massive AI models to any cloud'
+ext_url: https://research.ibm.com/blog/ibm-pytorch-cloud-ai-ethernet
+date: Nov 17, 2022
+tags: ["Research"]
+---
+The field of AI is in the middle of a revolution. In recent years, AI models have made images, songs, or even websites out of simple text prompts. These types of models with billions of parameters, called foundation models, can with little fine-tuning be repurposed from one task to another, removing countless hours of training and labelling, and refitting a model to take on a new task.
\ No newline at end of file
diff --git a/_community_stories/54.md b/_community_stories/54.md
new file mode 100644
index 000000000000..a6e2e0b4a958
--- /dev/null
+++ b/_community_stories/54.md
@@ -0,0 +1,7 @@
+---
+title: 'ChemicalX: A Deep Learning Library for Drug Pair Scoring'
+ext_url: https://arxiv.org/abs/2202.05240
+date: Feb 10, 2022
+tags: ["Research", "Healthcare"]
+---
+In this paper, we introduce ChemicalX, a PyTorch-based deep learning library designed for providing a range of state of the art models to solve the drug pair scoring task. The primary objective of the library is to make deep drug pair scoring models accessible to machine learning researchers and practitioners in a streamlined this http URL design of ChemicalX reuses existing high level model training utilities, geometric deep learning, and deep chemistry layers from the PyTorch ecosystem. Our system provides neural network layers, custom pair scoring architectures, data loaders, and batch iterators for end users. We showcase these features with example code snippets and case studies to highlight the characteristics of ChemicalX. A range of experiments on real world drug-drug interaction, polypharmacy side effect, and combination synergy prediction tasks demonstrate that the models available in ChemicalX are effective at solving the pair scoring task. Finally, we show that ChemicalX could be used to train and score machine learning models on large drug pair datasets with hundreds of thousands of compounds on commodity hardware.
\ No newline at end of file
diff --git a/_community_stories/55.md b/_community_stories/55.md
new file mode 100644
index 000000000000..103aa76737c0
--- /dev/null
+++ b/_community_stories/55.md
@@ -0,0 +1,7 @@
+---
+title: 'Graph Convolutional Operators in the PyTorch JIT'
+ext_url: https://www.youtube.com/watch?v=4swsvOLzL_A&list=PL_lsbAsL_o2BSe3eS4spnodObBa3RL08E&index=3
+date: Dec 2, 2020
+tags: ["Research", "Science"]
+---
+In this talk, scientist Lindsey Gray and Ph.D. student Matthias Fey co-examine how the challenges of High Energy Particle Physics are driving the need for more efficient research and development pipelines in neural network development. In particular, they look at the additions made to PyTorch Geometric, which allow Graph Neural Network models to be compiled by the PyTorch JIT, significantly easing the process of deploying such networks at scale.
\ No newline at end of file
diff --git a/_community_stories/56.md b/_community_stories/56.md
new file mode 100644
index 000000000000..8a07059e38db
--- /dev/null
+++ b/_community_stories/56.md
@@ -0,0 +1,8 @@
+---
+title: 'How Intel Uses PyTorch to Empower Generative AI through Intel Arc GPUs'
+ext_url: /blog/how-intel-uses-pytorch-to-empower-generative-ai-through-intel-arc-gpus/
+date: Jan 24, 2025
+tags: ["Gaming"]
+---
+Intel has long been at the forefront of technological innovation, and its recent venture into Generative AI (GenAI) solutions is no exception. With the rise of AI-powered gaming experiences, Intel sought to deliver an accessible and intuitive GenAI inferencing solution tailored for AI PCs powered by Intel’s latest GPUs. By leveraging PyTorch as the backbone for development efforts, Intel successfully launched AI Playground, an open source application that showcases advanced GenAI workloads.
+
diff --git a/_community_stories/57.md b/_community_stories/57.md
new file mode 100644
index 000000000000..7e717dfd000b
--- /dev/null
+++ b/_community_stories/57.md
@@ -0,0 +1,8 @@
+---
+title: 'How IBM Research Uses PyTorch and TerraTorch to Make Geospatial Computer Vision Accessible for Everyone'
+ext_url: /blog/how-ibm-uses-pt-terratorch/
+date: May 1, 2025
+tags: ["Computer Vision"]
+---
+
+Geospatial computer vision is essential for understanding our planet — from monitoring deforestation to tracking urban development and analyzing the impacts of climate change. However, the coding and deep learning skills for applying AI models to satellite imagery and earth observation data has traditionally been a major barrier for many practitioners.
diff --git a/_community_stories/6.md b/_community_stories/6.md
new file mode 100644
index 000000000000..b218ca839725
--- /dev/null
+++ b/_community_stories/6.md
@@ -0,0 +1,7 @@
+---
+title: 'How Wadhwani AI Uses PyTorch To Empower Cotton Farmers'
+ext_url: https://medium.com/pytorch/how-wadhwani-ai-uses-pytorch-to-empower-cotton-farmers-14397f4c9f2b
+date: Oct 22, 2020
+tags: ["Agriculture"]
+---
+Cotton is a major fibre crop across the world, cultivated in over 80 countries with nearly 100 million families across the world rely on cotton farming for their livelihood. With such importance placed on many farmers’ crops, cotton’s particular vulnerability to pest infestations has been troubling to many. However, pest infestation is also simultaneously one of the most significant and preventable problems that farmers face with 55% of all pesticide usage in India being devoted to cotton farming.
\ No newline at end of file
diff --git a/_community_stories/7.md b/_community_stories/7.md
new file mode 100644
index 000000000000..7103bf45be6c
--- /dev/null
+++ b/_community_stories/7.md
@@ -0,0 +1,7 @@
+---
+title: 'How Lyft Uses PyTorch to Power Machine Learning for Their Self-Driving Cars'
+ext_url: https://medium.com/pytorch/how-lyft-uses-pytorch-to-power-machine-learning-for-their-self-driving-cars-80642bc2d0ae
+date: Oct 7, 2020
+tags: ["Autonomous Driving"]
+---
+Lyft’s mission is to improve people’s lives with the world’s best transportation. We believe in a future where self-driving cars make transportation safer and more accessible for everyone. That’s why Level 5, Lyft’s self-driving division, is developing a complete autonomous system for the Lyft network to provide riders’ access to the benefits of this technology. However, this is an incredibly complex task.
\ No newline at end of file
diff --git a/_community_stories/8.md b/_community_stories/8.md
new file mode 100644
index 000000000000..f23672204a07
--- /dev/null
+++ b/_community_stories/8.md
@@ -0,0 +1,7 @@
+---
+title: 'Wayve’s AV2.0 builds a brighter future with Azure Machine Learning and PyTorch'
+ext_url: https://www.microsoft.com/en/customers/story/1415185921593450824-wayve-partner-professional-services-azure-machine-learning
+date: May 25, 2022
+tags: ["Autonomous Driving"]
+---
+Wayve wants to accelerate and scale autonomous vehicle (AV) development by using vision-based machine learning for rapid prototyping and quick iteration. So, it developed a platform that uses the open-source machine learning framework PyTorch with Microsoft Azure Machine Learning to gather, manage, and process millions of hours of driving data per year—petabytes of data—consisting of images, GPS data, and data from other sensors. Wayve now has the scalable capacity to build and iterate driving models for complex urban environments, adjust models more nimbly, and adapt to new environments more readily.
\ No newline at end of file
diff --git a/_community_stories/9.md b/_community_stories/9.md
new file mode 100644
index 000000000000..0d208d53d26d
--- /dev/null
+++ b/_community_stories/9.md
@@ -0,0 +1,8 @@
+---
+title: 'AI Helps Duolingo Personalize Language Learning'
+ext_url: https://aws.amazon.com/machine-learning/customers/innovators/duolingo/
+date: May 25, 2024
+tags: ["Education"]
+---
+Learning a foreign language was probably one of your goals last year. And the year before, and the year before that. Like gym memberships, our best intentions often don’t survive very long. Aside from the time required to achieve proficiency with a new language, most people struggle with traditional approaches to learning. Even many web-based language tools can be monotonous and cumbersome.
+
diff --git a/_ecosystem/opencompass b/_ecosystem/opencompass
new file mode 100644
index 000000000000..a55a4ef31f61
--- /dev/null
+++ b/_ecosystem/opencompass
@@ -0,0 +1,10 @@
+---
+layout: ecosystem_detail
+title: OpenCompass
+summary: OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.
+link: https://github.com/open-compass/opencompass
+summary-home: OpenCompass is an LLM evaluation platform, supporting a wide range of models (Llama3, Mistral, InternLM2,GPT-4,LLaMa2, Qwen,GLM, Claude, etc) over 100+ datasets.
+featured-home: false
+github-id: open-compass/opencompass
+date-added: 12/18/24
+---
diff --git a/_events/ai-programming.md b/_events/ai-programming.md
new file mode 100644
index 000000000000..32379ba8c65e
--- /dev/null
+++ b/_events/ai-programming.md
@@ -0,0 +1,19 @@
+---
+category: event
+title: "AI-Powered Competitive Programming: My HackerCup 2024 Experience"
+date: January 24, 2025
+poster: assets/images/ai-programming.png
+---
+
+**Date**: January 24, 2025, 1PM ET
+
+
+
+
+
+
+In this talk, Anton will share how he built an AI agent that ranked #1 in the finals of Meta HackerCup 2024 (AI division). Anton developed a workflow that could solve the hardest competitive programming problems quickly and reliably. Anton will walk through how he used state-of-the-art reasoning LLM models, curated RAG, and leveraged cloud infrastructure to safely test and execute solutions at scale. This approach highlights the massive potential of test-time compute scaling and provides insights into AI's future role in programming.
+
+Anton Pidkuiko is a Software Engineer at Meta, Reality Labs in London. He is currently working on applying the power of Large Language Models to Metaverse Avatar product experiences.
+
+[More info on this event.](/ai-powered-competitive-programming)
diff --git a/_events/autonomous-language-model-systems.md b/_events/autonomous-language-model-systems.md
new file mode 100644
index 000000000000..8532258afef0
--- /dev/null
+++ b/_events/autonomous-language-model-systems.md
@@ -0,0 +1,23 @@
+---
+category: event
+title: "Towards Autonomous Language Model Systems"
+date: May 21, 2025
+poster: assets/images/pt-day-cfp.png
+---
+
+
+
+
+
+**Date**: May 21, 2025, 11AM PT / 2PM ET
+**Location**: Online
+
+Language models (LMs) are increasingly used to assist users in day-to-day tasks such as programming (Github Copilot) or search (Google's AI Overviews). But can we build language model systems that are able to autonomously complete entire tasks end-to-end?
+
+In this talk, Ofir Press will discuss efforts to build autonomous LM systems, focusing on the software engineering domain. Ofir will present SWE-bench, a novel method for measuring AI systems on their abilities to fix real issues in popular software libraries. Ofir will then discuss SWE-agent, a system for solving SWE-bench tasks.
+
+SWE-bench and SWE-agent are used by many leading AI organizations in academia and industry, including OpenAI, Anthropic, Meta, and Google, and SWE-bench has been downloaded over 2 million times. These projects show that academics on tight budgets can have a substantial impact in steering the research community toward building autonomous systems that can complete challenging tasks.
+
+Ofir is a postdoc at Princeton University, where they mainly work with Karthik Narasimhan's lab. Ofir previously completed their PhD at the University of Washington in Seattle, where Ofir was advised by Noah Smith. During their PhD, Ofir spent two years at Facebook AI Research Labs on Luke Zettlemoyer's team.
+
+[Register Now](/autonomous-language-model-systems)
diff --git a/_events/ce1.md b/_events/ce1.md
new file mode 100644
index 000000000000..94c9e66165d9
--- /dev/null
+++ b/_events/ce1.md
@@ -0,0 +1,14 @@
+---
+category: event
+title: "COLING 2025"
+date: Jan 19, 2025
+---
+
+
+**Date**: Jan 19 - 25, 2025
+
+COLING, the International Conference on Computational Linguistics, is one of the premier conferences for the natural language processing and computational linguistics.
+
+First established in 1965, the biennial COLING conference is held in diverse parts of the globe and attracts participants from both top-ranked research centers and emerging countries. Today, the most important developments in our field are taking place not only in universities and academic research institutes but also in industrial research departments including tech-startups. COLING provides opportunities for all these communities to showcase their exciting discovery.
+
+[Learn more about this event](https://coling2025.org/)
\ No newline at end of file
diff --git a/_events/ce10.md b/_events/ce10.md
new file mode 100644
index 000000000000..67d9e00f66f8
--- /dev/null
+++ b/_events/ce10.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "PyCon 2025"
+date: May 14, 2025
+---
+
+
+**Date**: May 15 - 22, 2025
+**Location**: Pittsburgh, PA
+
+At PyCon US 2025, find a program filled with pre-conference tutorials and sponsor presentations, 90+ of our community’s best talks, which includes the Charlas track, brilliant keynote speakers, posters on display, a lively Expo Hall filled with incredible Sponsors’ booths, and famed lightning talks on each main conference day.
+
+[Learn more about this event](https://us.pycon.org/2025/)
diff --git a/_events/ce11.md b/_events/ce11.md
new file mode 100644
index 000000000000..7cc0095a96cd
--- /dev/null
+++ b/_events/ce11.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "Gamesbeat Summit 2025"
+date: May 19, 2025
+---
+
+
+**Date**: May 19 - 20, 2025
+**Location**: Los Angeles, CA
+
+The gaming industry is on the cusp of a transformative era, driven by innovation, cultural impact, and new economic opportunities. At GamesBeat Summit 2025, explore how creative storytelling, community engagement, and effective business strategies that are shaping the future of gaming industry.
+
+Delve into the diverse influences—ranging from player experiences to industry collaborations—that are paving the way for the next phase of growth.
+
+[Learn more about this event](https://gbs.venturebeat.com/)
diff --git a/_events/ce12.md b/_events/ce12.md
new file mode 100644
index 000000000000..d2ea93af6df7
--- /dev/null
+++ b/_events/ce12.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "NYC Tech Week"
+date: Jun 2, 2025
+---
+
+
+**Date**: Jun 2 - 8, 2025
+**Location**: New York City
+
+Tech Week is a decentralized tech conference presented by a16z. Every Tech Week, hundreds of events take place across the host city - from hackathons to panel events, community meetups and more. Every event is organized individually by startups, companies and VCs.
+
+[Learn more about this event](https://www.tech-week.com/)
diff --git a/_events/ce14.md b/_events/ce14.md
new file mode 100644
index 000000000000..fcfab07f890f
--- /dev/null
+++ b/_events/ce14.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "Data + AI Summit"
+date: Jun 9, 2025
+---
+
+
+**Date**: Jun 9 - 12, 2025
+**Location**: San Francisco, CA
+
+Join 20,000 peers for 700+ sessions, keynotes and training at the world’s largest data, analytics and AI conference.
+
+[Learn more about this event](https://www.databricks.com/dataaisummit)
diff --git a/_events/ce15.md b/_events/ce15.md
new file mode 100644
index 000000000000..e85a7403d1e8
--- /dev/null
+++ b/_events/ce15.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "CVPR 2025"
+date: Jun 10, 2025
+---
+
+
+**Date**: Jun 10 - 17, 2025
+**Location**: Nashville, TN
+
+The IEEE / CVF Computer Vision and Pattern Recognition Conference (CVPR) is the premier annual computer vision event comprising the main conference and several co-located workshops and short courses. With its high quality and low cost, it provides an exceptional value for students, academics and industry researchers.
+
+[Learn more about this event](https://cvpr.thecvf.com/)
diff --git a/_events/ce16.md b/_events/ce16.md
new file mode 100644
index 000000000000..eda670bc7191
--- /dev/null
+++ b/_events/ce16.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "We are Developers Conference"
+date: Jul 9, 2025
+---
+
+
+**Date**: Jul 9 - 11, 2025
+**Location**: Berlin, Germany
+
+Join the largest gathering of software innovators, tech leaders, and decision-makers shaping the future of AI-powered technology.
+
+[Learn more about this event](https://www.wearedevelopers.com/world-congress)
diff --git a/_events/ce17.md b/_events/ce17.md
new file mode 100644
index 000000000000..ded03e328983
--- /dev/null
+++ b/_events/ce17.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "ICML 2025"
+date: Jul 13, 2025
+---
+
+
+**Date**: Jul 13 - 19, 2025
+**Location**: Berlin, Germany
+
+Forty-Second International Conference on Machine Learning.
+
+[Learn more about this event](https://icml.cc/)
diff --git a/_events/ce18.md b/_events/ce18.md
new file mode 100644
index 000000000000..dd61d8531f90
--- /dev/null
+++ b/_events/ce18.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "SIGGRAPH 2025"
+date: Aug 10, 2025
+---
+
+
+**Date**: Aug 10 - 14, 2025
+**Location**: Vancouver, B.C.
+
+[ACM SIGGRAPH](https://www.siggraph.org/) is a special interest group (SIG) devoted to computer graphics (GRAPH) within the [Association for Computing Machinery](https://www.acm.org/) (ACM), the world’s largest educational and scientific computing society devoted to advancing computing as a science and a profession. Its annual conference, first held in 1974, is the premier conference on computer graphics and interactive techniques worldwide. At SIGGRAPH 2025, we boldly look toward the future, imagining how humanity and technology will be increasingly connected and examining how we can create a future that connects our physical and digital worlds for the better.
+
+[Learn more about this event](https://s2025.siggraph.org/)
diff --git a/_events/ce19.md b/_events/ce19.md
new file mode 100644
index 000000000000..2e9625dd9a67
--- /dev/null
+++ b/_events/ce19.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "San Francisco Tech Week"
+date: Oct 6, 2025
+---
+
+
+**Date**: Oct 6 - 12, 2025
+**Location**: San Francisco
+
+Tech Week is a decentralized tech conference presented by a16z. Every Tech Week, hundreds of events take place across the host city - from hackathons to panel events, community meetups and more. Every event is organized individually by startups, companies and VCs.
+
+[Learn more about this event](https://www.tech-week.com/)
diff --git a/_events/ce2.md b/_events/ce2.md
new file mode 100644
index 000000000000..f0857e44a475
--- /dev/null
+++ b/_events/ce2.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "Open Source AI Summit"
+date: Jan 22, 2025
+---
+
+
+**Date**: Jan 22, 2025
+**Location**: Paris, France
+
+Open Source AI has become a major trend in the industry, with even many digital giants adopting an Open Source approach. While Open Source AI isn't magic, it does offer the potential to address many challenges more effectively than proprietary AI models.
+
+This first edition of the Paris Open Source AI Summit will bring together global leaders and industry players to address these issues. The summit will aim to establish a common set of ideas, vocabulary and definitions to create a shared understanding of the current state of Open Source AI.
+
+[Learn more about this event](https://opensourceaisummit.eu/#rec838155366)
diff --git a/_events/ce20.md b/_events/ce20.md
new file mode 100644
index 000000000000..de0a07092616
--- /dev/null
+++ b/_events/ce20.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "LA Tech Week"
+date: Oct 13, 2025
+---
+
+
+**Date**: Oct 13 - 19, 2025
+**Location**: Los Angeles, CA
+
+Tech Week is a decentralized tech conference presented by a16z. Every Tech Week, hundreds of events take place across the host city - from hackathons to panel events, community meetups and more. Every event is organized individually by startups, companies and VCs.
+
+[Learn more about this event](https://www.tech-week.com/)
diff --git a/_events/ce21.md b/_events/ce21.md
new file mode 100644
index 000000000000..c7b0e5dae932
--- /dev/null
+++ b/_events/ce21.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "ICCV 2025"
+date: Oct 20, 2025
+---
+
+
+**Date**: Oct 20 - 24, 2025
+**Location**: Honolulu, HI
+
+International Conference on Computer Vision, ICCV 2025.
+
+[Learn more about this event](https://iccv.thecvf.com/)
diff --git a/_events/ce22.md b/_events/ce22.md
new file mode 100644
index 000000000000..07ef894b515a
--- /dev/null
+++ b/_events/ce22.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "Open Source AI Week"
+date: Oct 18, 2025
+---
+
+
+**Date**: Oct 18 - 26, 2025
+**Location**: San Francisco, CA
+
+Open Source AI Week is the premier event that brings together the best AI and ML conferences, hackathons, startup showcases, and networking opportunities exploring the intersection of artificial intelligence, machine learning, and open source technology. Taking place between October 18 – 26, 2025 in San Francisco area. This week-long celebration is dedicated to fostering innovation, collaboration, and community-driven solutions in the rapidly evolving AI landscape, featuring the PyTorch Conference as the flagship event.
+
+[Submit your event](https://linuxfoundation.research.net/r/FD6JMH5) to be included in Open Source AI Week, and check back mid-May to see the Open Source AI Week event lineup!
+
+[Learn more about this event](https://events.linuxfoundation.org/open-source-ai-week/)
diff --git a/_events/ce23.md b/_events/ce23.md
new file mode 100644
index 000000000000..e06dedf1e645
--- /dev/null
+++ b/_events/ce23.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "NeurIPS 2025"
+date: Dec 7, 2025
+---
+
+
+**Date**: Dec 7 - 10, 2025
+**Location**: San Diego, CA
+
+The Thirty-Ninth Annual Conference on Neural Information Processing Systems.
+
+[Learn more about this event](https://neurips.cc/)
diff --git a/_events/ce24.md b/_events/ce24.md
new file mode 100644
index 000000000000..d08216a6e078
--- /dev/null
+++ b/_events/ce24.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "ECCV 2026"
+date: Sep 9, 2025
+---
+
+
+**Date**: Sep 9 - 13, 2026
+**Location**: Malmö, Sweden
+
+ECCV is the official event under the European Computer Vision Association and is biannual on even numbered years. Any other event trying to utilize this title is not a sanctioned event.
+
+The European Conference on Computer Vision (ECCV) is a biennial premier research conference in Computer Vision and Machine Learning, managed by the [European Computer Vision Association (ECVA)](https://www.ecva.net/). It is held on even years and gathers the scientific and industrial communities on these areas. The first ECCV was held in 1990 in Antibes, France, and subsequently organized all over Europe. Paper proceedings are published by [Springer Science+Business Media](https://en.wikipedia.org/wiki/Springer_Science%2BBusiness_Media).
+
+[Learn more about this event](https://eccv.ecva.net/)
diff --git a/_events/ce25.md b/_events/ce25.md
new file mode 100644
index 000000000000..2d9d6d02d568
--- /dev/null
+++ b/_events/ce25.md
@@ -0,0 +1,11 @@
+---
+category: event
+title: "GOSIM AI"
+date: May 6, 2025
+---
+
+
+**Date**: May 6 - 7, 2025
+**Location**: Paris, France
+
+[Learn more about this event](https://paris2025.gosim.org/)
diff --git a/_events/ce26.md b/_events/ce26.md
new file mode 100644
index 000000000000..328b0fd3d870
--- /dev/null
+++ b/_events/ce26.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "PyTorch ATX Community Meetup"
+date: April 30, 2025
+---
+
+
+**Date**: April 30, 2025
+**Location**: Austin, TX
+
+The Triton framework provides a hardware agnostic way of programming and targeting GPUs. As Triton becomes more widely adopted, it will be essential in understanding how to write, optimize and troubleshoot the Triton kernel in order to optimize GPU efficiency for algorithms. Join the PyTorch community meetup to learn how Red Hat, Intel, AMD, IBM Research and University of Texas are working on developing Triton kernels.
+
+[Learn more about this event](https://meetu.ps/e/NYlm0/qrnF8/i)
diff --git a/_events/ce3.md b/_events/ce3.md
new file mode 100644
index 000000000000..9a4e195afee3
--- /dev/null
+++ b/_events/ce3.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "Open Source Forum"
+date: Feb 13, 2025
+---
+
+
+**Date**: Feb 13, 2025
+**Location**: Los Angeles, CA
+
+The Academy Software Foundation’s (ASWF) annual Open Source Forum brings together Foundation members and select guests from the motion picture and media industries to collaborate and discuss the future of open source software.
+
+Open Source Forum 2025 features a new format to better enable open dialogue and interactive discussion. Hosted at Walt Disney Animation Studios in Burbank, CA, the half-day event will kick off with several presentations around the anatomy of a studio, emerging technologies impacting studios, and open source opportunities, followed by a moderated discussion.
+
+[Learn more about this event](https://events.linuxfoundation.org/aswf-open-source-forum/)
diff --git a/_events/ce4.md b/_events/ce4.md
new file mode 100644
index 000000000000..1b1063abf142
--- /dev/null
+++ b/_events/ce4.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "AAAI Conference on AI"
+date: Feb 25, 2025
+---
+
+
+**Date**: Feb 25 - Mar 4, 2025
+**Location**: Philadelphia, PA
+
+The purpose of the AAAI conference series is to promote research in Artificial Intelligence (AI) and foster scientific exchange between researchers, practitioners, scientists, students, and engineers across the entirety of AI and its affiliated disciplines. AAAI-25 will feature technical paper presentations, special tracks, invited speakers, workshops, tutorials, poster sessions, senior member presentations, competitions, and exhibit programs, and a range of other activities to be announced.
+
+[Learn more about this event](https://aaai.org/conference/aaai/)
diff --git a/_events/ce5.md b/_events/ce5.md
new file mode 100644
index 000000000000..6be2a635a465
--- /dev/null
+++ b/_events/ce5.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "Nvidia GTC 2025"
+date: Mar 17, 2025
+---
+
+
+**Date**: Mar 17 - 21, 2025
+**Location**: San Jose, CA
+
+Nvidia's GTC 2025, a global AI conference for developers, showcased advancements in AI, robotics, and data centers, with key announcements including the Blackwell Ultra AI chip and the Vera Rubin architecture.
+
+[Learn more about this event](https://www.nvidia.com/gtc/)
diff --git a/_events/ce6.md b/_events/ce6.md
new file mode 100644
index 000000000000..1a45335fedf1
--- /dev/null
+++ b/_events/ce6.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "LF Member Summit"
+date: Mar 18, 2025
+---
+
+
+**Date**: Mar 18 - 20, 2025
+**Location**: Napa, CA
+
+The Linux Foundation Member Summit is the annual gathering for Linux Foundation member organizations.
+
+An annual gathering for Linux Foundation members that fosters collaboration, innovation, and partnerships among the leading projects and organizations working to drive digital transformation with open source technologies. It is a must-attend for business and technical leaders looking to advance open source strategy, implementation, and investment in their organizations and learn how to collaboratively manage the largest shared technology investment of our time.
+
+[Learn more about this event](https://events.linuxfoundation.org/lf-member-summit/)
diff --git a/_events/ce7.md b/_events/ce7.md
new file mode 100644
index 000000000000..37a87c50453f
--- /dev/null
+++ b/_events/ce7.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "ICLR 2025"
+date: Apr 24, 2025
+---
+
+
+**Date**: Apr 24 - 28, 2025
+**Location**: Singapore
+
+The International Conference on Learning Representations (ICLR) is the premier gathering of professionals dedicated to the advancement of the branch of artificial intelligence called representation learning, but generally referred to as deep learning.
+
+ICLR is globally renowned for presenting and publishing cutting-edge research on all aspects of deep learning used in the fields of artificial intelligence, statistics and data science, as well as important application areas such as machine vision, computational biology, speech recognition, text understanding, gaming, and robotics.
+
+[Learn more about this event](https://iclr.cc/)
diff --git a/_events/ce8.md b/_events/ce8.md
new file mode 100644
index 000000000000..13d99e29d4bc
--- /dev/null
+++ b/_events/ce8.md
@@ -0,0 +1,15 @@
+---
+category: event
+title: "Dubai AI Festival"
+date: Apr 23, 2025
+---
+
+
+**Date**: Apr 23 - 24, 2025
+**Location**: Dubai, UAE
+
+At Dubai AI Festival, attendees will experience the convergence of artificial intelligence, blockchain, XR, decentralised systems, driving the progression of digital economies and technological innovation.
+
+This dynamic platform is designed to foster collaboration, innovation, and knowledge-sharing among industry leaders, entrepreneurs, and tech enthusiasts from around the world. Join us to engage with the future of technology at Dubai AI Festival.
+
+[Learn more about this event](https://dubaiaifestival.com/)
diff --git a/_events/ce9.md b/_events/ce9.md
new file mode 100644
index 000000000000..99bfe5b69ed9
--- /dev/null
+++ b/_events/ce9.md
@@ -0,0 +1,13 @@
+---
+category: event
+title: "MLSys"
+date: May 12, 2025
+---
+
+
+**Date**: May 12 - 15, 2025
+**Location**: Santa Clara, CA
+
+The Eighth Annual Conference on Machine Learning and Systems
+
+[Learn more about this event](https://mlsys.org/)
diff --git a/_events/devcon-meetup.md b/_events/devcon-meetup.md
new file mode 100644
index 000000000000..a93c10cd4c6b
--- /dev/null
+++ b/_events/devcon-meetup.md
@@ -0,0 +1,10 @@
+---
+category: event
+title: "PyTorch Meetup at DevConf.IN 2025"
+date: Feb 28, 2025
+---
+
+**Date**: Feb 28, 2025
+**Location**: Pune, India
+
+[Event Blog](https://pytorch.org/blog/pt-fedora-os-communities/)
\ No newline at end of file
diff --git a/_events/docathon-2025.md b/_events/docathon-2025.md
new file mode 100644
index 000000000000..88bc55a52724
--- /dev/null
+++ b/_events/docathon-2025.md
@@ -0,0 +1,16 @@
+---
+category: event
+title: "Docathon 2025"
+date: Jun 3, 2025
+---
+
+**Date**: June 3-18, 2025
+**Location**: Online
+
+
+
+
+
+The PyTorch Docathon 2025, akin to a hackathon, is an event dedicated to enhancing the quality of the PyTorch documentation with the invaluable assistance of our community. This is an inclusive event designed to be accessible to all levels of expertise, from newcomers to experienced ML/PyTorch users. It offers a rewarding experience as participants can see the direct impact of their contributions on the project's usability and accessibility. The Docathon promotes a collaborative environment, allowing participants to work with other contributors and PyTorch maintainers, fostering the exchange of ideas and networking. It also provides a rich learning experience, offering the opportunity to explore PyTorch modules, update docstrings, and test tutorials.
+
+[RSVP Now](https://community.linuxfoundation.org/events/details/lfhq-pytorch-foundation-presents-pytorch-docathon-june-3rd-18th-2025/)
\ No newline at end of file
diff --git a/_events/kr-conf.md b/_events/kr-conf.md
new file mode 100644
index 000000000000..2acc9671a2a9
--- /dev/null
+++ b/_events/kr-conf.md
@@ -0,0 +1,12 @@
+---
+category: event
+title: "PyTorch KR Conference"
+date: March 30, 2025
+---
+
+**Date**: March 30, 2025, 13:00 ~ 18:00
+**Location**: Seoul, Republic of Korea
+
+Hear from speakers from the PyTorch Foundation, Meta, FuriosaAI, Lablup, Nota AI, Rebellions, etc.
+
+[Event Info](https://event-us.kr/pytorchkr/event/100142)
\ No newline at end of file
diff --git a/_events/multi-modal-dl-frame.md b/_events/multi-modal-dl-frame.md
new file mode 100644
index 000000000000..ed2539f2d0d0
--- /dev/null
+++ b/_events/multi-modal-dl-frame.md
@@ -0,0 +1,18 @@
+---
+category: event
+title: "Multi-Modal Tabular Deep Learning with PyTorch Frame"
+date: February 19
+poster: assets/images/multi-modal-dl-frame.png
+---
+
+**Date**: February 19, 12 pm PST
+
+
+
+
+
+In this talk, Akihiro introduced PyTorch Frame, a modular framework for multi-modal tabular deep learning. PyTorch Frame enables seamless integration with the PyTorch ecosystem, including PyTorch Geometric for graph-based message passing across relational data and Hugging Face Transformers for extracting rich text features. The talk also highlights its specialized data structures for efficiently handling sparse features, making PyTorch Frame an essential tool for modern tabular data.
+
+Akihiro Nitta is a software engineer on the ML team at Kumo.ai and a core contributor to PyTorch Frame and PyTorch Geometric, with prior experience as a maintainer of PyTorch Lightning.
+
+[Learn more about the event](/multi-modal-dl-frame)
diff --git a/_events/pt-26-live-q-a.md b/_events/pt-26-live-q-a.md
new file mode 100644
index 000000000000..6838babb7ebe
--- /dev/null
+++ b/_events/pt-26-live-q-a.md
@@ -0,0 +1,20 @@
+---
+category: event
+title: "PyTorch 2.6 Live Q&A"
+date: February 7, 2025
+poster: assets/images/ai-programming.png
+---
+
+**Date**: February 7, 10 am PST
+
+
+
+
+
+Wondering what's new in the recent PyTorch 2.6 release? Do you have questions? Join us for a live Q&A on PyTorch 2.6 with PyTorch Core Maintainer, Nikita Shulga (Meta).
+
+Nikita is a Software Engineer at Meta where he is, among other things, responsible for PyTorch releases and continuous integration. Nikita is committed to uplifting the developer community and continuously improving PyTorch. He earned his Master’s degree in Applied Mathematics from the Moscow Institute of Physics and Technology (MIPT).
+
+Bring your PyTorch 2.6 questions for Nikita during this live Q&A session.
+
+[More info on this event.](/pt-26-live-q-a)
diff --git a/_events/pt-27-release-qa.md b/_events/pt-27-release-qa.md
new file mode 100644
index 000000000000..d1e75363137e
--- /dev/null
+++ b/_events/pt-27-release-qa.md
@@ -0,0 +1,25 @@
+---
+category: event
+title: "PyTorch 2.7 Release Live Q&A"
+date: Apr 28, 2025
+poster: assets/images/pt27qa.png
+---
+
+
+
+
+
+**Date**: April 28, 12 pm PT
+**Speakers**: Piotr Bialecki (NVIDIA) and Nikita Shulga (Meta)
+**Location**: Online
+
+Have questions about PyTorch 2.7? Join PyTorch Core Maintainers Piotr Bialecki (NVIDIA) and Nikita Shulga (Meta) for a live Q&A session on Monday, April 28 at 12 PM PST.
+
+Piotr joined the PyTorch team at NVIDIA in 2019 and currently manages the team. He drives NVIDIA’s effort in maintaining and advancing PyTorch’s CUDA backend and received the PyTorch SUPERHERO award in 2023 for his community contributions, especially in the PyTorch discussion board. As a Core Maintainer, he is also focused on PyTorch’s long-term vision and development.
+
+Nikita is a Software Engineer at Meta where, among other things, he is responsible for PyTorch releases and continuous integration. Nikita is committed to uplifting the developer community and continuously improving PyTorch. He earned a Master’s degree in Applied Mathematics from the Moscow Institute of Physics and Technology (MIPT).
+
+Bring your PyTorch 2.7 questions for Piotr & Nikita during this live Q&A session.
+
+[Learn more about this event](/pt-27-release-qa)
+
diff --git a/_events/pt-day-china-2025.md b/_events/pt-day-china-2025.md
new file mode 100644
index 000000000000..a8cb293c7fb8
--- /dev/null
+++ b/_events/pt-day-china-2025.md
@@ -0,0 +1,18 @@
+---
+category: event
+title: "PyTorch Day China 2025"
+date: June 7, 2025
+---
+
+
+
+
+
+**Date:** June 7, 2025
+**Location:** Beijing, China
+
+PyTorch Day China 2025, proudly hosted by the PyTorch Foundation, is the premier gathering dedicated to open-source AI and machine learning innovation. Scheduled for June 7th in Beijing, China and co-located with the BAAI Conference, this community-driven event provides an unparalleled platform for PyTorch enthusiasts, machine learning engineers, AI researchers, and industry professionals.
+
+Immerse yourself in a vibrant day of insightful technical talks, interactive discussions, and engaging poster sessions designed to foster knowledge exchange and collaboration. PyTorch Day China is your gateway to connecting with leading experts and peers in the open-source AI community, offering you unique opportunities to explore cutting-edge advancements and shape the future of deep learning.
+
+[Read more about the event](https://www.lfasiallc.com/pytorch-day-china/)
\ No newline at end of file
diff --git a/_events/pt-day-france-2025.md b/_events/pt-day-france-2025.md
new file mode 100644
index 000000000000..09b44cb627cd
--- /dev/null
+++ b/_events/pt-day-france-2025.md
@@ -0,0 +1,18 @@
+---
+category: event
+title: "PyTorch Day France 2025: Registration Open"
+date: May 7, 2025
+poster: assets/images/pt-day-cfp.png
+---
+
+
+
+
+
+**Date**: May 7, 2025
+**Location**: Paris, France
+
+PyTorch Day France 2025, proudly hosted by the PyTorch Foundation, is the premier gathering dedicated to open-source AI and machine learning innovation. Scheduled for 7 May in Paris, France and co-located with the GOSIM AI Paris, this community-driven event provides an unparalleled platform for PyTorch enthusiasts, machine learning engineers, AI researchers, and industry professionals.
+Immerse yourself in a vibrant day of insightful technical talks, interactive discussions, and engaging poster sessions designed to foster knowledge exchange and collaboration. PyTorch Day France is your gateway to connecting with leading experts and peers in the open-source AI community, offering you unique opportunities to explore cutting-edge advancements and shape the future of deep learning.
+
+[Register Now](https://events.linuxfoundation.org/pytorch-day-france/)
diff --git a/_events/pt-dinov2-multi-label-plant-species-classification.md b/_events/pt-dinov2-multi-label-plant-species-classification.md
new file mode 100644
index 000000000000..f4b7edede489
--- /dev/null
+++ b/_events/pt-dinov2-multi-label-plant-species-classification.md
@@ -0,0 +1,18 @@
+---
+category: event
+title: "Using PyTorch and DINOv2 for Multi-label Plant Species Classification"
+date: March 27
+poster: assets/images/pt-dinov2-multi-label-plant-species-classification.png
+---
+
+**Date**: March 27th, 12 PM PST
+
+
+
+
+
+Join us for an engaging webinar on our innovative transfer learning approach using self-supervised Vision Transformers (DINOv2) for multi-label plant species classification in the PlantCLEF 2024 challenge. We’ll cover how we efficiently extract feature embeddings from a dataset of 1.4 million images and utilize PyTorch Lightning for model training and Apache Spark for data management. Learn about our image processing techniques, including transforming images into grids of tiles and aggregating predictions to overcome computational challenges. Discover the significant performance improvements achieved and get insights into multi-label image classification. Perfect for PyTorch developers, this session will include a Q&A and access to our complete codebase at [github.com/dsgt-kaggle-clef/plantclef-2024](https://github.com/dsgt-kaggle-clef/plantclef-2024).
+
+Murilo Gustineli is a Senior AI Software Solutions Engineer at Intel, and is currently pursuing a Master’s in Computer Science at Georgia Tech focusing on machine learning. His work involves creating synthetic datasets, fine-tuning large language models, and training multi-modal models using Intel® Gaudi® Al accelerators as part of the Development Enablement team. He is particularly interested in deep learning, information retrieval, and biodiversity research, aiming to improve species identification and support conservation efforts.
+
+[Learn more about the event](/pt-dinov2-multi-label-plant-species-classification)
diff --git a/_get_started/get-started-via-cloud-partners.md b/_get_started/get-started-via-cloud-partners.md
index 33a90e1f13e1..6fba614843af 100644
--- a/_get_started/get-started-via-cloud-partners.md
+++ b/_get_started/get-started-via-cloud-partners.md
@@ -32,11 +32,15 @@ get-started-via-cloud: true
{% include_relative installation/google-cloud.md %}
{% endcapture %}
+{% capture lightning-studios %}
+{% include_relative installation/lightning-studios.md %}
+{% endcapture %}
{{aws | markdownify }}
{{google-cloud | markdownify }}
{{azure | markdownify }}
+
{{lightning-studios | markdownify }}
diff --git a/_get_started/installation/lightning-studios.md b/_get_started/installation/lightning-studios.md
new file mode 100644
index 000000000000..7946375fceb9
--- /dev/null
+++ b/_get_started/installation/lightning-studios.md
@@ -0,0 +1,35 @@
+# Using PyTorch with Lightning Studios
+{:.no_toc}
+
+Lightning Studios let you fully experience PyTorch and its ecosystem on accelerated compute in seconds. You can pick a GPU and customize from your browser or any local IDE with zero setup.
+
+**Lightning Studios provide:**
+
+* ready-to-use environments that come with PyTorch and PyTorch Lightning pre-installed
+* accelerated computing on GPUs such as L4, L40S, and H100, and the ability to switch between them in seconds
+* optimized multi-node training, to scale up PyTorch training jobs across machines
+
+Lightning Studios enable you to share fully reproducible environments preloaded with everything you need to build AI systems, like data processing, pretraining, finetuning, inference, etc. Our library of 2K community-built, open sourced templates have pre-installed dependencies, model weights, data, code and more.
+
+## Getting Started
+{: #ls-getting-started}
+
+
+* Go to [lightning.ai](http://lightning.ai/)
+* Sign up (you get 22 free GPU hours monthly)
+* Start up your first Studio
+* Or duplicate one of our templates at [lightning.ai/studios](http://lightning.ai/studios)
+
+**With Studios, you can:**
+
+* Pay-as-you-go
+* Get GPUs from $0.40 p/h
+* Use your own AWS credits
+* Access 24/7 Enterprise support
+
+## Build AI, not infrastructure
+{: #ls-build}
+
+With Lightning Studios, you can easily build AI products with full and low code tools in one place, plus access GPUs, train models and deploy.
+
+AI products like Stable Diffusion and NVIDIA’s NeMo are built with Lightning. Whether you're experimenting with your first model, AI app, or deploying AI at enterprise scale. Lightning powers every stage — even pretraining LLMs on 10,000+ GPUs.
\ No newline at end of file
diff --git a/_get_started/mobile.md b/_get_started/mobile.md
index 2a640293144c..d709ee61e2f8 100644
--- a/_get_started/mobile.md
+++ b/_get_started/mobile.md
@@ -1,6 +1,6 @@
---
layout: get_started
-title: ExecuTorch
+title: PyTorch for Edge
permalink: /get-started/executorch/
background-class: get-started-background
body-class: get-started
@@ -10,11 +10,29 @@ published: true
## Get Started with PyTorch ExecuTorch
-
-
- ExecuTorch Documentation
-
-
+PyTorch’s edge specific library is [ExecuTorch](https://github.com/pytorch/executorch/) and is designed to be lightweight, very performant even on devices with constrained hardware such as mobile phones, embedded systems and microcontrollers.
+
+ExecuTorch relies heavily on PyTorch core technologies such as [torch.compile](https://pytorch.org/docs/stable/torch.compiler.html) and [torch.export](https://pytorch.org/docs/stable/export.html), and should be very familiar to anyone who has used PyTorch in the past.
+
+### Getting Started
+You can get started by following the [general getting started guide](https://pytorch.org/executorch/stable/getting-started.html#) or jump to the specific steps for your target device.
+
+* [Using ExecuTorch on Android](https://pytorch.org/executorch/stable/using-executorch-android.html)
+* [Using ExecuTorch on iOS](https://pytorch.org/executorch/stable/using-executorch-ios.html)
+* [Using ExecuTorch with C++](https://pytorch.org/executorch/stable/using-executorch-cpp.html)
+
+### Hardware Acceleration
+ExecuTorch provides out of the box hardware acceleration for a growing number of chip manufacturers. See the following resources to learn more about how to leverage them:
+
+* [Backend Overview](https://pytorch.org/executorch/stable/backends-overview.html)
+* [XNNPACK](https://pytorch.org/executorch/stable/backends-xnnpack.html)
+* [Core ML](https://pytorch.org/executorch/stable/backends-coreml.html)
+* [MPS](https://pytorch.org/executorch/stable/backends-mps.html)
+* [Vulkan](https://pytorch.org/executorch/stable/backends-vulkan.html)
+* [ARM Ethos-U](https://pytorch.org/executorch/stable/backends-arm-ethos-u.html)
+* [Qualcomm AI Engine](https://pytorch.org/executorch/stable/backends-qualcomm.html)
+* [MediaTek](https://pytorch.org/executorch/stable/backends-mediatek.html)
+* [Cadence Xtensa](https://pytorch.org/executorch/stable/backends-cadence.html)
diff --git a/_get_started/previous-versions.md b/_get_started/previous-versions.md
index d47db4add549..d86ae87de17e 100644
--- a/_get_started/previous-versions.md
+++ b/_get_started/previous-versions.md
@@ -17,6 +17,82 @@ your convenience.
## Commands for Versions >= 1.0.0
+### v2.6.0
+
+#### Wheel
+
+##### OSX
+
+```
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0
+```
+
+##### Linux and Windows
+
+```
+# ROCM 6.1 (Linux only)
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/rocm6.1
+# ROCM 6.2.4 (Linux only)
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/rocm6.2.4
+# CUDA 11.8
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu118
+# CUDA 12.4
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu124
+# CUDA 12.6
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu126
+# CPU only
+pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cpu
+```
+
+### v2.5.1
+
+#### Conda
+
+##### OSX
+
+```
+# conda
+conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 -c pytorch
+```
+
+##### Linux and Windows
+
+```
+# CUDA 11.8
+conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=11.8 -c pytorch -c nvidia
+# CUDA 12.1
+conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.1 -c pytorch -c nvidia
+# CUDA 12.4
+conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 pytorch-cuda=12.4 -c pytorch -c nvidia
+# CPU Only
+conda install pytorch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 cpuonly -c pytorch
+```
+
+#### Wheel
+
+##### OSX
+
+```
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1
+```
+
+##### Linux and Windows
+
+```
+# ROCM 6.1 (Linux only)
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/rocm6.1
+# ROCM 6.2 (Linux only)
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/rocm6.2
+# CUDA 11.8
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu118
+# CUDA 12.1
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121
+# CUDA 12.4
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu124
+# CPU only
+pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cpu
+```
+
### v2.5.0
#### Conda
diff --git a/_includes/footer.html b/_includes/footer.html
index 4e1ada721a59..a74402d61751 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -87,7 +87,6 @@ Resources
- {% include google_pixel.html %}
{% include mobile_menu.html %}
diff --git a/_includes/head.html b/_includes/head.html
index 06be73f6c60f..b86b1e202467 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -34,7 +34,6 @@
{% if jekyll.environment == 'production' %}
- {% include analytics.html %}
{% include pixel.html %}
{% include twitter_pixel.html %}
{% endif %}
diff --git a/_includes/header.html b/_includes/header.html
index cd3d2370eddd..45c484e1845e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,6 +1,6 @@
- Join us in Silicon Valley September 18-19 at the 2024 PyTorch Conference.
Learn more.
+ Join us at PyTorch Conference in San Francisco, October 22-23. CFP open now!
Learn more.
diff --git a/_includes/main_menu.html b/_includes/main_menu.html
index d5668973aa4c..46cc727fedf5 100644
--- a/_includes/main_menu.html
+++ b/_includes/main_menu.html
@@ -26,6 +26,9 @@
Intro to PyTorch - YouTube Series
Master PyTorch basics with our engaging YouTube tutorial series
+
+ New to PyTorch Foundation
+
@@ -36,10 +39,13 @@
Ecosystem
@@ -122,6 +131,10 @@
Events
Find events, webinars, and podcasts
+
+ Newsletter
+ Stay up-to-date with the latest updates
+
diff --git a/_includes/mobile_menu.html b/_includes/mobile_menu.html
index d3ff1f46b700..70e11e57ec2a 100644
--- a/_includes/mobile_menu.html
+++ b/_includes/mobile_menu.html
@@ -42,13 +42,19 @@
Introduction to PyTorch - YouTube Series
+
+ New to PyTorch Foundation
+
Events
+
+ Newsletter
+