diff --git a/src/routes/models/+page.svelte b/src/routes/models/+page.svelte index cd4009c48e..f8fbe72ebc 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}