Skip to content

Commit

Permalink
Update training-and-inference.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
prasanthpul authored Oct 27, 2023
1 parent 038d342 commit 297f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/components/training-and-inference.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div class="container mx-auto px-10">
<h1 class="text-4xl pb-2">ONNX Runtime Training</h1>
<p class="text-xl pb-4">
ONNX Runtime enables on-device training and reduces costs for large model training.
ONNX Runtime reduces costs for large model training and enables on-device training.
</p>
<a href="./training" class="btn btn-primary">Learn more about ONNX Runtime Training →</a>
<div class="grid grid-cols-1 md:grid-cols-2 gap-10 mt-10 my-4 md:mx-10">
Expand Down

0 comments on commit 297f17b

Please sign in to comment.