-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages' into edgchen1/remove_nuphar_docs
- Loading branch information
Showing
50 changed files
with
2,288 additions
and
759 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,5 +10,5 @@ _site | |
|
||
.vscode | ||
|
||
build | ||
cmake | ||
/build | ||
/cmake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!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 at the 2023 Microsoft Build conference</title> | ||
<meta name="description" content="ONNX Runtime announcements, blogs, samples from Microsoft Build 2023"> | ||
<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"> | ||
|
||
<!-- Partial header.html Start--> | ||
<div w3-include-html="header.html"></div> | ||
<!-- Partial header.html End--> | ||
|
||
<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">ONNX Runtime @ Microsoft Build 2023</h1> | ||
</div> | ||
|
||
<div class="outer-container mx-auto"> | ||
<section class="pt-4 blue-title-columns"> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-12 col-md-12 pr-5"> | ||
<h2 class="blue-text">Blogs</h2> | ||
<p><a href="https://blogs.windows.com/windowsdeveloper/2023/05/23/bringing-the-power-of-ai-to-windows-11-unlocking-a-new-era-of-productivity-for-customers-and-developers-with-windows-copilot-and-dev-home/">Panos Panay: Bringing the power of AI to Windows 11</a></p> | ||
<p><a href="https://blogs.windows.com/windowsdeveloper/2023/05/23/unlocking-the-end-to-end-windows-ai-developer-experience-using-onnx-runtime-and-olive/">Unlocking the end-to-end Windows AI developer experience using ONNX runtime and Olive</a></p> | ||
<p><a href="https://devblogs.microsoft.com/windowsai/optimize-directml-performance-with-olive/">Optimize DirectML performance with Olive</a></p> | ||
<p><a href="https://devblogs.microsoft.com/windowsai/dml-stable-diffusion/">Stable Diffusion with Windows DirectML</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<hr> | ||
|
||
<section class="pt-4 blue-title-columns"> | ||
<div class="container-fluid"> | ||
<div class="row"> | ||
<div class="col-12 col-md-12 pr-5"> | ||
<h2 class="blue-text">Repos</h2> | ||
<p><a href="https://github.com/microsoft/Olive/tree/main/examples/directml/dolly_v2">Dolly v2 with ONNX Runtime and Olive</a></p> | ||
<p><a href="https://github.com/microsoft/Olive/tree/main/examples/directml/stable_diffusion">Stable diffusion with ONNX Runtime, DirectML, and Olive</a></p> | ||
<p><a href="https://github.com/onnxruntime/Whisper-HybridLoop-Onnx-Demo">Hydrid AI: Whisper on Windows and Azure</a></p> | ||
<p><a href="https://github.com/onnxruntime/RyzenAI-Cloud2Client-Onnx-Demo">Hybrid photo classification on AMD with ONNX Runtime, Vitis AI and the Azure EP</a></p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<hr> | ||
|
||
</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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.