From 40a53ee35afdf1652991a5d6f11347679bb4cb86 Mon Sep 17 00:00:00 2001 From: Maanav Dalal Date: Tue, 29 Oct 2024 16:04:00 -0700 Subject: [PATCH] Added AMD models to page. (#22632) Preview available at: https://maanavd.github.io/onnxruntime/models --- src/routes/models/+page.svelte | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/routes/models/+page.svelte b/src/routes/models/+page.svelte index cd4009c48e575..f8fbe72ebcdcf 100644 --- a/src/routes/models/+page.svelte +++ b/src/routes/models/+page.svelte @@ -16,6 +16,14 @@ image: 'https://onnx.ai/models/assets/logos/onnx.png', imagealt: 'ONNX Model Zoo' }, + { + title: 'AMD Models (hosted on Hugging Face)', + description: + 'Various quark-quantized models are graciously provided by AMD, ready to run using the ONNX Runtime generate() api!', + url: 'https://huggingface.co/amd', + image: 'https://cdn-avatars.huggingface.co/v1/production/uploads/647fcd2cdd29d0de8120db74/Og-6kJn0Hkjy5s0TnUWt_.png', + imagealt: 'AMD Logo on Hugging Face' + }, { title: 'Qualcomm ONNX Models (hosted on Hugging Face)', description: @@ -61,7 +69,7 @@
- {modelhub.imagealt} + {modelhub.imagealt}

{modelhub.title}