Skip to content

Commit

Permalink
Add PyTorch edge blog (#17929)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Oct 13, 2023
1 parent 1420e28 commit b56dc72
Show file tree
Hide file tree
Showing 11 changed files with 388 additions and 4 deletions.
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>

0 comments on commit b56dc72

Please sign in to comment.