An open API service indexing awesome lists of open source software.

https://github.com/mcaimi/rhoai-demo

WIP repository that will hold AI demos on RedHat Openshift AI
https://github.com/mcaimi/rhoai-demo

Last synced: about 1 year ago
JSON representation

WIP repository that will hold AI demos on RedHat Openshift AI

Awesome Lists containing this project

README

          

# RedHat Openshift AI Demo Collection

WIP demos running on Openshift AI. Currently *very* work in progress and *very* imcomplete.

Notebooks folder contents:

- (1) Prepare S3 buckets and interact with HuggingFace to download and upload model checkpoints
- (2) Use langchain to tokenize and embed a database of additional information and interact with ChromaDB to store embeddings
- (3) Download the full Mistral-7B model from HuggingFace, test inference, quantize the model, save the quantized model and upload the resulting checkpoint to S3
- (4) Test the full model via vLLM

## TODO

- Finish demo code
- Upload more demos