-

+

Accelerated {#key activeWord} {activeWord} {/key} -

-

Machine Learning

+
+ Machine Learning

Production-grade AI engine to speed up training and inferencing in your existing technology stack. @@ -107,7 +107,7 @@ aria-label="copy python code" on:click={() => copy(pythonCode)} class="col-span-1 btn rounded-none h-full *:hover:scale-125 *:hover:transition *:hover:duration-200" - >

@@ -118,7 +118,7 @@ aria-label="copy nuget code" on:click={() => copy(nugetCode)} class="col-span-1 btn rounded-none h-full *:hover:scale-125 *:hover:transition *:hover:duration-200" - >
diff --git a/src/routes/components/performance.svelte b/src/routes/components/performance.svelte index e58dd5a04562d..53b0413a69d49 100644 --- a/src/routes/components/performance.svelte +++ b/src/routes/components/performance.svelte @@ -5,7 +5,7 @@
-

Performance

+

Performance



CPU, GPU, NPU - no matter what hardware you run on, ONNX Runtime optimizes for latency, diff --git a/src/routes/components/training-and-inference.svelte b/src/routes/components/training-and-inference.svelte index 9c584407184be..ae1cb396ea4d8 100644 --- a/src/routes/components/training-and-inference.svelte +++ b/src/routes/components/training-and-inference.svelte @@ -8,7 +8,7 @@

-

ONNX Runtime Inferencing

+

ONNX Runtime Inferencing

ONNX Runtime powers AI in Microsoft products including Windows, Office, Azure Cognitive Services, and Bing, as well as in thousands of other projects across the world. ONNX Runtime is @@ -47,7 +47,7 @@

-

ONNX Runtime Training

+

ONNX Runtime Training

ONNX Runtime reduces costs for large model training and enables on-device training.

diff --git a/src/routes/components/videogallery.svelte b/src/routes/components/videogallery.svelte index c8229997d25e7..71e8019d570fc 100644 --- a/src/routes/components/videogallery.svelte +++ b/src/routes/components/videogallery.svelte @@ -7,8 +7,8 @@
{#if title == true} -

Videos

-

Check out some of our videos to help you get started!

+

Videos

+

Check out some of our videos to help you get started!

{/if}
{#each videos as video} diff --git a/src/routes/getting-started/table.svelte b/src/routes/getting-started/table.svelte index 7b96daada60c6..062ba0c67887e 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -1626,45 +1626,6 @@ event.currentTarget.className = event.currentTarget.className.replace(' focus', ''); } - jq(document).ready(function () { - jq(".tbl_tablist li[role='tab']").click(function () { - jq(".tbl_tablist li[role='tab']:not(this)").attr('aria-selected', 'false'); - jq(this).attr('aria-selected', 'true'); - var tabpanid = jq(this).attr('aria-controls'); - var tabpan = jq('#' + tabpanid); - jq("div[role='tabpanel']:not(tabpan)").attr('aria-hidden', 'true'); - jq("div[role='tabpanel']:not(tabpan)").addClass('hidden'); - - tabpan.removeClass('hidden'); - tabpan.attr('aria-hidden', 'false'); - }); - - jq(".tbl_tablist li[role='tab']").keydown(function (ev) { - if (ev.which == 13) { - jq(this).click(); - } - }); - - //This adds keyboard function that pressing an arrow left or arrow right from the tabs toggel the tabs. - jq(".tbl_tablist li[role='tab']").keydown(function (ev) { - if (ev.which == 39 || ev.which == 37) { - var selected = jq(this).attr('aria-selected'); - if (selected == 'true') { - jq("li[aria-selected='false']").attr('aria-selected', 'true').focus(); - jq(this).attr('aria-selected', 'false'); - - var tabpanid = jq("li[aria-selected='true']").attr('aria-controls'); - var tabpan = jq('#' + tabpanid); - jq("div[role='tabpanel']:not(tabpan)").attr('aria-hidden', 'true'); - jq("div[role='tabpanel']:not(tabpan)").addClass('hidden'); - - tabpan.attr('aria-hidden', 'false'); - tabpan.removeClass('hidden'); - } - } - }); - }); - // Modal Extension // =============================== @@ -1835,7 +1796,7 @@ Select the configuration you want to use and run the corresponding installation script.

-
+
{#each tabs as tab, index}