From a8c95302bd3d6e3c4e9e2e302b58e042922e8b40 Mon Sep 17 00:00:00 2001 From: MaanavD Date: Wed, 13 Nov 2024 16:19:30 -0800 Subject: [PATCH] Fixed some accessibility, and moved homepage things around. --- docs/install/index.md | 16 ++++++++-------- src/routes/+page.svelte | 2 +- src/routes/components/customers.svelte | 4 ++-- src/routes/components/generative-ai-hero.svelte | 2 +- src/routes/components/hero.svelte | 10 +++++----- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 33a9d2881e64f..df227674647d5 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -294,7 +294,7 @@ pip install -i https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/O Microsoft.ML.OnnxRuntime.Training -
dotnet add package Microsoft.ML.OnnxRuntime.Training
+ dotnet add package Microsoft.ML.OnnxRuntime.Training diff --git a/src/routes/components/generative-ai-hero.svelte b/src/routes/components/generative-ai-hero.svelte index bff3953cc7ebd..589c99e555b7d 100644 --- a/src/routes/components/generative-ai-hero.svelte +++ b/src/routes/components/generative-ai-hero.svelte @@ -3,7 +3,7 @@ import Ortgenerativeai from '../../images/undraw/image_ortgenerativeai.svelte'; -
+

Generative AI

diff --git a/src/routes/components/hero.svelte b/src/routes/components/hero.svelte index a1124c55f0a72..d236af65c0068 100644 --- a/src/routes/components/hero.svelte +++ b/src/routes/components/hero.svelte @@ -24,7 +24,7 @@ 'C++', 'Browser' ]; - let activeWord = 'Cross-Platform'; + let activeWord = 'Edge'; let currentWord = 0; let cycleWord = () => { currentWord = (currentWord + 1) % words.length; @@ -37,7 +37,7 @@ }; setTimeout(cycleWord, 2000); let pythonCode = 'pip install onnxruntime'; - let nugetCode = 'nuget install Microsoft.ML.OnnxRuntime'; + let gaiCode = 'pip install onnxruntime-genai'; let copied = false; let copy = async (code: string) => { try { @@ -112,11 +112,11 @@
- +
@@ -127,7 +127,7 @@

-->

Don't see your favorite platform? See the many others we support →Interested in using other languages? See the many others we support →