diff --git a/README.md b/README.md index 41169f1c..fcf87aea 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,6 @@ This is AMD's official repository of playbooks for AMD developer platforms. Each | **Using Lemonade Across CPU, GPU, and NPU** | Learn how to use the Lemonade framework across CPU, GPU, and NPU | | **Optimized Fine-tuning with Unsloth** | Memory-efficient LoRA fine-tuning with Unsloth | | **Speech-to-Speech Translation** | Build a real-time speech-to-speech translation system | - -## Coming Soon - -| Playbook | Description | -|----------|-------------| | **Local Computer Vision with Ryzen™ AI NPU** | Build local perception capabilities using CVML SDK on Ryzen AI and ROCm | | **Clustering Two Devices with llama.cpp RPC** | Distributed inference using RPC server across two AMD devices with llama.cpp | | **Getting Started with Ollama** | Install Ollama and run LLMs locally from the terminal, desktop app, or REST API | diff --git a/playbooks/AMD_BRANDING_GUIDE.md b/playbooks/AMD_BRANDING_GUIDE.md index 0fd3020c..06cd2fa0 100644 --- a/playbooks/AMD_BRANDING_GUIDE.md +++ b/playbooks/AMD_BRANDING_GUIDE.md @@ -22,6 +22,10 @@ This guide outlines the correct usage of AMD product names and trademarks in all ### Hardware Platforms +#### STX Halo Box (Device ID: `halo_box`) +- **First mention:** AMD Ryzen™ AI Halo Developer Platform +- **Subsequent:** Ryzen AI Halo Developer Platform, Halo platform, or Halo Box + #### STX Halo (Device ID: `halo`) - **First mention:** AMD Ryzen™ AI Max+ - **Subsequent:** Ryzen AI Max+, Halo platform, or Halo @@ -42,6 +46,10 @@ This guide outlines the correct usage of AMD product names and trademarks in all - **First mention:** AMD Radeon™ 9000 Series Graphics - **Subsequent:** Radeon 9000 Series or RX 9070 XT +#### Radeon AI Pro R9700 (Device ID: `r9700`) +- **First mention:** AMD Radeon™ 9000 Series Graphics +- **Subsequent:** Radeon 9000 Series or AI Pro R9700 + ### Software and Platforms #### ROCm diff --git a/playbooks/README.md b/playbooks/README.md index 534bdc28..ba4fed7e 100644 --- a/playbooks/README.md +++ b/playbooks/README.md @@ -104,18 +104,20 @@ STX Halo-only instructions Instructions for both Halo and STX Point - + Instructions for discrete Radeon GPUs ``` | Device ID | Hardware | Product Name | |-----------|----------|--------------| +| `halo_box` | STX Halo | AMD Ryzen™ AI Halo Developer Platform | | `halo` | STX Halo | AMD Ryzen™ AI Max+ | | `stx` | STX Point | AMD Ryzen™ AI 300 HX | | `krk` | Krackan Point | AMD Ryzen™ AI 300 | | `rx7900xt` | Radeon RX 7900 XT | AMD Radeon™ 7000 Series Graphics | | `rx9070xt` | Radeon RX 9070 XT | AMD Radeon™ 9000 Series Graphics | +| `r9700` | Radeon AI Pro R9700 | AMD Radeon™ 9000 Series Graphics | Content outside `@device` tags is always shown. Use `` to explicitly mark content for all devices. A device selector appears on the playbook page when `@device` tags are detected.