From 04d73b892ce58b2e0cd7802de3e8125f5cda1916 Mon Sep 17 00:00:00 2001 From: bconsolvo Date: Tue, 30 Jun 2026 09:27:21 -0700 Subject: [PATCH] docs: update README for Ryzen AI 1.7.1 requirements - Update minimum Ryzen AI version from 1.6.0 to 1.7.1 - Update conda env example to ryzen-ai-1.7.1 - Add Visual Studio 2022 Community with C++ workload requirement - Add CMake 3.26+ build tooling requirement - Add Windows 11 build 22621.3527+ requirement for NPU - List compatible NPU drivers (32.0.203.280, 32.0.203.314, 376) - Recommend Miniforge over generic conda Co-Authored-By: Claude Opus 4.7 --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 95e7b75..ad51738 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,13 @@ LIRA supports multiple speech-model architectures. Runtime support depends on th **Prerequisites:** -- **Python 3.10** is required. -- We recommend using **conda** for environment management. -- To use Ryzen AI powered NPUs, you must have a Ryzen AI 300 series laptop. +- **Python 3.10** is required. We recommend using **Miniforge** for environment management. +- **Visual Studio 2022 Community** with "Desktop Development with C++" workload must be installed. +- **CMake 3.26 or above** is required for build tooling. +- To use Ryzen AI powered NPUs, you must have a Ryzen AI 300 series laptop running **Windows 11 build 22621.3527 or above**. - For RyzenAI NPU flow, follow the [RyzenAI installation instructions](https://ryzenai.docs.amd.com/en/latest/inst.html) and verify drivers/runtime for your device. -- Requires **Ryzen AI 1.6.0 or above** +- Compatible NPU drivers: **32.0.203.280**, **32.0.203.314**, or **376**. +- Requires **Ryzen AI 1.7.1 or above** **Minimal install steps:** @@ -48,7 +50,7 @@ LIRA supports multiple speech-model architectures. Runtime support depends on th ``` For example, use the latest ```bash - conda activate ryzen-ai-1.6.0 + conda activate ryzen-ai-1.7.1 ``` 2. **Clone the repo and change directory:**