- Overview
- Requirements
- Pre-installation
- Installation
- Post-installation
- Migration and upgrade
- Monitoring and alerting
- Cluster administration
- Product-specific configuration
- Accessing the Models
- Enabling or disabling Extended Languages OCR
- Allocating GPU resources for Document Understanding modern projects
- Troubleshooting
Automation Suite on EKS/AKS Installation Guide
Allocating GPU resources for Document Understanding modern projects
For optimal performance, allocating the appropriate number of GPU resources is vital. You allocate GPU resources through ArgoCD, which contains specific parameters that correspond to each service. By adjusting these parameters, you can control the distribution of GPU resources as per the needs of each service.
Each service listed in the capacity calculator has a corresponding ArgoCD parameter as follows:
- OCR replicas corresponds to the
du-ocr-saas.replicaCount
parameter. - Custom model training replicas corresponds to the
du-training-ssde.replicas
parameter. - Custom model replicas corresponds to the
du-aimodelhost-2404.replicas
parameter. - OOB model replicas corresponds to the
du-ssde-saas.replicaCount
parameter.
Before allocating of GPU resources to each service, use the capacity calculator to determine the appropriate number of GPUs that should be allocated to each service. The output is based on your specific needs and will serve as a guide when updating the parameters in ArgoCD.