Skip to content

Commit

Permalink
Merge pull request containers#460 from danmcp/main
Browse files Browse the repository at this point in the history
README cleanup
  • Loading branch information
rhatdan authored May 3, 2024
2 parents a987adf + 2a7c7f8 commit e2ead10
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions training/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-<platform>`. For example:
Simply execute `make instruct-<platform>`. 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.

Expand Down Expand Up @@ -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-<platform>` 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-<platform>
```
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
Expand Down

0 comments on commit e2ead10

Please sign in to comment.