Skip to content

Commit

Permalink
Add nose as a dependency to iterators tests (#5433)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Tokarski <ktokarski@nvidia.com>
  • Loading branch information
stiepan committed Apr 18, 2024
1 parent 4260a11 commit 1bc7fc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qa/TL2_FW_iterators_perf/test_paddle.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='paddlepaddle-gpu'
pip_packages='paddlepaddle-gpu nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL2_FW_iterators_perf/test_pytorch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='pillow torchvision torch opencv-python'
pip_packages='pillow torchvision torch opencv-python nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL2_FW_iterators_perf/test_tf.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='tensorflow-gpu'
pip_packages='tensorflow-gpu nose'
target_dir=./dali/test/python
one_config_only=true

Expand Down
2 changes: 1 addition & 1 deletion qa/TL2_RN50_data_perf/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
# used pip packages
pip_packages='opencv-python'
pip_packages='opencv-python nose'
target_dir=./dali/test/python

do_once() {
Expand Down

0 comments on commit 1bc7fc2

Please sign in to comment.