Skip to content

Commit

Permalink
Updated images for blog, updated meta tags for both blogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Nov 21, 2023
1 parent ba05e2c commit 0901514
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 105 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
255 changes: 151 additions & 104 deletions src/routes/blogs/accelerating-llama-2/+page.svelte

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion src/routes/blogs/pytorch-on-the-edge/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,41 @@ fun run(audioTensor: OnnxTensor): Result {
name="description"
content="Everything you need to know about running PyTorch models on the edge with ONNX Runtime."
/>
<meta name="title" content="Run PyTorch models on the edge" />
<meta
name="keywords"
content="PyTorch, ONNX Runtime, edge computing, machine learning, deep learning, model optimization, model deployment, AI on edge"
/>
<meta name="author" content="Natalie Kershaw, Prasanth Pulavarthi" />
<meta name="date" content="2023-10-12" />
<meta name="image" content={ORT} />
<meta name="robots" content="index, follow" />
<meta name="og:title" content="Run PyTorch models on the edge" />
<meta
name="og:description"
content="Learn how to run PyTorch models on edge devices using ONNX Runtime. Explore considerations, tools, and examples for deploying PyTorch models on Windows, in the browser, on mobile, and for on-device training."
/>
<meta name="og:type" content="article" />
<meta name="og:url" content="https://onnxruntime.ai/blogs/pytorch-on-the-edge" />
<meta name="og:image" content={ORT} />
<meta name="twitter:title" content="Run PyTorch models on the edge" />
<meta
name="twitter:description"
content="Learn how to run PyTorch models on edge devices using ONNX Runtime. Explore considerations, tools, and examples for deploying PyTorch models on Windows, in the browser, on mobile, and for on-device training."
/>
<meta name="twitter:card" content={ORT} />
<meta name="twitter:image" content={ORT} />
</svelte:head>
<Header pathvar="" />
<div class="container mx-auto px-4 md:px-8 lg:px-48 pt-8">
<h1 class="text-5xl pb-2">Run PyTorch models on the edge</h1>
<p class="text-neutral">By: <a href="https://www.linkedin.com/in/natkershaw/" class="text-blue-500">Natalie Kershaw</a> and <a href="https://www.linkedin.com/in/prasanthpulavarthi/" class="text-blue-500">Prasanth Pulavarthi</a> </p>
<p class="text-neutral">
By: <a href="https://www.linkedin.com/in/natkershaw/" class="text-blue-500">Natalie Kershaw</a>
and
<a href="https://www.linkedin.com/in/prasanthpulavarthi/" class="text-blue-500"
>Prasanth Pulavarthi</a
>
</p>
<p class="text-neutral">12TH OCTOBER, 2023</p>
<div class="py-4">
<div class="col-span-12 md:col-span-9">
Expand Down

0 comments on commit 0901514

Please sign in to comment.