Skip to content

Commit 7273da8

Browse files
authored
Merge branch 'main' into sreeram/lemonade-related-updates
2 parents 5a1443f + 9655ad8 commit 7273da8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ This is AMD's official repository of playbooks for AMD developer platforms. Each
2828

2929
| Playbook | Description |
3030
|----------|-------------|
31-
| **Running LLMs with PyTorch and ROCm** | Run powerful language models locally with PyTorch and ROCm |
31+
| **Running LLMs with PyTorch and AMD ROCm™ software** | Run powerful language models locally with PyTorch and ROCm |
3232
| **Running and Serving LLMs with LM Studio** | Set up LM Studio to run and serve large language models |
3333
| **Automating Workflows with n8n and Local LLMs** | Build an AI-powered news summarizer using n8n and Lemonade |
3434
| **Local LLM Coding with VSCode and Qwen3-Coder** | Use VSCode with locally-running Qwen3-Coder for private code assistance |
3535
| **Generating Images with ComfyUI and Z Image Turbo** | Create AI-generated images using ComfyUI with Z Image Turbo |
3636
| **Chat with LLMs in Open WebUI** | Set up Open WebUI to chat with local LLMs |
3737
| **Fine-tune LLMs with PyTorch and ROCm** | Fine-tune large language models using PyTorch and ROCm |
3838
| **Using Lemonade Across CPU, GPU, and NPU** | Learn how to use the Lemonade framework across CPU, GPU, and NPU |
39-
| **Local Computer Vision with Ryzen AI NPU** | Build local perception capabilities using CVML SDK on RyzenAI and ROCm |
39+
| **Local Computer Vision with Ryzen AI NPU** | Build local perception capabilities using CVML SDK on Ryzen AI and ROCm |
4040
| **Clustering Two Devices with llama.cpp RPC** | Distributed inference using RPC server across two AMD devices with llama.cpp |
4141
| **Getting Started with Ollama** | Install Ollama and run LLMs locally from the terminal, desktop app, or REST API |
4242
| **Getting Started Creating Agents with GAIA** | Build and deploy AI agents using the GAIA framework |

playbooks/core/comfyui-image-gen/playbook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "comfyui-image-gen",
33
"title": "Generating images with ComfyUI and Z Image Turbo",
4-
"description": "Create stunning AI-generated images using ComfyUI with Z Image Turbo.\u2122",
4+
"description": "Create stunning AI-generated images using ComfyUI with Z Image Turbo.",
55
"time": 15,
66
"supported_platforms": {
77
"halo": [

playbooks/core/pytorch-rocm-llms/playbook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "pytorch-rocm-llms",
3-
"title": "Running LLMs with PyTorch and ROCm",
3+
"title": "Running LLMs with PyTorch and AMD ROCm™ software",
44
"description": "Learn to run powerful language models on your PC with PyTorch and AMD ROCm™ software to summarize documents quickly and easily.",
55
"time": 30,
66
"supported_platforms": {

playbooks/supplemental/pytorch-kernels/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Both approaches run on AMD GPUs. This is possible because PyTorch's ROCm build m
5959
A GPU kernel is a function that runs in parallel across thousands of GPU threads simultaneously. Unlike a CPU function that executes once per call, a kernel is launched with a **grid** of **blocks**, each containing many **threads**, all executing the same code on different data.
6060

6161
<p align="center">
62-
<img src="https://github.com/user-attachments/assets/4773c54b-686e-4b1b-8fea-d451dee9c27c" width="900"/>
62+
<img src="assets/grid_threads.png" width="900"/>
6363
</p>
6464

6565
### GPU Execution Model: Wavefronts
61 KB
Loading

0 commit comments

Comments
 (0)