Artificial intelligence

Featured image for Red Hat OpenShift AI.
Article

How to serve embeddings models on OpenShift AI

Christina Xu

Learn how to generate word embeddings and perform RAG tasks using a Sentence Transformer model deployed on Caikit Standalone Serving Runtime using OpenShift AI.

Feature image for Podman Desktop.
Article

Introducing GPU support for Podman AI Lab

Evan Shortiss +1

With GPU acceleration for Podman AI Lab, developers can inference models faster and build AI-enabled applications with quicker response times.

Featured image for AI/ML
Article

Responsible and Explainable AI

Tarcisio Oliveira

Get an overview of Explainable and Responsible AI and discover how the open source TrustyAI tool helps power fair, transparent machine learning.

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

Your second GPU algorithm: Quicksort

Kenny Ge

Learn how to write a GPU-accelerated quicksort procedure using the algorithm for prefix sum/scan and explore other GPU algorithms, such as Reduce and Game of Life.

Featured image for Red Hat OpenShift AI.
Product Sub Page

Getting started with Red Hat OpenShift AI

Red Hat OpenShift AI is an artificial intelligence platform that runs on top of Red Hat OpenShift and provides tools across the AI/ML lifecycle.

Featured image for Red Hat OpenShift AI.
Product Sub Page

Download Red Hat OpenShift AI

Red Hat OpenShift AI is an artificial intelligence platform that runs on top of Red Hat OpenShift and provides tools across the AI/ML lifecycle.

Featured image for Red Hat OpenShift AI.
Product Page

Red Hat OpenShift AI

A cloud service that gives data scientists and developers a powerful AI/ML

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

Your first GPU algorithm: Scan/prefix sum

Kenny Ge

An in-depth look at a foundational GPU programming algorithm: the prefix sum. The goal is to expose the reader to the tools and language of GPU programming, rather see it only as a way to optimize certain existing subroutines.

Configure a Jupyter notebook to use GPUs for AI/ML modeling
Article

What is GPU programming?

Kenny Ge

The first of a four-part series on introductory GPU programming, this article provides a basic overview of the GPU programming model.