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 ba904a2 commit ec3bccdCopy full SHA for ec3bccd
qa/L0_backend_python/examples/test.sh
@@ -39,7 +39,7 @@ rm -fr *.log python_backend/
39
# Install torch
40
pip3 uninstall -y torch
41
pip3 uninstall -y numpy
42
-# NOTE: Using this subtest as a test case that involves using a python model with
+# NOTE: Using this subtest as a test case that involves using a python model with
43
# numpy 2.X without changing the environments used in all the other test cases.
44
pip3 install "numpy>=2"
45
if [ "$TEST_JETSON" == "0" ] && [[ ${TEST_WINDOWS} == 0 ]]; then
0 commit comments