-
Create minio and your data connections using the setup/setup-s3.yaml.
kubectl apply -n my-namespace -f setup/setup-s3.yaml
-
Start a workbench using with git-lfs installed. OpenShift AI PyTorch notebook will work well. Make sure to set the data connection to
My Storage
-
Clone this repository and run the notebook 1_download_save.ipynb
-
Serve a model using the UI or apply the yaml from sample-deployments
-
Test out the new endpoint using 2_vllm_rest_requests.ipynb and 3_vllm_openai_requests.ipynb