Skip to content

Commit

Permalink
Force downgrade of mkl (#14)
Browse files Browse the repository at this point in the history
* Force downgrade of mkl to 2024.0.0

Bug related to mkl prevents annexa from working using singularity, need to downgrade to older version of mkl and einops facebookresearch/esm#677 (comment)

* Revert "Force downgrade of mkl to 2024.0.0"

This reverts commit c347cc5.

* Revert

* Force mkl downgrade to 2024.0.0

* Update environment.yml
  • Loading branch information
N-Hoffmann authored May 6, 2024
1 parent 2d4a764 commit 8163878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ dependencies:
- conda-forge::git

- conda-forge::python=3.10.4
- pytorch::pytorch=1.12.0
- pytorch::cpuonly


- conda-forge::r-base=4.1
- conda-forge::r-rcolorbrewer
- conda-forge::r-tidyverse=1.3.2
Expand All @@ -23,3 +21,5 @@ dependencies:
- git+https://github.com/igdrion/transforkmers.git
- transformers==4.27.2
- tokenizers==0.13.2
- torch==1.12.0
- mkl==2024.0

0 comments on commit 8163878

Please sign in to comment.