The attached zip bundle contains a collection of cloud-init scripts that deploying DL workloads on Deep Learning VM through the vSphere Client UI and VM Service.
The bundle includes a variety of sample scripts tailored for different DL frameworks and use cases.
VMware Private AI Foundation 9.0
Each script is organised in its respective directory and contains two files: a cloud-init script and a config.json file.
DL Workload | Folder |
---|---|
NVIDIA RAG | ./nvidia-rag/ |
CUDA Sample | ./cuda-sample/ |
DCGM Exporter | ./dcgm-exporter/ |
PyTorch | ./pytorch/ |
TensorFlow | ./tensorflow/ |
Triton Inference Server | ./triton-inference-server/ |
cloud-config.yaml
file located in its corresponding directory.cloud-config.yaml
cloud-init script in base64 format and assign the resulting value to the user-data
OVF parameter of the deep learning VM image.config.json
files. After applying any required modifications, encode the file content in Base64 and assign it to the config-json
OVF parameter.