This is a cache of https://developer.ibm.com/technologies/generative-ai/openprojects/. It is a snapshot of the page as it appeared on 2026-03-09T13:30:26.856+0000.
Generative AI - Openprojects - IBM Developer
IBM Developer

Generative AI

Deep learning models that generate high-quality content

Generative AI refers to deep-learning models that can generate high-quality text, images, and other content based on the data they were trained on.

Open Projects

10 July 2024

Open Project

Foundation Model Stack

Foundation Model Stack is a collection of components for development, inference, training, and tuning of foundation models leveraging PyTorch native components. For inference optimizations we aim to support PyTorch compile, accelerated transformers, and tensor parallelism. At training time we aim to support FSDP, accelerated transformers, and PyTorch compile. To enable these optimizations, we will provide reimplementations of several popular model architectures starting with Llama and GPT-BigCode.

Foundation Model Stack