Skip to content

Commit

Permalink
Re-added missing text change.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD committed Oct 27, 2023
1 parent 42cca26 commit c27d7e2
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/routes/components/training-and-inference.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<div class="container mx-auto px-10 my-10">
<h1 class="text-4xl pb-2">ONNX Runtime Inferencing</h1>
<p class="text-xl pb-4">
ONNX Runtime is the same tech that powers AI in Microsoft products like Office, Azure, and Bing, as well as in thousands of other projects across the world.
ONNX Runtime is the same tech that powers AI in Microsoft products like Office, Azure, and Bing,
as well as in thousands of other projects across the world.
</p>
<!-- <a href="./inference" class="btn btn-primary">Learn more about ONNX Runtime Inferencing →</a> -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-10 mt-10 my-4 md:mx-10">
Expand All @@ -18,7 +19,8 @@
<div class="col-span-3 text-black">
<h1 class="text-2xl pb-2">Web Browsers</h1>
<p class="text-lg">
Run PyTorch and other ML models locally in the web browser with the cross-platform ONNX Runtime Web.
Run PyTorch and other ML models locally in the web browser with the cross-platform ONNX
Runtime Web.
</p>
</div>
<div class="hidden xl:grid">
Expand All @@ -31,7 +33,8 @@
<div class="col-span-3 text-black">
<h1 class="text-2xl pb-2">Mobile Devices</h1>
<p class="text-lg">
Infuse your Android and iOS mobile apps with AI and take advantage of ML accelerator hardware with ONNX Runtime Mobile.
Infuse your Android and iOS mobile apps with AI and take advantage of ML accelerator
hardware with ONNX Runtime Mobile.
</p>
</div>
<div class="hidden xl:grid">
Expand All @@ -53,8 +56,9 @@
<div class="col-span-3 text-black">
<h1 class="text-2xl pb-2">Large Model Training</h1>
<p class="text-lg">
Accelerated training with ONNX Runtime reduces costs and improves data scientist velocity for many popular models from <a href="https://huggingface.co/" class="text-blue-500">Hugging Face</a>
and <a href="https://ml.azure.com/" class="text-blue-500">Azure Machine Learning</a>.
ORT Training can be used to accelerate training for a large number of popular models,
including <a href="https://huggingface.co/" class="text-blue-500">Hugging Face</a> models like Llama-2-7b and curated models from the <a href="https://ml.azure.com/" class="text-blue-500">Azure AI |
Machine Learning Studio</a> model catalog.
</p>
</div>
<div class="hidden xl:grid">
Expand All @@ -67,7 +71,9 @@
<div class="col-span-3 text-black">
<h1 class="text-2xl pb-2">On-Device Training</h1>
<p class="text-lg">
On-device training with ONNX Runtime lets developers take an inference model and train it locally to deliver a more personalized and privacy-respecting experience for customers.
On-device training with ONNX Runtime lets developers take an inference model and train
it locally to deliver a more personalized and privacy-respecting experience for
customers.
</p>
</div>
<div class="hidden xl:grid">
Expand Down

0 comments on commit c27d7e2

Please sign in to comment.