This repository contains code for summarizing documents using Spyre with Red Hat AI Inference Server. This is an AI on IBM Z solution template for document summarization using Spyre. This solution template provides an example on how to deploy RHAIIS in an IBM Z environment, while making use of Spyre, Granite models, and more.
- Podman
- podman-compose
- RHAIIS
View or download the official AI Solution Template PDF to get started
# Set the host IP for cross-container communication
export HOST_IP=$(hostname -I | awk '{print $1}')# Build images and start containers in detached mode
podman-compose up --build -dOpen your web browser and navigate to:
Local access:
http://localhost:3002Network access (from other devices):
http://<your-machine-ip>:3002# Stop the Podman machine
podman machine stop podman-machine-default
# Update resources (example: 4 CPUs, 8 GB RAM, 100 GB disk)
podman machine set --cpus 4 --memory 8192 --disk-size 100 podman-machine-default
# Restart the machine with the new configuration
podman machine start podman-machine-default- Development:
- Tabari Alexander (thalexan@us.ibm.com)
- Abid Alam (abidalam@ibm.com)
- Rishika Kedia (rishika.kedia@in.ibm.com)
- Saurabh Srivastava (saurabh.srivastava4@ibm.com)
- Vishwas R (Vishwas.R@ibm.com)
- Ganeshi Shreya (Shreya.Ganeshi@ibm.com)
- Prasanna Gn (Prasanna.Gn@ibm.com)
- Dilip B (Dilip.Bhagavan@ibm.com)
- Jasmeet Bhatia (jbhatia@ibm.com)
