mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
Add link to stable diffusion perf blog (#15934)
This commit is contained in:
parent
91ab2ac743
commit
e5a5423f52
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
"blogs": [
|
||||
{
|
||||
"title": "Accelerating Stable Diffusion Inference with ONNX Runtime",
|
||||
"date": "May 10th, 2023",
|
||||
"blurb": "This blog shows how to accelerate the Stable Diffusion models from Hugging Face on NVIDIA and AMD GPUs with ONNX Runtime. It includes benchmark results obtained on A100 and RTX3060 and MI250X.",
|
||||
"link": "https://medium.com/microsoftazure/accelerating-stable-diffusion-inference-with-onnx-runtime-203bd7728540"
|
||||
},
|
||||
{
|
||||
"title": "Azure Container for PyTorch is now Generally Available in Azure Machine Learning!",
|
||||
"date": "March 22nd, 2023",
|
||||
|
|
@ -103,4 +109,4 @@
|
|||
"link": "https://cloudblogs.microsoft.com/opensource/2021/06/30/journey-to-optimize-large-scale-transformer-model-inference-with-onnx-runtime/"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue