Skip to content

[ML] Upgrade to PyTorch 1.11 on Linux#2238

Merged
droberts195 merged 5 commits intoelastic:mainfrom
droberts195:linux_torch_1.11
Mar 30, 2022
Merged

[ML] Upgrade to PyTorch 1.11 on Linux#2238
droberts195 merged 5 commits intoelastic:mainfrom
droberts195:linux_torch_1.11

Conversation

@droberts195
Copy link
Copy Markdown

Together with #2233 and #2235 this completes the upgrade to
PyTorch 1.11 for all platforms.

A small change to the way things are done is that we now copy
all MKL libraries into the Docker images, then copy the required
subset into our release distribution. This means we can change
the subset of MKL libraries that we redistribute without having
to rebuild our Docker images.

Fixes #2126

Together with elastic#2233 and elastic#2235 this completes the upgrade to
PyTorch 1.11 for all platforms.

A small change to the way things are done is that we now copy
all MKL libraries into the Docker images, then copy the required
subset into our release distribution. This means we can change
the subset of MKL libraries that we redistribute without having
to rebuild our Docker images.

Fixes elastic#2126
@droberts195 droberts195 marked this pull request as ready for review March 28, 2022 08:23
Copy link
Copy Markdown
Contributor

@dimitris-athanasiou dimitris-athanasiou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@davidkyle davidkyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ML] Change the list of MKL libraries we redistribute

3 participants