[website] add quotes and move news to new page (#12292)

move news to separate page
This commit is contained in:
Faith Xu 2022-07-25 11:21:10 -07:00 committed by GitHub
parent e0be2ca4ea
commit ad394e000a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 314 additions and 114 deletions

View file

@ -44,7 +44,7 @@
<a class="nav-link pr-3" href="./docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">News</a>
<a class="nav-link pr-3" target="_blank" href="./news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" href="./community.html">Community</a>

View file

@ -44,7 +44,7 @@
<a class="nav-link pr-3" href="./docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">News</a>
<a class="nav-link pr-3" target="_blank" href="./news.html">News</a>
</li>
<li class="nav-item active">
<a class="nav-link pr-3" href="./community.html">Community</a>
@ -91,6 +91,15 @@
<div class="quote-attribution text-right">&ndash;ATLAS Experiment team, CERN (European Organization for Nuclear Research)</div>
</div>
</div>
<div id = "clearblade" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/clearblade-logo.png" alt="Clearblade logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;ClearBlades integration of ONNX Runtime with our Enterprise loT and Edge Platforms enables customers and partners to build Al models using any industry Al tool they want to use. Using this solution, our customers can use the ONNX Runtime Go language APIs to seamlessly deploy any model to
run on equipment in remote locations or on the factory floor!&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Aaron Allsbrook, CTO & Founder, ClearBlade</div>
</div>
</div>
<div id = "ghostwriter-ai" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/ghostwriter-logo.png" alt="Ghostwriter AI logo">
@ -147,6 +156,14 @@
<div class="quote-attribution text-right">&ndash; Kari Ann Briski, Sr. Director, Accelerated Computing Software and AI Product, NVIDIA</div>
</div>
</div>
<div id = "openNLP" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/opennlp-logo.png" alt="Apache OpenNLP logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;The integration of ONNX Runtime into Apache OpenNLP 2.0 enables easy use of state-of-the-art Natural Language Processing (NLP) models in the Java ecosystem. For libraries and applications already using OpenNLP, such as Apache Lucene and Apache Solr, using ONNX Runtime via OpenNLP provides exciting new possibilities.&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Jeff Zemerick, Search Relevance Engineer at OpenSource Connections and Chair of the Apache OpenNLP project</div>
</div>
</div>
<div id = "oracle" class="quotebox row col-12 col-md-12 mb-4">
<div class="customer-logo col-12 col-md-3 text-center">
<img src="./images/logos/oracle-logo.png" alt="Oracle logo">

View file

@ -229,10 +229,17 @@ h3.blue-text{
color: #000000;
}
.article-date{
color: #666666;
text-transform: uppercase;
font-size:14px;
}
.news{
background-color: #e8e8e8;
padding:3rem;
padding:2rem;
font-size:18px;
margin: 2rem;
}
.alert{
@ -651,6 +658,7 @@ a .abbr[data-original-title], a abbr[title]{
}
.news-img{
padding-left: 3rem;
padding-top: 3rem;
}
.resources-img {
position: relative;

BIN
images/BERT-ORTTRT.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
images/hypefactors-ort.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
images/ort-web.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
images/xamarin-ort.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -46,7 +46,7 @@
<a class="nav-link pr-3 btn-getStarted" href="./docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">News</a>
<a class="nav-link pr-3" target="_blank" href="./news.html">News</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" href="./community.html">Community</a>
@ -395,6 +395,7 @@
</div>
<div class="row equalHeight-1 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#adobe"><img src="./images/logos/adobe-logo.png" alt="Adobe logo"></a>
@ -410,6 +411,11 @@
<a href="community.html#atlas-experiment"><img src="./images/logos/ATLAS-logo.png" alt="ATLAS logo"></a>
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#clearblade"><img src="./images/logos/clearblade-logo.png" alt="Clearblade logo"></a>
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#ghostwriter-ai"><img src="./images/logos/ghostwriter-logo.png" alt="GhostWriter.ai logo"></a>
@ -420,15 +426,15 @@
<a href="community.html#hugging-face"><img src="./images/logos/huggingface-logo.png" alt="Hugging Face logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#hypefactors"><img src="./images/logos/hypefactors-logo.png" alt="Hypefactors logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#intel"><img src="./images/logos/intel-logo.png" alt="Intel logo"></a>
@ -449,6 +455,15 @@
<a href="community.html#nvidia"><img src="./images/logos/nvidia.png" alt="NVIDIA logo"></a>
</div>
</div>
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#openNLP"><img src="./images/logos/opennlp-logo.png" alt="Apache OpenNLP logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#oracle"><img src="./images/logos/oracle-logo.png" alt="Oracle Logo"></a>
@ -459,10 +474,6 @@
<a href="community.html#peakspeed"><img src="./images/logos/PeakSpeed_logo.png" alt="PeakSpeed logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#ptw"><img src="./images/logos/ptw-logo.png" alt="PTW logo"></a>
@ -483,6 +494,11 @@
<a href="community.html#sas"><img src="./images/logos/sas-logo.png" alt="SAS logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#teradata"><img src="./images/logos/teradata-logo.png" alt="Teradata logo"></a>
@ -493,11 +509,6 @@
<a href="community.html#topaz-labs"><img src="./images/logos/topazlabs-logo.png" alt="Topaz Labs logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#unrealengine"><img src="./images/logos/ue-logo.png" alt="Unreal Engine logo"></a>
@ -518,113 +529,22 @@
<a href="community.html#writer"><img src="./images/logos/writer-logo.png" alt="Writer logo"></a>
</div>
</div>
</div>
<div class="row equalHeight-3 blue-title-columns">
<div class="col-4 col-md-2 mb-4 mb-md-0">
<div class="customer-logo text-center">
<a href="community.html#xilinx"><img src="./images/logos/xilinx-logo.png" alt="Xilinx logo"></a>
</div>
</div>
</div>
</div>
</section>
<section class="py-md-5 pb-4 pt-4 border-top">
<div class="container-fluid">
<div class="row ml-0">
<div class="col mb-4">
<div class="text-center pb-3">
<h2 class="section-heading">News & Announcements</h2>
</div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Accelerate PyTorch transformer model training with ONNX Runtime a deep dive</h3>
<span class="article-blurb">
ONNX Runtime (ORT) for PyTorch accelerates training large scale models across multiple GPUs with up to 37% increase in training throughput over PyTorch and up to 86% speed up when combined with DeepSpeed...
</span><br/><br/><a href="https://techcommunity.microsoft.com/t5/azure-ai/accelerate-pytorch-transformer-model-training-with-onnx-runtime/ba-p/2540471" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-pt-training.png" alt="ORT Training performance"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Accelerate PyTorch training with torch-ort</h3>
<span class="article-blurb">
With a simple change to your PyTorch training script, you can now speed up training large language models with torch_ort.ORTModule, running on the target hardware of your choice...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/07/13/accelerate-pytorch-training-with-torch-ort/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-training-code.png" alt="Simple code for ORT Training"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Journey to optimize large scale transformer model inference with ONNX Runtime</h3>
<span class="article-blurb">
Large-scale transformer models, such as GPT-2 and GPT-3, are among the most useful self-supervised transformer language models for natural language processing tasks such as language translation, question answering, passage summarization, text generation, and so on...</span><br/>
<br/><a href="https://cloudblogs.microsoft.com/opensource/2021/06/30/journey-to-optimize-large-scale-transformer-model-inference-with-onnx-runtime/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/gptc-vscode.png" alt="Deploying GTP-C in VS Code"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">ONNX Runtime release 1.8.1 previews support for accelerated training on AMD GPUs with the AMD ROCm™ Open Software Platform</h3>
<span class="article-blurb">
ONNX Runtime is an open-source project that is designed to accelerate machine learning across a wide range of frameworks, operating systems, and hardware platforms. Today, we are excited to announce a preview version of ONNX Runtime in release 1.8.1 featuring support for AMD Instinct™ GPUs facilitated by the AMD ROCm™ open software platform...</span>
<br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/07/13/onnx-runtime-release-1-8-1-previews-support-for-accelerated-training-on-amd-gpus-with-the-amd-rocm-open-software-platform/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-rocm.png" alt="ORT and ROCm"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">SAS and Microsoft collaborate to democratize the use of Deep Learning Models</h3>
<span class="article-blurb">
Artificial Intelligence (AI) developers enjoy the flexibility of choosing a model training framework of their choice. This includes both open-source frameworks as well as vendor-specific ones. While this is great for innovation, it does introduce the challenge of operationalization across different hardware platforms...</span>
<br/><br/><a href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-and-Microsoft-collaborate-to-democratize-the-use-of-Deep/ta-p/730072" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/sas-ort.png" alt="ORT and SAS"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Optimizing BERT model for Intel CPU Cores using ONNX runtime default execution provider</h3>
<span class="article-blurb">
The performance improvements provided by ONNX Runtime powered by Intel® Deep Learning Boost: Vector Neural Network Instructions (Intel® DL Boost: VNNI) greatly improves performance of machine learning model execution for developers...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort_intel.png" alt="ORT and Intel AI"></div>
</div>
</div>
</div>
</section>
<section class="py-md-5 pb-4 pt-4 border-top">
<div class="container-fluid">
<div class="row ml-0">

255
news.html Normal file
View file

@ -0,0 +1,255 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156955408-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-156955408-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>ONNX Runtime | Community</title>
<link rel="icon" href="./images/ONNXRuntime-Favicon.png" type="image/gif" sizes="16x16">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<a class="skip-main" href="#skipMain">Skip to main content</a>
<div class="main-wrapper">
<div class="top-banner-bg">
<header class="fixed-top header-content">
<nav class="navbar navbar-expand-md navbar-custom" aria-label="Main menu">
<a id="ONNXLogo" class="navbar-brand" href="./index.html">
<img src="images/svg/ONNX-Runtime-logo.svg" class="d-inline-block align-top onnx-logo" alt="ONNX Runtime Home" />
</a>
<button class="navbar-toggler p-0" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse border-md-top mt-md-0 mt-2" id="navbarNav">
<div class="mr-auto"></div>
<div class="my-md-2 mb-0 mt-2 my-lg-0 pl-3 pl-md-0">
<ul class="navbar-nav navbar-nav mr-auto text-uppercase" id="navigation">
<li class="nav-item">
<a class="nav-link pr-3" href="./index.html#getStartedTable">Get Started</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" href="./docs">Docs</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">News</a>
</li>
<li class="nav-item active">
<a class="nav-link pr-3" href="./community.html">Community</a>
</li>
<li class="nav-item">
<a class="nav-link pr-3" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" target="_blank" href="http://github.com/microsoft/onnxruntime">GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div id="skipMain" role="main">
<div class="outer-container mx-auto py-5">
<section class="blue-title-columns py-md-5 pb-4 pt-4 mt-5">
<div class="container-fluid">
<h1 class="mb-3 blue-text">News & Announcements</h1>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Live demos of machine learning models with ONNX and Hugging Face Spaces</h3>
<span class="article-date">June 6, 2022</span><br/><br/>
<span class="article-blurb">
Choosing which machine learning model to use, sharing a model with a colleague, and quickly trying out a model are all reasons why you may find yourself wanting to quickly run inference on a model. You can configure your environment and download Jupyter notebooks, but it would be nicer if there was a way to run a model with even less effort...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2022/06/06/live-demos-of-machine-learning-models-with-onnx-and-hugging-face-spaces/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/huggingface-spaces.png" alt="Code blurb from tutorial"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Optimizing and deploying transformer INT8 inference with ONNX Runtime-TensorRT on NVIDIA GPUs</h3>
<span class="article-date">May 2, 2022</span><br/><br/>
<span class="article-blurb">
Transformer-based models have revolutionized the natural language processing (NLP) domain. Ever since its inception, transformer architecture has been integrated into models like Bidirectional Encoder Representations from Transformers (BERT) and Generative Pre-trained Transformer (GPT) for performing tasks such as text generation or summarization and question and answering to name a few...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2022/05/02/optimizing-and-deploying-transformer-int8-inference-with-onnx-runtime-tensorrt-on-nvidia-gpus/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/BERT-ORTTRT.png" alt="Graph comparing BERT model with ORT-TRT and PyTorch"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Scaling-up PyTorch inference: Serving billions of daily NLP inferences with ONNX Runtime</h3>
<span class="article-date">April 19, 2022</span><br/><br/>
<span class="article-blurb">
Scale, performance, and efficient deployment of state-of-the-art Deep Learning models are ubiquitous challenges as applied machine learning grows across the industry. Were happy to see that the ONNX Runtime Machine Learning model inferencing solution weve built and use in high-volume Microsoft products and services also resonates with our open source community, enabling new capabilities that drive content relevance and productivity...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2022/04/19/scaling-up-pytorch-inference-serving-billions-of-daily-nlp-inferences-with-onnx-runtime/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/hypefactors-ort.png" alt="Hypefactors and ORT image"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Add AI to mobile applications with Xamarin and ONNX Runtime</h3>
<span class="article-date">December 14, 2021</span><br/><br/>
<span class="article-blurb">
ONNX Runtime now supports building mobile applications in C# with Xamarin. Support for Android and iOS is included in the ONNX Runtime release 1.10 NuGet package. This enables C# developers to build AI applications for Android and iOS to execute ONNX models on mobile devices with ONNX Runtime...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/12/14/add-ai-to-mobile-applications-with-xamarin-and-onnx-runtime/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/xamarin-ort.png" alt="Xamarin and ORT image"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">ONNX Runtime Web—running your machine learning model in browser</h3>
<span class="article-date">September 2, 2021</span><br/><br/>
<span class="article-blurb">
We are introducing ONNX Runtime Web (ORT Web), a new feature in ONNX Runtime to enable JavaScript developers to run and deploy machine learning models in browsers. It also helps enable new classes of on-device computation. ORT Web will be replacing the soon to be deprecated onnx.js...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/09/02/onnx-runtime-web-running-your-machine-learning-model-in-browser/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-web.png" alt="ORT Web overview diagram"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Accelerate PyTorch transformer model training with ONNX Runtime a deep dive</h3>
<span class="article-date">July 13, 2021</span><br/><br/>
<span class="article-blurb">
ONNX Runtime (ORT) for PyTorch accelerates training large scale models across multiple GPUs with up to 37% increase in training throughput over PyTorch and up to 86% speed up when combined with DeepSpeed...
</span><br/><br/><a href="https://techcommunity.microsoft.com/t5/azure-ai/accelerate-pytorch-transformer-model-training-with-onnx-runtime/ba-p/2540471" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-pt-training.png" alt="ORT Training performance"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Accelerate PyTorch training with torch-ort</h3>
<span class="article-date">July 13, 2021</span><br/><br/>
<span class="article-blurb">
With a simple change to your PyTorch training script, you can now speed up training large language models with torch_ort.ORTModule, running on the target hardware of your choice.<br/><br/><p>Training deep learning models requires ever-increasing compute and memory resources. Today we release torch_ort.ORTModule, to accelerate distributed training of PyTorch models, reducing the time and resources needed for training...</p>
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/07/13/accelerate-pytorch-training-with-torch-ort/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-training-code.png" alt="Simple code for ORT Training"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">ONNX Runtime release 1.8.1 previews support for accelerated training on AMD GPUs with the AMD ROCm™ Open Software Platform</h3>
<span class="article-date">July 13, 2021</span><br/><br/>
<span class="article-blurb">
ONNX Runtime is an open-source project that is designed to accelerate machine learning across a wide range of frameworks, operating systems, and hardware platforms. Today, we are excited to announce a preview version of ONNX Runtime in release 1.8.1 featuring support for AMD Instinct™ GPUs facilitated by the AMD ROCm™ open software platform...</span>
<br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/07/13/onnx-runtime-release-1-8-1-previews-support-for-accelerated-training-on-amd-gpus-with-the-amd-rocm-open-software-platform/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort-rocm.png" alt="ORT and ROCm"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Journey to optimize large scale transformer model inference with ONNX Runtime</h3>
<span class="article-date">June 30, 2021</span><br/><br/>
<span class="article-blurb">
Large-scale transformer models, such as GPT-2 and GPT-3, are among the most useful self-supervised transformer language models for natural language processing tasks such as language translation, question answering, passage summarization, text generation, and so on...</span><br/>
<br/><a href="https://cloudblogs.microsoft.com/opensource/2021/06/30/journey-to-optimize-large-scale-transformer-model-inference-with-onnx-runtime/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/gptc-vscode.png" alt="Deploying GTP-C in VS Code"></div>
</div>
</div>
<div class="news row blue-title-columns ">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">SAS and Microsoft collaborate to democratize the use of Deep Learning Models</h3>
<span class="article-date">March 30, 2021</span><br/><br/>
<span class="article-blurb">
Artificial Intelligence (AI) developers enjoy the flexibility of choosing a model training framework of their choice. This includes both open-source frameworks as well as vendor-specific ones. While this is great for innovation, it does introduce the challenge of operationalization across different hardware platforms...</span>
<br/><br/><a href="https://communities.sas.com/t5/SAS-Communities-Library/SAS-and-Microsoft-collaborate-to-democratize-the-use-of-Deep/ta-p/730072" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/sas-ort.png" alt="ORT and SAS"></div>
</div>
</div>
<div class="news row blue-title-columns">
<div class="col-12 col-md-8 mb-4 mb-md-0 blue-text">
<h3 class="mr-xl-5 mb-3">Optimizing BERT model for Intel CPU Cores using ONNX runtime default execution provider</h3>
<span class="article-date">March 1, 2021</span><br/><br/>
<span class="article-blurb">
The performance improvements provided by ONNX Runtime powered by Intel® Deep Learning Boost: Vector Neural Network Instructions (Intel® DL Boost: VNNI) greatly improves performance of machine learning model execution for developers...
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2021/03/01/optimizing-bert-model-for-intel-cpu-cores-using-onnx-runtime-default-execution-provider/" target="_blank" class="link"><span class="link-content">Read
more</span><span class="link-arrow fa fa-angle-right"></span></a>
</div>
<div class="col-12 col-md-4 mb-4 mb-md-0 text-center">
<div class="news-img pb-4 pb-md-5 mr-xl-5 text-center"><img src="./images/ort_intel.png" alt="ORT and Intel AI"></div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<!-- Partial footer.html Start-->
<div w3-include-html="footer.html"></div>
<!-- Partial footer.html End-->
<a id="back-to-top" href="JavaScript:void(0);" class="btn btn-lg back-to-top" role="button" aria-label="Back to top"><span class="fa fa-angle-up"></span></a>
<script src="https://www.w3schools.com/lib/w3.js"></script>
<script>w3.includeHTML();</script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="./js/custom.js"></script>
</body>
</html>