We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8535a3b commit 977b15dCopy full SHA for 977b15d
qa/TL1_tensorflow_plugin/test.sh
@@ -14,7 +14,7 @@ test_body() {
14
# Remove the old and installing "current" dali tf (built against installed TF)
15
pip uninstall -y `pip list | grep nvidia-dali-tf-plugin | cut -d " " -f1` || true
16
17
- pip install --upgrade ../../../nvidia-dali-tf-plugin*.tar.gz
+ pip install --upgrade ../../../nvidia_dali_tf_plugin*.tar.gz
18
${python_invoke_test} test_dali_tf_plugin.py:TestDaliTfPluginLoadOk
19
20
# DALI TF run
0 commit comments