Skip to content

Commit

Permalink
Merge pull request #21 from columbia-ai-robotics/cchi/fix_cpu_affinity
Browse files Browse the repository at this point in the history
pinned llvm-openmp version to avoid cpu affinity bug in pytorch
  • Loading branch information
cheng-chi authored Sep 13, 2023
2 parents 5c3d54f + 5aa9996 commit 7dd9dc4
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 7dd9dc4

Please sign in to comment.