Skip to content

Commit

Permalink
Wth
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 17, 2024
1 parent af7c267 commit e25fde1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ transformers==4.44.2
MonkeyType
psutil
pyyaml
numpy==1.21.2
numpy
opencv-python
submitit
pynvml>=12.0.0
Expand Down
2 changes: 1 addition & 1 deletion torchbenchmark/models/Background_Matting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
opencv-python
numpy==1.21.2
pandas
Pillow
scikit-image
Expand Down
2 changes: 1 addition & 1 deletion torchbenchmark/models/tacotron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.21.2
numpy
inflect
scipy
Unidecode
Expand Down
2 changes: 1 addition & 1 deletion torchbenchmark/util/framework/detectron2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/facebookresearch/detectron2.git@0df2d73d0013db7de629602c23cc120219b4f2b8
omegaconf==2.3.0
numpy==1.21.2
numpy

0 comments on commit e25fde1

Please sign in to comment.