Skip to content

Commit

Permalink
Add mkl packages to allow-list (#4976)
Browse files Browse the repository at this point in the history
This should fix nightly vision and audio failures:
https://github.com/pytorch/audio/actions/runs/8079701163/job/22077164916
  • Loading branch information
atalman authored Mar 1, 2024
1 parent df8eb74 commit ea9c3c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions s3_management/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@
"filelock",
"fsspec",
"idna",
"intel_openmp",
"Jinja2",
"lit",
"MarkupSafe",
"mpmath",
"mkl",
"nestedtensor",
"networkx",
"numpy",
Expand Down Expand Up @@ -87,6 +89,7 @@
"pytorch_triton_rocm",
"requests",
"sympy",
"tbb",
"torch",
"torch_tensorrt",
"torcharrow",
Expand Down

0 comments on commit ea9c3c7

Please sign in to comment.