Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a new scenario as plan B #51

Merged
merged 11 commits into from
Jul 1, 2024
51 changes: 51 additions & 0 deletions data/hackathon/scenario7.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: Accelerate GenAI experimentation by using an open source Enterprise-grade tool and software supply chain to get started
aspanner marked this conversation as resolved.
Show resolved Hide resolved
exercise: 7
date: '2024-06-25'
aspanner marked this conversation as resolved.
Show resolved Hide resolved
tags: ['podman desktop','ai lab','genai', 'granite','ai applications']
draft: false
authors: ['default']
summary: "Demonstrate Podman Desktops in-built"
aspanner marked this conversation as resolved.
Show resolved Hide resolved
---

ACME loved the flexibility at enterprise grade quality and scale of OpenShift AI and also the game changing approach to LLMs through InstructLab.
But all this excitement needs to be pointed in to the right direction with the right tooling right from when experimentation starts.
"Can you help us?" they want to know - "I am glad you asked" is what you are saying.
aspanner marked this conversation as resolved.
Show resolved Hide resolved

In this scenario you showcase the Podman tooling to get started while having Enterprise grade deployments as the destination in mind.
1) Get Podman Desktop running on your laptop.
2) Install the AI Lab extension
3) Use the AI Lab extension to build your demo app and to access to your code
4) Utilize the Recipe catalogue to deploy the Summarizer recipe
5) Change the application code so that it says 'Hello from Team <Your team name>!'
aspanner marked this conversation as resolved.
Show resolved Hide resolved
6) Take a pdf document and let the Summarizer app summarize it.
7) Take a screenshot and show that you changed the Greeting as well as that the summarizer app ran successfully.

## 7.0 - Be in the Know...
Documentation you might find useful
- https://podman-desktop.io/extensions/ai-lab
- https://developers.redhat.com/articles/2024/05/07/podman-ai-lab-getting-started?source=sso#catalog_of_open_source_models

## 7.1 - Setting Up
The ACMEFS team wants to see how you install Podman Desktop and the AI Lab extension on your laptop
- Demonstrate the installation process or upgrade process of Podman Desktop.

## 7.2 - Introducing Podman
Explain what you see when going through podman desktop.
- The team wants to know what version of Podman is required to install the AILab extension.
- Show the ACME team how you can view and access containers, images and volumes
- Browse the current models installed and show how you can download a new model.
aspanner marked this conversation as resolved.
Show resolved Hide resolved

## 7.3 - Text Summarizer
Demonstrate the ACME team how you have out of the box recipes you can leverage.
- Use the Summarizer recipe, change the code such that it shows a welcome message with your team name in it.
- Take a screenshot and post into the slack channel.

# HINTS
If you get stuck on a question, fear not, perhaps try a different approach. If you have tried everything you can think of and are still stuck you can unlock a hint for `5` points by posting a message in the `#event-anz-ocp-ai-hackathon` channel with the message:
aspanner marked this conversation as resolved.
Show resolved Hide resolved

> [team name] are stuck on [exercise] and are unlocking a hint.

A hackathon organiser will join your breakout room to share the hint with you 🤫.


Loading