Skip to content

Commit

Permalink
Add AMD community blog (#19873)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophies927 authored Mar 13, 2024
1 parent cdf838a commit 8254a64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/blogs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,13 @@
}
];
let blogsCommunity = [
{
title: 'Efficient image generation with Stable Diffusion models and ONNX Runtime using AMD GPUs',
date: 'February 23, 2024',
link: 'https://rocm.blogs.amd.com/artificial-intelligence/stable-diffusion-onnx-runtime/README.html',
blurb:
'Use pre-trained Stable Diffusion models to generate images from text (text-to-image), transform existing visuals (image-to-image), and restore damaged pictures (inpainting) on AMD GPUs using ONNX Runtime.'
},
{
title: 'AMD expands its AI and ML development tools with ROCm 6.0',
date: 'February 15, 2024',
Expand Down

0 comments on commit 8254a64

Please sign in to comment.