Skip to content

Commit

Permalink
pinned llvm-openmp version to avoid cpu affinity bug in pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
cheng-chi committed Sep 13, 2023
1 parent 5c3d54f commit 5aa9996
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies:
- diffusers=0.11.1
- av=10.0.0
- cmake=3.24.3
# trick to avoid cpu affinity issue described in https://github.com/pytorch/pytorch/issues/99625
- llvm-openmp=14
# trick to force reinstall imagecodecs via pip
- imagecodecs==2022.8.8
- pip:
Expand Down
2 changes: 2 additions & 0 deletions conda_environment_real.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies:
- diffusers=0.11.1
- av=10.0.0
- cmake=3.24.3
# trick to avoid cpu affinity issue described in https://github.com/pytorch/pytorch/issues/99625
- llvm-openmp=14
# trick to force reinstall imagecodecs via pip
- imagecodecs==2022.8.8
- pip:
Expand Down

0 comments on commit 5aa9996

Please sign in to comment.