Skip to content

Commit

Permalink
fix: pin numpy version to prevent conflits (#114)
Browse files Browse the repository at this point in the history
This commit ensures that numpy<2.0.0 is used to prevent conflicts with
Pytorch 2.1.1. We can upgrade these packages in the future.
  • Loading branch information
rickstaa authored Jun 26, 2024
1 parent e5f4bf7 commit 57c5728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ peft==0.11.1
deepcache==0.1.1
safetensors==0.4.3
scipy==1.13.0
numpy==1.26.4

0 comments on commit 57c5728

Please sign in to comment.