Skip to content

Commit 977b15d

Browse files
committed
Adjust the L1 test to adhere to the normalized DALI plugin naming
- follow-up for NVIDIA#5750 Signed-off-by: Janusz Lisiecki <[email protected]>
1 parent 8535a3b commit 977b15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/TL1_tensorflow_plugin/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_body() {
1414
# Remove the old and installing "current" dali tf (built against installed TF)
1515
pip uninstall -y `pip list | grep nvidia-dali-tf-plugin | cut -d " " -f1` || true
1616

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

2020
# DALI TF run

0 commit comments

Comments
 (0)