diff --git a/src/routes/components/hero.svelte b/src/routes/components/hero.svelte index b9b40990b5fc3..ec94a7f607408 100644 --- a/src/routes/components/hero.svelte +++ b/src/routes/components/hero.svelte @@ -6,6 +6,7 @@ import { Highlight } from 'svelte-highlight'; import { bash } from 'svelte-highlight/languages'; import FaRegClipboard from 'svelte-icons/fa/FaRegClipboard.svelte'; + import FaClipboardCheck from 'svelte-icons/fa/FaClipboardCheck.svelte' import OnnxLight from '../../images/ONNX-Light.svelte'; import OnnxDark from '../../images/ONNX-Dark.svelte'; import { fade } from 'svelte/transition'; @@ -55,24 +56,9 @@ {#if copied} diff --git a/src/routes/getting-started/genai-table.svelte b/src/routes/getting-started/genai-table.svelte new file mode 100644 index 0000000000000..9a3e8ccbe0bb7 --- /dev/null +++ b/src/routes/getting-started/genai-table.svelte @@ -0,0 +1,275 @@ + + +
+ {#if copied} + + {/if} +
+

Platform

+
+
+
+ {#each platforms as platform} + + {/each} +
+
+ +
+

API

+
+
+
+ {#each languages as language} + + {/each} +
+
+ +
+

Hardware Acceleration

+
+
+
+ {#each hardwareAccelerations as hardwareAcceleration} + + {/each} +
+
+ + + + +
+

Installation Instructions

+
+
+
+
+ {@html installationInstructions} +
+ {#if installationInstructions.includes('

+					{' '}Copy code
+					
+				
+			{/if}
+		
+
+
diff --git a/src/routes/getting-started/inference-table.svelte b/src/routes/getting-started/inference-table.svelte new file mode 100644 index 0000000000000..fff8fc0583daa --- /dev/null +++ b/src/routes/getting-started/inference-table.svelte @@ -0,0 +1,1353 @@ + + +
+
+
+
+

Platform

+

Platform list contains six items

+
+
+
+
+ {#each platforms as platform, i} + {platform} + {/each} +
+
+ +
+
+

API

+

API list contains eight items

+
+
+
+
+ {#each apis as api, i} + {api} + {/each} +
+
+
+
+

Architecture

+

Architecture list contains five items

+
+
+
+
+ {#each architectures as architecture, i} + {architecture} + {/each} +
+
+
+
+

Hardware Acceleration

+

+ Hardware Acceleration list contains seventeen items +

+
+
+
+
+ {#each hardwareAccelerations as hardware, i} + {hardware} + {/each} +
+
+
+

Installation Instructions

+
+
+
+ Please select a combination of resources +
+
+
+
\ No newline at end of file diff --git a/src/routes/getting-started/table.svelte b/src/routes/getting-started/table.svelte index 8f19be53fd165..061b24be055d3 100644 --- a/src/routes/getting-started/table.svelte +++ b/src/routes/getting-started/table.svelte @@ -1,1796 +1,11 @@
@@ -1833,266 +48,16 @@ {/each} +
-
-
-
-

Platform

-

Platform list contains six items

-
-
-
-
- {#each platforms as platform, i} - {platform} - {/each} -
-
- -
-
-

API

-

API list contains eight items

-
-
-
-
- {#each apis as api, i} - {api} - {/each} -
-
-
-
-

Architecture

-

Architecture list contains five items

-
-
-
-
- {#each architectures as architecture, i} - {architecture} - {/each} -
-
-
-
-

Hardware Acceleration

-

- Hardware Acceleration list contains seventeen items -

-
-
-
-
- {#each hardwareAccelerations as hardware, i} - {hardware} - {/each} -
-
-
-

Installation Instructions

-
-
-
- Please select a combination of resources -
-
-
-
- - + + +
+ +