Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
8 changes: 8 additions & 0 deletions playbooks/AMD_BRANDING_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion playbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,20 @@ STX Halo-only instructions
Instructions for both Halo and STX Point
<!-- @device:end -->

<!-- @device:rx7900xt,rx9070xt -->
<!-- @device:rx7900xt,rx9070xt,r9700 -->
Instructions for discrete Radeon GPUs
<!-- @device:end -->
```

| 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 `<!-- @device:all -->` to explicitly mark content for all devices. A device selector appears on the playbook page when `@device` tags are detected.

Expand Down
Loading