Skip to content

Commit bc3853c

Browse files
Merge pull request #34 from amd/dholanda/update_readme
Update main README with new skills and instructions
2 parents 4a002e3 + d15e3a5 commit bc3853c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Diagnose, configure, and tune AMD devices directly.
7171
| --- | --- |
7272
| `apu-memory-tuner` | Inspect and tune the shared-vs-dedicated memory split (GTT / UMA Frame Buffer) on AMD Ryzen APUs. |
7373
| `rocm-doctor` | Detect driver / kernel / ROCm / framework mismatches and propose fixes. |
74-
| `mi300x-tuner` | Opinionated inference tuning for MI300X, including TunableOp, FSDP, and FlashAttention. |
74+
| `mi-tuner` | Opinionated inference tuning for MI accelerators, including TunableOp, FSDP, and FlashAttention. |
7575
| `gfx-target-chooser` | Pick the right `gfx942` / `gfx90a` / `gfx1100` target and matching compiler flags. |
7676

7777

@@ -193,14 +193,14 @@ The agent loads the matching `SKILL.md` and any helper scripts, then carries out
193193

194194
We welcome contributions from AMD engineers and selected partners. There are two paths, matching how the catalog is organized:
195195

196-
- **Path A In-repo skills.** Authored directly under `skills/` in this repository. Best for cross-cutting workflows that do not have a natural product home.
197-
- **Path B Product-repo skills.** Authored in a product repository and registered here through `catalog/` with a pinned tag. Best for skills that should ship and version with a specific product (HIP, ROCm, Ryzen AI, Lemonade, etc.).
196+
- **Path A: In-repo skills.** Authored directly under `skills/` in this repository. Best for cross-cutting workflows that do not have a natural product home.
197+
- **Path B: Product-repo skills.** Authored in a product repository and registered here through `catalog/` with a pinned tag. Best for skills that should ship and version with a specific product (HIP, ROCm, Ryzen AI, Lemonade, etc.).
198198

199199
See [CONTRIBUTING.md](CONTRIBUTING.md) for step-by-step instructions, the full authoring guide, and the rules CI enforces on every pull request.
200200

201201
## Status
202202

203-
This repository is in its early days. In-repo skills include `skills/local-ai-app-integration/` and `skills/local-ai-use/`, seeding the **Application integration** focus area, and `skills/apu-memory-tuner/`, seeding the **Hardware-native** focus area. The remaining Hardware-native, Cross-stack porting, and Profiling and delivery skills are being built out incrementally alongside manifests and CI. Expect rapid iteration. File an issue if there is a workflow you want covered, or open a PR with a skill you have been wanting to share.
203+
This repository is in its early days. In-repo skills include `skills/local-ai-app-integration/` and `skills/local-ai-use/`, seeding the **Application integration** focus area, and `skills/apu-memory-tuner/`, seeding the **Hardware-native** focus area. The remaining skills are being built out incrementally alongside manifests and CI. Expect rapid iteration.
204204

205205
## License
206206

0 commit comments

Comments
 (0)