Skip to content

Commit

Permalink
update examples requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 23, 2024
1 parent 6c5fe5a commit 76fab0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/openvino/audio-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers>=4.36.0,<4.46.0
datasets>=1.14.0,<2.20.0
evaluate
librosa
Expand Down
1 change: 1 addition & 0 deletions examples/openvino/image-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers>=4.36.0,<4.46.0
datasets>=1.14.0,<2.20.0
torch >= 1.9.0
torchvision>=0.6.0
Expand Down
1 change: 1 addition & 0 deletions examples/openvino/question-answering/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers>=4.36.0,<4.46.0
datasets>=1.14.0,<2.20.0
torch >= 1.9.0
evaluate
Expand Down
1 change: 1 addition & 0 deletions examples/openvino/text-classification/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
transformers>=4.36.0,<4.46.0
datasets>=1.14.0,<2.20.0
sentencepiece != 0.1.92
scipy
Expand Down

0 comments on commit 76fab0c

Please sign in to comment.