Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kalyanr <[email protected]>
  • Loading branch information
rawwar committed Mar 5, 2024
1 parent 05dfd73 commit 7b89f55
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pandas>=1.5.2,<2
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch==2.0.1
torch>=2.0.1,<2.1.0
onnx>=1.15.0
accelerate>=0.27
sentence_transformers
sentence_transformers>=2.5.0,<2.6
tqdm>4.66.0,<5
transformers>=4.36.0,<5
deprecated>=1.2.14,<2
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pandas>=1.5.2,<2
matplotlib>=3.6.2,<4
numpy>=1.24.0,<2
opensearch-py>=2.2.0
torch==2.0.1
onnx
accelerate
sentence_transformers
tqdm
transformers
deprecated
torch>=2.0.1,<2.1.0
onnx>=1.15.0
accelerate>=0.27
sentence_transformers>=2.5.0,<2.6
tqdm>4.66.0,<5
transformers>=4.36.0,<5
deprecated>=1.2.14,<2

0 comments on commit 7b89f55

Please sign in to comment.