Skip to content

Commit

Permalink
Added AMD models to page. (#22632)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaanavD authored Oct 29, 2024
1 parent 381b610 commit 40a53ee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/routes/models/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -61,7 +69,7 @@
<a rel="noopener noreferrer" target="_blank" href={modelhub.url} class="card-body">
<div class="grid grid-cols-5">
<div class="h-full">
<img src={modelhub.image} alt={modelhub.imagealt} class="w-24 h-24" />
<img src={modelhub.image} alt={modelhub.imagealt} class="w-24" />
</div>
<div class="col-span-4">
<h2 class="card-title text-white">{modelhub.title}</h2>
Expand Down

0 comments on commit 40a53ee

Please sign in to comment.