Deploy an Imaging AMD Solution Blueprint on AMD Radeon™ GPUs
Summary
AMD introduces technical preview support for AMD Radeon™ AI PRO R9700 and AMD Radeon™ PRO W7900 GPUs within its enterprise AI reference stack, released on July 22, 2026. This stack includes AMD Inference Microservices (AIMs), Solution Blueprints, AI Workbench, Resource Manager, and the AMD GPU Operator. These components enable users to serve LLMs, deploy reference applications like RAG chatbots, and simplify GPU management in Kubernetes clusters. The article demonstrates deploying the MRI Analysis Tool Solution Blueprint on an AMD Radeon AI PRO R9700S GPU in Kubernetes. This tool performs image preprocessing, tissue segmentation, anomaly detection, and LLM-assisted reporting using the Qwen3 VL 8B Instruct model, accessible via a Gradio web interface. Customization options, such as switching to the google/gemma-3n-E4B-it AIM and adjusting ephemeral storage from 120Gi to 200Gi, are also detailed.
Key takeaway
For AI Engineers or MLOps teams deploying AI workloads on AMD hardware, this blueprint simplifies integrating LLMs and complex applications into Kubernetes. You can utilize AMD's enterprise AI stack, including AIMs and Solution Blueprints, to serve models like Qwen3 VL 8B Instruct or google/gemma-3n-E4B-it. Consider using the AMD GPU Operator to automate GPU management and scale your generative AI deployments efficiently on Radeon AI PRO R9700 or PRO W7900 GPUs.
Key insights
AMD's enterprise AI stack enables streamlined deployment and management of AI models and applications on Radeon GPUs within Kubernetes.
Principles
- Standardized microservices simplify AI model serving.
- Kubernetes operators automate GPU resource management.
- Solution Blueprints offer complete microservice examples.
Method
Deploy AMD Solution Blueprints by generating a Kubernetes manifest from an OCI-compliant Helm chart using `helm template`, then applying it with `kubectl apply -f -`. Customize via `--set` flags or override files.
In practice
- Serve LLMs using AMD Inference Microservices (AIMs).
- Deploy RAG chatbots from Solution Blueprints Catalog.
- Manage Radeon GPUs in Kubernetes with AMD GPU Operator.
Topics
- AMD Radeon GPUs
- Kubernetes Deployment
- AI Microservices
- Solution Blueprints
- LLM Inference
- GPU Operator
Code references
Best for: MLOps Engineer, AI Engineer, AI Architect
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by AMD ROCm Blogs.