File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 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:
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 >
You can’t perform that action at this time.
0 commit comments