Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Sep 3, 2024
1 parent 8c4eaba commit 0f46f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/generate_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _main():
if not cuda_version or interconnect == 'EFA':
entry['MOFED_VERSION'] = ''
else:
entry['MOFED_VERSION'] = 'latest-23.10'
entry['MOFED_VERSION'] = 'latest-24.07'

# Skip EFA drivers if not using EFA
if interconnect != 'EFA':
Expand Down

0 comments on commit 0f46f71

Please sign in to comment.