Skip to content

Commit 0d18c01

Browse files
authored
Merge branch 'site' into patch-1
2 parents ac77da5 + 2f41f96 commit 0d18c01

File tree

199 files changed

+6344
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

199 files changed

+6344
-177
lines changed

.github/workflows/update-quick-start-module.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
runs-on: "ubuntu-20.04"
6767
environment: pytorchbot-env
6868
steps:
69-
- name: Checkout builder
69+
- name: Checkout pytorch.github.io
7070
uses: actions/checkout@v2
7171
- name: Setup Python
7272
uses: actions/setup-python@v2
7373
with:
74-
python-version: 3.8
74+
python-version: 3.9
7575
architecture: x64
7676
- name: Create json file
7777
shell: bash
@@ -105,8 +105,8 @@ jobs:
105105
uses: peter-evans/create-pull-request@v3
106106
with:
107107
token: ${{ secrets.PYTORCHBOT_TOKEN }}
108-
commit-message: Modify published_versions.json file
109-
title: '[Getting Started Page] Modify published_versions.json file'
108+
commit-message: Modify published_versions.json, releases.json and quick-start-module.js
109+
title: '[Getting Started Page] Modify published_versions.json, releases.json and quick-start-module.js'
110110
body: >
111111
This PR is auto-generated. It updates Getting Started page
112112
labels: automated pr

.github/workflows/validate-quick-start-module.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,14 @@ on:
1818

1919
jobs:
2020
validate-nightly-binaries:
21-
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
21+
uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
2222
with:
2323
os: all
2424
channel: "nightly"
25-
ref: main
2625
validate-release-binaries:
2726
if: always()
28-
uses: pytorch/builder/.github/workflows/validate-binaries.yml@main
27+
uses: pytorch/test-infra/.github/workflows/validate-binaries.yml@main
2928
needs: validate-nightly-binaries
3029
with:
3130
os: all
3231
channel: "release"
33-
ref: main
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: 'Bringing the PyTorch Community Together'
3+
author: Team PyTorch
4+
ext_url: /blog/bringing-the-pytorch-community-together/
5+
date: January 22, 2025
6+
---
7+
8+
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.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "docTR joins PyTorch Ecosystem: From Pixels to Data, Building a Recognition Pipeline with PyTorch and docTR"
3+
author: Olivier Dulcy & Sebastian Olivera, Mindee
4+
ext_url: /blog/doctr-joins-pytorch-ecosystem/
5+
date: Dec 18, 2024
6+
---
7+
8+
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.

_community_blog/mlops-workflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "MLOps Workflow Simplified for PyTorch with Arm and GitHub Collaboration"
3+
author: Eric Sondhi, Arm
4+
ext_url: /blog/mlops-workflow/
5+
date: Jan 15, 2025
6+
---
7+
8+
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.

_community_blog/vllm-joins-pytorch.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "vLLM Joins PyTorch Ecosystem: Easy, Fast, and Cheap LLM Serving for Everyone"
3+
author: vLLM Team
4+
ext_url: /blog/vllm-joins-pytorch/
5+
date: Dec 9, 2024
6+
---
7+
8+
We’re thrilled to announce that the [vLLM project](https://github.com/vllm-project/vllm) has become a PyTorch ecosystem project, and joined the PyTorch ecosystem family!
9+
10+
Running large language models (LLMs) is both resource-intensive and complex, especially as these models scale to hundreds of billions of parameters. That’s where vLLM comes in — a high-throughput, memory-efficient inference and serving engine designed for LLMs.

_community_stories/1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'How Outreach Productionizes PyTorch-based Hugging Face Transformers for NLP'
3+
ext_url: https://www.databricks.com/blog/2021/05/14/how-outreach-productionizes-pytorch-based-hugging-face-transformers-for-nlp.html
4+
date: May 14, 2021
5+
tags: ["Advertising & Marketing"]
6+
---
7+
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.

_community_stories/10.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Solliance makes headlines with cryptocurrency news analysis platform powered by Azure Machine Learning, PyTorch'
3+
ext_url: https://medium.com/pytorch/solliance-makes-headlines-with-cryptocurrency-news-analysis-platform-powered-by-azure-machine-52a2a290fefb
4+
date: Mar 14, 2022
5+
tags: ["Finance"]
6+
---
7+
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.

_community_stories/11.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Create a Wine Recommender Using NLP on AWS'
3+
ext_url: https://www.capitalone.com/tech/machine-learning/create-wine-recommender-using-nlp/
4+
date: March 2, 2022
5+
tags: ["Finance"]
6+
---
7+
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.

_community_stories/12.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: 'Crayon boosts speed, accuracy of healthcare auditing process using Azure Machine Learning and PyTorch'
3+
ext_url: https://www.microsoft.com/en/customers/story/1503427278296945327-crayon-partner-professional-services-azure
4+
date: June 28, 2022
5+
tags: ["Healthcare"]
6+
---
7+
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.

0 commit comments

Comments
 (0)