Skip to content

RHEcosystemAppEng/NeMo-Microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NVIDIA NeMo Microservices on OpenShift

Helm charts for deploying NVIDIA NeMo microservices infrastructure and demos on OpenShift.

Prerequisites

  • OpenShift 4.x cluster
  • Helm 3.x
  • oc CLI configured
  • NGC API key (for pulling NVIDIA images)
  • GPU nodes (for training/inference workloads)

Charts

  • deploy/nemo-infra: Infrastructure components (databases, MLflow, Argo, Milvus, Volcano, Operators)
  • deploy/nemo-instances: Example NeMo microservices deployments

Quick Start

1. Infrastructure Deployment

Deploy all infrastructure components (PostgreSQL, MLflow, Argo Workflows, Milvus, Volcano, Operators):

cd deploy/nemo-infra
helm install nemo-infra . -n <namespace> --create-namespace

📖 Full documentation: deploy/nemo-infra/README.md

2. NeMo Instances Deployment

Deploy example NeMo microservices (Customizer, Datastore, Entity Store, Evaluator, Guardrail, NIM services):

cd deploy/nemo-instances
helm install nemo-instances . -n <namespace>

📖 Full documentation: deploy/nemo-instances/README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages