From 2a7c7f8d042a75b237a3bd31a1dd6a45ea8e3bab Mon Sep 17 00:00:00 2001 From: Dan McPherson Date: Fri, 3 May 2024 10:05:25 -0400 Subject: [PATCH] README cleanup Signed-off-by: Dan McPherson --- training/README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/training/README.md b/training/README.md index 22debd158..c1f6a313f 100644 --- a/training/README.md +++ b/training/README.md @@ -34,15 +34,15 @@ In order to run accelerated AI workloads, we've prepared [bootc](https://github. Note: AI content is huge and requires a lot of disk space >200GB free to build. -# How to build Instructlab containers +# How to build InstructLab containers In order to do AI Training you need to build instructlab container images. -Simply execute `make instructlab-`. For example: +Simply execute `make instruct-`. For example: -* make instructlab-amd -* make instructlab-intel -* make instructlab-nvidia +* make instruct-amd +* make instruct-intel +* make instruct-nvidia Once you have these container images built it is time to build vllm. @@ -84,11 +84,14 @@ make nvidia REGISTRY=myregistry.com REGISTRY_ORG=ai-training IMAGE_NAME=nvidia I # How to build Cloud ready images -Bootc container images can be installed on physical machines, virtual machines and in the cloud. Often it is useful to add the cloud-init package when running the operarting systems in the cloud. +Bootc container images can be installed on physical machines, virtual machines and in the cloud. Often it is useful to add the cloud-init package when running the operating systems in the cloud. + +To add cloud-init to your existing bootc container image, executing `make cloud-` should be enough. For example to build the `cloud-nvidia`, `cloud-amd` and `cloud-intel` bootc containers, respectively: -To add cloud-init to your existing bootc container image, executing make cloud- ``` -make nvidia REGISTRY=myregistry.com REGISTRY_ORG=ai-training IMAGE_NAME=nvidia IMAGE_TAG=v1 should be enough. For example to build the `cloud-nvidia`, `cloud-amd` and `cloud-intel` bootc containers, respectively: +make cloud-nvidia +make cloud-amd +make cloud-intel ``` # Troubleshooting