Skip to content

This is the Hobbyist Guide to Installing and Configuring RHOAI for customers. Bring your towel.

License

Notifications You must be signed in to change notification settings

redhat-na-ssa/hobbyist-guide-to-rhoai

Repository files navigation

Red Hat OpenShift AI BootCamp

Spelling

Acronyms:

  • RHOCP = Red Hat OpenShift Container Platform
  • RHOAI = Red Hat OpenShift AI
  • ODH = Open Data Hub
  • CR = Custom Resource

About RHOAI

Red Hat OpenShift AI is a platform for data scientists and developers of artificial intelligence and machine learning applications.

OpenShift AI provides an environment to develop, train, serve, test, and monitor AI/ML models and applications on-premise or in the cloud. More Info

  • Learn more about features and dependencies (link)

Cluster Setup Steps

  1. Prerequisite
  2. Add administrative user
  3. Enable GPU support for RHOAI
  4. (Optional) Run sample GPU application
  5. Configure GPU dashboards
  6. Configure GPU sharing method
  7. Install RHOAI Kserve dependencies
  8. Install RHOAI Operator and Components
  9. Configure RHOAI / Data Science Pipelines
  10. Configure distributed workloads

Automation Key

To run all steps, from this repo's root directory, run below command

./scripts/setup.sh -s 0
./scripts/setup.sh -s 9

The following will setup RHOAI with GPUs on an OpenShift cluster on AWS

until oc apply -k https://github.com/redhat-na-ssa/demo-ai-gitops-catalog/demos/rhoai-workshop-ready ; do : ; done

For more comprehensive gitops functionality, check out below repository: demo-ai-gitops-catalog

Demo Instructions

  1. Distributed Workloads

  2. Fraud Detection

About

This is the Hobbyist Guide to Installing and Configuring RHOAI for customers. Bring your towel.

Resources

License

Stars

Watchers

Forks