Skip to content

Commit 40a53ee

Browse files
authored
Added AMD models to page. (#22632)
Preview available at: https://maanavd.github.io/onnxruntime/models
1 parent 381b610 commit 40a53ee

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/routes/models/+page.svelte

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
image: 'https://onnx.ai/models/assets/logos/onnx.png',
1717
imagealt: 'ONNX Model Zoo'
1818
},
19+
{
20+
title: 'AMD Models (hosted on Hugging Face)',
21+
description:
22+
'Various quark-quantized models are graciously provided by AMD, ready to run using the ONNX Runtime generate() api!',
23+
url: 'https://huggingface.co/amd',
24+
image: 'https://cdn-avatars.huggingface.co/v1/production/uploads/647fcd2cdd29d0de8120db74/Og-6kJn0Hkjy5s0TnUWt_.png',
25+
imagealt: 'AMD Logo on Hugging Face'
26+
},
1927
{
2028
title: 'Qualcomm ONNX Models (hosted on Hugging Face)',
2129
description:
@@ -61,7 +69,7 @@
6169
<a rel="noopener noreferrer" target="_blank" href={modelhub.url} class="card-body">
6270
<div class="grid grid-cols-5">
6371
<div class="h-full">
64-
<img src={modelhub.image} alt={modelhub.imagealt} class="w-24 h-24" />
72+
<img src={modelhub.image} alt={modelhub.imagealt} class="w-24" />
6573
</div>
6674
<div class="col-span-4">
6775
<h2 class="card-title text-white">{modelhub.title}</h2>

0 commit comments

Comments
 (0)