Skip to content

Commit

Permalink
limit dependency ranges
Browse files Browse the repository at this point in the history
- automatic minor upgrades, must check for major

Signed-off-by: Anh-Uong <[email protected]>
  • Loading branch information
anhuong committed Feb 23, 2024
1 parent b9380e4 commit 9b76df0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
numpy
accelerate>=0.20.3
transformers>=4.34.1
torch
aim==3.17.5
sentencepiece
tokenizers>=0.13.3
tqdm
trl
ninja
peft>=0.8.0
datasets>=2.15.0
flash-attn
fire
numpy>=1.26.4,<2.0
accelerate>=0.20.3,<1.0
transformers>=4.34.1,<5.0
torch>=2.2.0,<3.0
aim>=3.17.5,<4.0
sentencepiece>=0.1.99,<2.0
tokenizers>=0.13.3,<1.0
tqdm>=4.66.2,<5.0
trl>=0.7.10,<1.0
ninja>=1.11.1.1,<2.0
peft>=0.8.0,<1.0
datasets>=2.15.0,<3.0
flash-attn>=2.5.3,<3.0
fire>=0.5.0,<1.0

0 comments on commit 9b76df0

Please sign in to comment.