Skip to content

Commit 9859f8a

Browse files
committed
docs: highlight CPU/GPU/NPU-ready on AMD in README + repo overview
- README: prominent AMD-branded CPU/GPU/NPU 'ready' badge row (amd logo, AMD red), and an explicit note that inference runs across CPU, GPU (llama.cpp/Vulkan) and the AMD Ryzen AI NPU (FastFlowLM). - repo_overview: config.toml description now spells out the CPU/GPU/NPU local backends.
1 parent a75ecc9 commit 9859f8a

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ _Physical AI for Warehouse Robotics_
55
<div align="center">
66

77
![Small warehouse featuring Robotnik Kairos](docs/images/demo_comp.jpg)
8+
9+
![CPU: ready](https://img.shields.io/badge/CPU-ready-ED1C24?style=for-the-badge&logo=amd&logoColor=white&labelColor=000000)
10+
![GPU: ready](https://img.shields.io/badge/GPU-ready-ED1C24?style=for-the-badge&logo=amd&logoColor=white&labelColor=000000)
11+
![NPU: ready](https://img.shields.io/badge/NPU-ready-ED1C24?style=for-the-badge&logo=amd&logoColor=white&labelColor=000000)
12+
813
![Static Badge](https://img.shields.io/badge/AgenticAI-darkred)
914
![Static Badge](https://img.shields.io/badge/EmbodiedAI-black)
1015
![Static Badge](https://img.shields.io/badge/LLM-darkred)
@@ -41,6 +46,7 @@ Backup video link: https://vimeo.com/1138627688/dbfa881a27
4146
- Hardware platform: **AMD Ryzen™ AI** processor hosting robotics stack and embodied agentic AI multi-agent system
4247
- Model stack: [**Liquid AI's LFM2-VL**](https://www.liquid.ai/) (Vision-Language Model) optimized for AMD hardware
4348
- Local LLM (gpt-oss-20b) for planning, instruction parsing, and dialogue
49+
- Local inference across **CPU, GPU (llama.cpp / Vulkan) and the AMD Ryzen™ AI NPU (FastFlowLM)** — the safety VLM runs on the NPU, freeing the GPU for the LLM and perception VLM
4450
- Robot platform: Mobile manipulator (Robotnik Kairos) in ROS 2 simulated warehouse environment
4551
- Simulation setup: Hardware-in-the-loop mirrors real-world deployment for safe testing
4652
- Benefits: On-device reasoning, low latency, privacy, and seamless simulation-to-hardware transition

docs/repo_overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The repository is organized into several key directories:
2525

2626
- **`docker/`**: Deployment files for AMD GPU + AMD Ryzen™ AI. A layered build (`ros2``o3de``demo`) produces a single container that runs the whole demo via `pixi run demo`. See the [Quickstart Guide](./quickstart.md).
2727
- **`project_gems/`**: Assets and configurations for the **O3DE (Open 3D Engine)** simulation environment.
28-
- **`config.toml`**: The central configuration file for defining which LLMs and VLMs are used by the agents.
28+
- **`config.toml`**: The central configuration file for the agents' LLMs and VLMs. Each endpoint declares a local backend — CPU/GPU via llama.cpp (Vulkan) or the **AMD Ryzen™ AI NPU** via FastFlowLM — so models can be moved across CPU, GPU and NPU in one place.
2929

3030
## 2. Key Components
3131

0 commit comments

Comments
 (0)