Skip to content

Commit e8a44e0

Browse files
authored
Merge pull request pytorch#717 from shiftlab/enterprise-blog-post
Enterprise blog post
2 parents f54f16e + 54b8a01 commit e8a44e0

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
layout: blog_detail
3+
title: 'Announcing the PyTorch Enterprise Support Program'
4+
author: Team PyTorch
5+
---
6+
7+
Today, we are excited to announce the [PyTorch Enterprise Support Program](http://pytorch.org/enterprise-support-program), a participatory program that enables service providers to develop and offer tailored enterprise-grade support to their customers. This new offering, built in collaboration between Facebook and Microsoft, was created in direct response to feedback from PyTorch enterprise users who are developing models in production at scale for mission-critical applications.
8+
9+
The PyTorch Enterprise Support Program is available to any service provider. It is designed to mutually benefit all program Participants by sharing and improving PyTorch long-term support (LTS), including contributions of hotfixes and other improvements found while working closely with customers and on their systems.
10+
11+
To benefit the open source community, all hotfixes developed by Participants will be tested and fed back to the LTS releases of PyTorch regularly through PyTorch’s standard pull request process. To participate in the program, a service provider must apply and meet a set of program terms and certification requirements. Once accepted, the service provider becomes a program Participant and can offer a packaged PyTorch Enterprise support service with LTS, prioritized troubleshooting, useful integrations, and more.
12+
13+
<div class="col-md-5 enterprise-azure-logo-container">
14+
<img src="{{ site.baseurl }}/assets/images/microsoft-azure.png" width="100%">
15+
</div>
16+
17+
As one of the founding members and an inaugural member of the PyTorch Enterprise Support Program, Microsoft is launching [PyTorch Enterprise on Microsoft Azure](https://Aka.ms/PyTorchEnterpriseHeroBlog) to deliver a reliable production experience for PyTorch users. Microsoft will support each PyTorch release for as long as it is current. In addition, it will support selected releases for two years, enabling a stable production experience. Microsoft Premier and Unified Support customers can access prioritized troubleshooting for hotfixes, bugs, and security patches at no additional cost. Microsoft will extensively test PyTorch releases for performance regression. The latest release of PyTorch will be integrated with [Azure Machine Learning](https://azure.microsoft.com/en-us/services/machine-learning/) and other PyTorch add-ons including [ONNX Runtime](https://www.onnxruntime.ai/) for faster inference.
18+
19+
PyTorch Enterprise on Microsoft Azure not only benefits its customers, but also the PyTorch community users. All improvements will be tested and fed back to the future release for PyTorch so everyone in the community can use them.
20+
21+
As an organization or PyTorch user, the standard way of researching and deploying with different release versions of PyTorch does not change. If your organization is looking for the managed long-term support, prioritized patches, bug fixes, and additional enterprise-grade support, then you should reach out to service providers participating in the program.
22+
23+
To learn more and participate in the program as a service provider, visit the [PyTorch Enterprise Support Program](http://pytorch.org/enterprise-support-program). If you want to learn more about Microsoft’s offering, visit [PyTorch Enterprise on Microsoft Azure](https://Aka.ms/PyTorchEnterpriseHeroBlog).
24+
25+
Thank you,
26+
27+
Team PyTorch

_sass/blog.scss

+9
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@
318318
}
319319
}
320320
}
321+
322+
.pytorch-article {
323+
.enterprise-azure-logo-container {
324+
padding-left: 0;
325+
img {
326+
margin-bottom: 0;
327+
}
328+
}
329+
}
321330
}
322331

323332
.blog .pytorch-article img {

assets/images/PTE_lockup_PRIMARY.svg

+1-1
Loading

assets/images/microsoft-azure.png

28.8 KB
Loading

0 commit comments

Comments
 (0)