Skip to content

Commit

Permalink
Adjust the L1 test to adhere to the normalized DALI plugin naming (#5760
Browse files Browse the repository at this point in the history
)

- follow-up for #5750

Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL authored Dec 20, 2024
1 parent 3840520 commit 076d1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/TL1_tensorflow_plugin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_body() {
# Remove the old and installing "current" dali tf (built against installed TF)
pip uninstall -y `pip list | grep nvidia-dali-tf-plugin | cut -d " " -f1` || true

pip install --upgrade ../../../nvidia-dali-tf-plugin*.tar.gz
pip install --upgrade ../../../nvidia_dali_tf_plugin*.tar.gz
${python_invoke_test} test_dali_tf_plugin.py:TestDaliTfPluginLoadOk

# DALI TF run
Expand Down

0 comments on commit 076d1a2

Please sign in to comment.