Skip to content

Commit

Permalink
commit change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Tang committed May 14, 2024
1 parent 4af5230 commit a5e6637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def _main():
entry['AWS_OFI_NCCL_VERSION'] = 'v1.9.1-aws'

pytorch_entries.append(entry)

nightly_entry = {
'AWS_OFI_NCCL_VERSION': '',
'BASE_IMAGE': 'nvidia/cuda:12.1.1-cudnn8-devel-ubuntu20.04',
Expand All @@ -243,6 +244,7 @@ def _main():
'TORCHVISION_VERSION': '0.19.0',
}
pytorch_entries.append(nightly_entry)

composer_entries = []

# The `GIT_COMMIT` is a placeholder and Jenkins will substitute it with the actual git commit for the `composer_staging` images
Expand Down

0 comments on commit a5e6637

Please sign in to comment.