Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PyTorch edge blog #17929

Merged
merged 21 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
361 changes: 361 additions & 0 deletions blogs/pytorch-on-the-edge.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/prism.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/pytorch-on-the-edge-puppies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pytorch-on-the-edge-speechrec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pytorch-on-the-edge-textgen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pytorch-on-the-edge-training.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pytorch-on-the-edge-with-ort.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pytorch-on-the-edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions js/blogs.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
{
"blogs": [
{
"title": "Accelerating over 130,000 Hugging Face models with ONNX Runtime",
{
"title": "Run PyTorch models on the edge",
"date": "October 12th, 2023",
"blurb": "Everything you need to know about running PyTorch models on the edge with ONNX Runtime.",
"link": "./pytorch-on-the-edge"
},
{
"title": "Accelerating over 130,000 Hugging Face models with ONNX Runtime",
"date": "October 4th, 2023",
"blurb": "Learn how ONNX Runtime helps users accelerate open source machine learning models from Hugging Face.",
"link": "https://cloudblogs.microsoft.com/opensource/2023/10/04/accelerating-over-130000-hugging-face-models-with-onnx-runtime/"
},
{
},
{
"title": "On-Device Training with ONNX Runtime: A deep dive",
"date": "July 5th, 2023",
"blurb": "This blog presents technical details of On-Device training with ONNX Runtime. It explains how On-Device Training works and what are the different steps and artifacts involved in the training process. This information will help you train your models on edge devices.",
Expand Down
12 changes: 12 additions & 0 deletions js/prism.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions pytorch.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ <h2>Get innovations into production faster</h2>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.min.js"
integrity="sha512-7rusk8kGPFynZWu26OKbTeI+QPoYchtxsmPeBqkHIEXJxeun4yJ4ISYe7C6sz9wdxeE1Gk3VxsIWgCZTc+vX3g=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="js/custom.js"></script>

</body>

</html>