mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-14 18:12:05 +00:00
* install picker updates * updates for training tab * DML combo fixes * fix android selections * updated android and coreml options * picker behavior updates * Training selector updates * Update quote and other formatting * updates for new quotes * format adjustments * more format updates * more format updates * logo updates
682 lines
41 KiB
HTML
682 lines
41 KiB
HTML
<!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 | Home</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?v1.6">
|
||
<link rel="stylesheet" href="css/responsive.css?v1.6">
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<a class="skip-main" id="topContent" 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 btn-getStarted" href="JavaScript:void(0);">Get Started</a>
|
||
</li>
|
||
<li class="nav-item">
|
||
<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>
|
||
</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 role="main" id="skipMain" tabindex="-1">
|
||
|
||
<div class="container px-md-4 px-lg-5 pt-5 mx-auto text-center">
|
||
<h1 class="pt-3 pb-3 pt-md-5 pb-lg-3 px-md-4 px-lg-5 mt-5 mb-0">Optimize and Accelerate Machine Learning Inferencing and Training</h1>
|
||
</div>
|
||
|
||
|
||
<div class="outer-container mx-auto pt-md-5 pt-3">
|
||
|
||
<section class="py-md-5 pt-3 pb-4 blue-title-columns">
|
||
<div class="container-fluid">
|
||
<div class="row equalHeight">
|
||
<div class="col-12 col-md-4 mb-2 mb-md-0">
|
||
<div class="row">
|
||
<div class="col-2 col-md-3 col-xl-2">
|
||
<div class="icon-container">
|
||
<img src="images/svg/icon-4.svg" alt="" />
|
||
</div>
|
||
</div>
|
||
<div class="col-10 col-sm-9 col-xl-10 pl-sm-0 pl-md-3 pl-lg-0 pl-xl-3">
|
||
<h2 class="mr-xl-5 blue-text">Speed up machine learning process</h2>
|
||
<p class="mr-xl-5 mb-md-0">Built-in optimizations that deliver up to 17X faster inferencing and up to 1.4X faster training
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-12 col-md-4 mb-2 mb-md-0">
|
||
<div class="row">
|
||
<div class="col-2 col-md-3 col-xl-2">
|
||
<div class="icon-container">
|
||
<img src="images/svg/icon-2.svg" alt="" />
|
||
</div>
|
||
</div>
|
||
<div class="col-10 col-sm-9 col-xl-10 pl-sm-0 pl-md-3 pl-lg-0 pl-xl-3">
|
||
<h2 class="mr-xl-5 blue-text">Plug into your existing technology stack</h2>
|
||
<p class="mr-xl-5 mb-md-0">Support for a variety of frameworks, operating systems and hardware platforms</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-12 col-md-4">
|
||
<div class="row">
|
||
<div class="col-2 col-md-3 col-xl-2">
|
||
<div class="icon-container">
|
||
<img src="images/svg/icon-3.svg" alt="" />
|
||
</div>
|
||
</div>
|
||
<div class="col-10 col-sm-9 col-xl-10 pl-sm-0 pl-md-3 pl-lg-0 pl-xl-3">
|
||
<h2 class="mr-xl-5 blue-text">Build using proven technology</h2>
|
||
<p class="mr-xl-5 mb-0">Used in Office 365, Visual Studio and Bing, delivering over 20 billion inferences every day</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="py-md-5 pb-4 pt-4 get-started-section border-top" id="getStartedTable">
|
||
<div class="container-fluid">
|
||
<noscript>
|
||
<div class="javascript-is-disabled row">
|
||
<div class="col">
|
||
<div class="ns-callout">
|
||
<h2>Please enable JavaScript to use the interactive installation guide.</h2>
|
||
<p class="mb-0">Need help enabling JavaScript? Follow the instructions <a href="https://www.whatismybrowser.com/guides/how-to-enable-javascript/auto" target="_blank">here</a>.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</noscript>
|
||
<div class="row ml-0">
|
||
<div class="col">
|
||
<div class="text-center pb-3">
|
||
<h2 class="section-heading">Get Started Easily</h2>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div>
|
||
|
||
<ul class="tbl_tablist" role="tablist">
|
||
<li id="OI_tab" class="tbl_tab" aria-controls="panel1" aria-selected="true" role="tab"
|
||
tabindex="0">
|
||
Optimize Inferencing
|
||
</li>
|
||
<li id="OT_tab" class="tbl_tab" aria-controls="panel2" role="tab" aria-selected="false"
|
||
tabindex="0">
|
||
Optimize Training (Preview)
|
||
</li>
|
||
</ul>
|
||
|
||
<div id="panel1" class="tbl_panel" aria-labelledby="tab1" role="tabpanel" aria-hidden="false">
|
||
<div class="row ml-0">
|
||
<div class="col">
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="selectOS"><abbr title="Operating System">OS</abbr></h3>
|
||
<p id="decriptionOS" class="sr-only"><abbr>OS</abbr> list contains five items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-1" aria-labelledby="selectOS" aria-describedby="decriptionOS">
|
||
<div class="row os">
|
||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="0" aria-selected="false" id="windows">
|
||
<span>Windows</span>
|
||
</div>
|
||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="linux">
|
||
<span>Linux</span>
|
||
</div>
|
||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="mac">
|
||
<span>Mac</span>
|
||
</div>
|
||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="android">
|
||
<span>Android (Preview)</span>
|
||
</div>
|
||
<div class="col-lg-2dot4 col r-option version" role="option" tabindex="-1" aria-selected="false" id="ios">
|
||
<span>iOS (Preview)</span>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="selectLanguage">API</h3>
|
||
<p id="decriptionLanguage" class="sr-only">API list contains seven items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-2" aria-labelledby="selectLanguage" aria-describedby="decriptionLanguage">
|
||
<div class="row language">
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="0" aria-selected="false" id="Python(3.6-3.9)"><span>Python (3.6-3.9)</span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="C++"><span>C++</span></div>
|
||
<div class="col-lg-2dot4 col r-option" aria-selected="false" role="option" tabindex="-1" id="C#"><span><abbr>C#</abbr></span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="C-API"><span>C</span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="Java"><span>Java</span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="Javascript"><span>Node.js</span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="WinRT"><span>WinRT</span></div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading ">
|
||
<h3 id="selectArchitecture" class="align-self-center">Architecture</h3>
|
||
<p id="decriptionArchitecture" class="sr-only">Architecture list contains four items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-3" aria-labelledby="selectArchitecture" aria-describedby="decriptionArchitecture">
|
||
<div class="row architecture">
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="0" aria-selected="false" id="X64">
|
||
<span><abbr>X64</abbr></span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="X86">
|
||
<span><abbr>X86</abbr></span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="ARM64">
|
||
<span><abbr>ARM64</abbr></span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="ARM32">
|
||
<span><abbr>ARM32</abbr></span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="selectHardwareAcceleration">Hardware Acceleration</h3>
|
||
<p id="decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains fourteen items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="listbox-4" aria-labelledby="selectHardwareAcceleration" aria-describedby="decriptionHardwareAcceleration">
|
||
<div class="row hardwareAcceleration">
|
||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="0" aria-selected="false" id="DefaultCPU">
|
||
<span>Default <abbr>CPU</abbr></span></div>
|
||
|
||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="CUDA">
|
||
<span><abbr>CUDA</abbr></span></div>
|
||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DirectML">
|
||
<span>Direct<abbr>ML</abbr></span></div>
|
||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="DNNL">
|
||
<span><abbr>DNNL</abbr></span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="OpenVINO">
|
||
<span>OpenVINO</span></div>
|
||
<div class="col-lg-2dot5 col r-option version" role="option" tabindex="-1" aria-selected="false" id="TensorRT">
|
||
<span>Tensor<abbr>RT</abbr></span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="ACL">
|
||
<span>ACL (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="ArmNN">
|
||
<span>ArmNN (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="CoreML">
|
||
<span>CoreML (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="MIGraphX">
|
||
<span>MIGraphX (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="NNAPI">
|
||
<span>NNAPI (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="NUPHAR">
|
||
<span><abbr>NUPHAR (Preview)</abbr></span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="RockchipNPU">
|
||
<span>Rockchip NPU (Preview)</span></div>
|
||
<div class="col-lg-2dot5 col-md-3 r-option version" role="option" tabindex="-1" aria-selected="false" id="VitisAI">
|
||
<span>Vitis AI (Preview)</span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap command-block row-eq-height mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="selectRunCommand">Installation Instructions</h3>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4">
|
||
<div class="row">
|
||
<div class="col r-option command-container" id="command" role="status">
|
||
<span>
|
||
Please select a combination of resources
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
<div id="panel2" class="tbl_panel" aria-labelledby="tab2" role="tabpanel" aria-hidden="true">
|
||
<div class="row ml-0">
|
||
<div class="col">
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="ot_selectOS"><abbr title="Operating System">OS</abbr></h3>
|
||
<p id="ot_decriptionOS" class="sr-only"><abbr>OS</abbr> list contains three items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="ot_listbox-1" aria-labelledby="ot_selectOS" aria-describedby="ot_decriptionOS">
|
||
<div class="row ot_os">
|
||
<div class="col r-option selected" role="option" tabindex="0" aria-selected="true" id="ot_linux"><span>Linux</span></div>
|
||
<div class="col r-option" role="option" tabindex="-1" aria-selected="false" id="ot_windows"><span>Windows</span></div>
|
||
<div class="col r-option" role="option" tabindex="-1" aria-selected="false" id="ot_mac"><span>Mac</span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="ot_selectLanguage">API</h3>
|
||
<p id="ot_decriptionLanguage" class="sr-only">API list contains two items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="ot_listbox-2" aria-labelledby="ot_selectLanguage" aria-describedby="ot_decriptionLanguage">
|
||
<div class="row ot_language">
|
||
<div class="col-lg-2dot4 col r-option selected" role="option" tabindex="0" aria-selected="true" id="ot_PyTorch"><span>PyTorch</span></div>
|
||
<div class="col-lg-2dot4 col r-option" role="option" tabindex="-1" aria-selected="false" id="ot_C++"><span>C++</span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading ">
|
||
<h3 id="ot_selectArchitecture" class="align-self-center">Architecture</h3>
|
||
<p id="ot_decriptionArchitecture" class="sr-only">Architecture list contains one item</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="ot_listbox-3" aria-labelledby="ot_selectArchitecture" aria-describedby="ot_decriptionArchitecture">
|
||
<div class="row ot_architecture">
|
||
<div class="col r-option selected" role="option" tabindex="0" aria-selected="true" id="ot_X64">
|
||
<span><abbr>X64</abbr></span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap mb-1 mb-md-0 mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="ot_selectHardwareAcceleration">Hardware Acceleration</h3>
|
||
<p id="ot_decriptionHardwareAcceleration" class="sr-only">Hardware Acceleration list contains four items</p>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4" role="listbox" id="ot_listbox-4" aria-labelledby="ot_selectHardwareAcceleration" aria-describedby="ot_decriptionHardwareAcceleration">
|
||
<div class="row ot_hardwareAcceleration">
|
||
<div class="col r-option version" role="option" tabindex="-1" aria-selected="false" id="ot_DefaultCPU"><span><abbr>Default CPU</abbr></span></div>
|
||
<div class="col r-option version selected" role="option" tabindex="0" aria-selected="true" id="ot_CUDA"><span><abbr>CUDA</abbr></span></div>
|
||
<div class="col r-option version" role="option" tabindex="-1" aria-selected="false" id="ot_AMD"><span><abbr>AMD GPU</abbr></span></div>
|
||
<div class="col r-option version" role="option" tabindex="-1" aria-selected="false" id="ot_DNNL"><span><abbr>DNNL</abbr></span></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row r-wrap command-block row-eq-height mr-0">
|
||
<div class="col-md-3 r-heading">
|
||
<h3 id="ot_selectRunCommand">Installation Instructions</h3>
|
||
</div>
|
||
<div class="col-md-9 r-content pr-0 pl-md-4">
|
||
<div class="row">
|
||
<div class="col r-option command-container" id="ot_command" role="status">
|
||
<span>
|
||
Please select a combination of resources
|
||
</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</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>
|
||
<div class="row equalHeight-1 blue-title-columns">
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="huggingface-logo" src="./images/logos/huggingface-logo.png" alt="Hugging Face logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“We use ONNX Runtime to easily deploy thousands of open-source state-of-the-art models in the Hugging Face model hub and accelerate private models for customers of the Accelerated Inference API on CPU and GPU.”<br/><br/>
|
||
<span class="quote-attribution">– Morgan Funtowicz, Machine Learning Engineer, Hugging Face</span></h3>
|
||
</div>
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="sas-logo" src="./images/logos/sas-logo.png" alt="SAS logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“The unique combination of ONNX Runtime and SAS Event Stream Processing changes the game for developers and systems integrators by supporting flexible pipelines and enabling them to target multiple hardware platforms for the same AI models without bundling and packaging changes. This is crucial considering the additional build and test effort saved on an ongoing basis.”<br/><br/>
|
||
<span class="quote-attribution">– Saurabh Mishra, Senior Manager, Product Management, Internet of Things, SAS</span></h3>
|
||
</div>
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="oracle-logo" src="./images/logos/oracle-logo.png" alt="Oracle Logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“The ONNX Runtime API for Java enables Java developers and Oracle customers to seamlessly consume and execute ONNX machine-learning models, while taking advantage of the expressive power, high performance, and scalability of Java.”<br/><br/>
|
||
<span class="quote-attribution">– Stephen Green, Director of Machine Learning Research Group, Oracle</span></h3>
|
||
</div>
|
||
</div>
|
||
<div class="row equalHeight-2 blue-title-columns">
|
||
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="vespa-logo" src="./images/logos/vespa-logo.png" alt="Vespa logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“ONNX Runtime has vastly increased Vespa.ai’s capacity for evaluating large models, both in performance and model types we support.”<br/><br/>
|
||
<span class="quote-attribution">– Lester Solbakken, Principal Engineer, Vespa.ai, Verizon Media</span></h3>
|
||
</div>
|
||
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="visual-studio-logo" src="./images/logos/visual-studio-logo.png" alt="Visual Studio logo">
|
||
</div>
|
||
<h3 class="mr-xl-4 mb-3 quote">“We use ONNX Runtime to accelerate model training for a 300M+ parameters model that powers code autocompletion in Visual Studio IntelliCode.”<br/><br/>
|
||
<span class="quote-attribution">– Neel Sundaresan, Director SW Engineering, Data & AI, Developer Division, Microsoft</span></h3>
|
||
</div>
|
||
<div class="col-12 col-md-4 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="peakSpeed-logo" src="./images/logos/PeakSpeed_logo.png" alt="PeakSpeed logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“Using a common model and code base, the ONNX Runtime allows Peakspeed to easily flip between platforms to help our customers choose the most cost-effective solution based on their infrastructure and requirements.”<br/><br/>
|
||
<span class="quote-attribution">– Oscar Kramer, Chief Geospatial Scientist, Peakspeed</span></h3>
|
||
</div>
|
||
</div>
|
||
<div class="row equalHeight-3 blue-title-columns">
|
||
<div class="col-12 col-md-12 mb-4 mb-md-0">
|
||
<div class="sponsor-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="atlas-logo" src="./images/logos/ATLAS-logo.png" alt="ATLAS logo">
|
||
</div>
|
||
<h3 class="mr-xl-5 mb-3 quote">“At CERN in the ATLAS experiment, we have integrated the C++ API of ONNX Runtime into our software framework: Athena. We are currently performing inferences using ONNX models especially in the reconstruction of electrons and muons. We are benefiting from its C++ compatibility, platform*-to-ONNX converters (* Keras, TensorFlow, PyTorch, etc) and its thread safety.”<br/><br/>
|
||
<span class="quote-attribution">– ATLAS Experiment team, CERN (European Organization for Nuclear Research)</span></h3>
|
||
</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">
|
||
<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">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.jpg" alt="ORT and Intel AI"></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 and simplify Scikit-learn model inference with ONNX Runtime</h3>
|
||
<span class="article-blurb">
|
||
Scikit-learn is one of the most useful libraries for general machine learning in Python. To minimize the cost of deployment and avoid discrepancies, deploying scikit-learn models to production usually leverages Docker containers and pickle, the object serialization module of the Python standard library...
|
||
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2020/12/17/accelerate-simplify-scikit-learn-model-inference-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/skl-ort.png" alt="SKL and ORT logos"></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 scenario highlight: Vespa.ai integration</h3>
|
||
<span class="article-blurb">
|
||
Since its open source debut two years ago, ONNX Runtime has seen strong growth with performance improvements, expanded platform and device compatibility, hardware accelerator support, an extension to training acceleration, and more...
|
||
</span><br/><br/><a href="https://cloudblogs.microsoft.com/opensource/2020/12/14/onnx-runtime-vespa-ai-integration/" 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/logos/vespa-logo.png" alt="Vespa logo"></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">
|
||
<div class="text-center pb-3">
|
||
<h2 class="section-heading">Resources</h2>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row blue-title-columns">
|
||
|
||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||
<button class="resources-img text-center p-0 border-0" data-src="WDww8ce12Mc" aria-label="Faster and Lighter Model Inference with ONNX Runtime from Cloud to Client">
|
||
<img class="btn-trigger" src="./images/video-model-inference-cloud-to-client.jpg" alt="Tech Community" />
|
||
</button>
|
||
|
||
</div>
|
||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||
<button class="resources-img text-center p-0 border-0" data-src="pmb6cjngbcA" aria-label="ONNX Runtime speeds up Image Embedding model in Bing Semantic Precise Image Search">
|
||
<img class="btn-trigger" src="./images/video-bing-semantic-precise.jpg" alt="Tech Community" />
|
||
</button>
|
||
|
||
</div>
|
||
<div class="col-12 col-md-3 mb-4 mb-md-0">
|
||
<button class="resources-img text-center p-0 border-0" data-src="nRlnSy4Vbnc" aria-label="Scalable ML acceleration with ONNX Runtime">
|
||
<img class="btn-trigger" src="./images/video-scalable-ml.jpg" alt="Tech Community" />
|
||
</button>
|
||
</div>
|
||
|
||
<div class="col-12 col-md-3">
|
||
<button class="resources-img text-center p-0 border-0" data-src="Ij5MoUnLQ0E" aria-label="ONNX and ONNX Runtime">
|
||
<img class="btn-trigger" src="./images/video-research-prod.png" alt="Open Source" />
|
||
</button>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="pt-md-5 pt-4 border-top">
|
||
<div class="container-fluid">
|
||
<div class="row ml-0">
|
||
<div class="col">
|
||
<div class="text-center pb-3">
|
||
<h2 class="section-heading">Hardware Ecosystem</h2>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row blue-title-columns">
|
||
<div class="col-12 col-md-2 mb-4 mb-md-0"><div class="hw-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="hardware-nvidia-logo" src="./images/logos/nvidia.png" alt="NVIDIA logo">
|
||
</div></div>
|
||
<div class="col-12 col-md-10 mb-4 mb-md-0">
|
||
<h3 class="mr-xl-5 mb-3 hardware">“ONNX Runtime enables our customers to easily apply NVIDIA TensorRT’s powerful optimizations to machine learning models, irrespective of the training framework, and deploy across NVIDIA <abbr title="Graphics Processing Unit">GPUs</abbr> and edge devices.”<br/><br/>
|
||
<span class="quote-attribution">– Kari Ann Briski, Sr. Director, Accelerated Computing Software and <abbr>AI</abbr> Product, NVIDIA</span></h3>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row blue-title-columns">
|
||
<div class="col-12 col-md-2 mb-4 mb-md-0"><div class="hw-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="intel-logo" src="./images/logos/intel-logo.png" alt="Intel logo">
|
||
</div></div>
|
||
<div class="col-12 col-md-10 mb-4 mb-md-0">
|
||
<h3 class="mr-xl-5 mb-3 hardware">“We are excited to support ONNX Runtime on the Intel® Distribution of OpenVINO™. This accelerates machine learning inference across Intel hardware and gives developers the flexibility to choose the combination of Intel hardware that best meets their needs from <abbr title="Central Processing Unit">CPU</abbr> to <abbr title="Vision Processing Unit">VPU</abbr> or <abbr title="Field Programmable Gate Array">FPGA</abbr>.”<br/><br/>
|
||
<span class="quote-attribution">– Jonathan Ballon, Vice President and General Manager, Intel Internet of Things Group</span></h3>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row blue-title-columns">
|
||
<div class="col-12 col-md-2 mb-4 mb-md-0"><div class="hw-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="Rockchip-logo" src="./images/logos/Rockchip-logo.png" alt="Rockchip logo">
|
||
</div></div>
|
||
<div class="col-12 col-md-10 mb-4 mb-md-0">
|
||
<h3 class="mr-xl-5 mb-3 hardware">“With support for ONNX Runtime, our customers and developers can cross the boundaries of the model training framework, easily deploy ML models in Rockchip NPU powered devices.”<br/><br/>
|
||
<span class="quote-attribution">– Feng Chen, Senior Vice President, Rockchip</span></h3>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row blue-title-columns">
|
||
<div class="col-12 col-md-2 mb-4 mb-md-0"><div class="hw-logo pb-4 pb-md-5 mr-xl-5 text-center">
|
||
<img class="xilinx-logo" src="./images/logos/xilinx-logo.png" alt="Xilinx logo">
|
||
</div></div>
|
||
<div class="col-12 col-md-10 mb-4 mb-md-0">
|
||
<h3 class="mr-xl-5 mb-3 hardware">“Xilinx is excited that Microsoft has announced Vitis™ AI interoperability and runtime support for ONNX Runtime, enabling developers to deploy machine learning models for inference to FPGA IaaS such as Azure NP series VMs and Xilinx edge devices.”<br/><br/>
|
||
<span class="quote-attribution">– Sudip Nag, Corporate Vice President, Software & AI Products, Xilinx</span></h3>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<button type="button" class="btn btn-primary btn-modal d-none" data-toggle="modal" data-target="#myModal">
|
||
Open modal
|
||
</button>
|
||
<!-- The Modal -->
|
||
<div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="decriptionModal" aria-hidden="true">
|
||
<p id="decriptionModal" class="sr-only">Resource popup modal</p>
|
||
<div class="modal-dialog modal-lg">
|
||
<div class="modal-content">
|
||
<!-- Modal Header -->
|
||
<div class="modal-header p-0 border-0">
|
||
<button type="button" class="close" data-dismiss="modal" aria-label="close popup">×</button>
|
||
</div>
|
||
<!-- Modal body -->
|
||
<div class="modal-body pt-4 pb-2 px-2">
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<footer class="border-top footer mt-auto py-4 text-white">
|
||
<div class="outer-container mx-auto">
|
||
<div class="container-fluid">
|
||
<div class="row">
|
||
<div class="col-12 co-md">
|
||
<h2 class="text-center py-4 mb-0">Get Involved</h2>
|
||
</div>
|
||
</div>
|
||
<div class="row pb-md-4 pb-0">
|
||
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
||
<h3 class="footer-heading">Learn</h3>
|
||
<p class="mr-xl-5 mb-2">Accelerate your machine learning inferencing and training today.</p>
|
||
<a class="mr-xl-5 btn-getStarted" href="JavaScript:void(0);">
|
||
<span class="link-content">Get Started</span><span class="link-arrow fa fa-angle-right"></span></a>
|
||
</div>
|
||
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
||
<h3 class="footer-heading">Contribute</h3>
|
||
<p class="mr-xl-5 mb-2">ONNX Runtime is a community project. We encourage you to join the effort and contribute feedback, ideas and code.</p>
|
||
<a class="mr-xl-5" target="_blank" href="https://github.com/microsoft/onnxruntime">
|
||
<span class="link-content">Join us on Github</span><span class="link-arrow fa fa-angle-right"></span></a>
|
||
</div>
|
||
<div class="col-12 col-sm-6 col-md-3 pr-xl-5 pr-lg-4 mb-md-0 mb-4">
|
||
<h3 class="footer-heading">Follow Us</h3>
|
||
<p class="mr-xl-5 mb-2">Stay up to date with the latest ONNX Runtime news.</p>
|
||
<a href="https://twitter.com/hashtag/ONNXRuntime" target="_blank" title="Twitter" class="twitter-icon" aria-label="Social Icon Twitter">
|
||
<span class="fa fa-twitter" aria-hidden="true"></span></a>
|
||
</div>
|
||
<div class="col-6 col-sm-6 col-md-3">
|
||
<h3 class="footer-heading">Resources</h3>
|
||
<ul class="list-unstyled text-small">
|
||
<li class="mb-2">
|
||
<a target="_blank" href="https://cloudblogs.microsoft.com/opensource/tag/onnx">
|
||
<span class="link-content">News</span><span class="link-arrow fa fa-angle-right"></span></a>
|
||
</li>
|
||
<li class="mb-2">
|
||
<a target="_blank" href="https://www.onnxruntime.ai/docs/tutorials/">
|
||
<span class="link-content">Tutorials</span><span class="link-arrow fa fa-angle-right"></span></a>
|
||
</li>
|
||
<li class="mb-2">
|
||
<a target="_blank" href="https://www.onnxruntime.ai/docs/reference/api/">
|
||
<span class="link-content"><abbr title="Application Program Interface">APIs</abbr></span><span class="link-arrow fa fa-angle-right"></span></a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="row pt-4 pb-4 text-center-sm">
|
||
<div class="col-12">
|
||
<a href="./index.html"><img class="mb-md-2 mb-0 onnx-footer-logo" src="images/svg/ONNX-Runtime-logo-white.svg" alt="ONNX Runtime Home"></a>
|
||
<p class="text-copyright py-4 ml-md-5">Copyright © 2020 Microsoft. All rights reserved.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<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>
|
||
</div>
|
||
</div>
|
||
<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?v1.6"></script>
|
||
<script src="./js/script.js?v1.6"></script>
|
||
|
||
</body>
|
||
|
||
</html>
|