HonestQiao / RyzenAI-SW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ryzen™ AI Software

Introduction

AMD Ryzen™ AI Software includes the tools and runtime libraries for optimizing and deploying AI inference on your AMD Ryzen™ AI based PC. It enables developers to quickly build and run a variety of AI applications for Ryzen™ AI. It is designed with high efficiency and ease-of-use in mind, unleashing the full potential of AI acceleration on Ryzen™ AI.

This repository contains the demos, examples and tutorials, demonstrating usage and capabilities of the Ryzen™ AI Software. It is a subset of the Ryzen™ AI Software release.

Git LFS and Instructions to clone:

Due to the presence of large files in some examples/tutorials, Git Large File Storage (LFS) has been configured in this repository. Follow the instructions below to ensure Git LFS is properly set up:

  • Install Git LFS by downloading it from the official website
  • After installation, run the following command in your terminal to set up Git LFS on your machine:
 git lfs install
  • Clone the repository (or a fork of it):
git clone https://github.com/amd/RyzenAI-SW.git
  • Pull the actual LFS files:
git lfs pull

Examples

Demos

Tutorials

Benchmarking

Getting Started

To run the demos and examples in this repository, please follow the instructions of README.md in each directory.

Reference

About

License:MIT License


Languages

Language:C++ 54.8%Language:Python 35.6%Language:Objective-C 3.2%Language:Cuda 1.7%Language:C 1.5%Language:Jupyter Notebook 1.4%Language:Shell 1.1%Language:Batchfile 0.4%Language:CMake 0.2%Language:Dockerfile 0.1%Language:CSS 0.0%