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 598fade commit ba904a2Copy full SHA for ba904a2
qa/L0_backend_python/examples/test.sh
@@ -39,6 +39,8 @@ 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
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
46
pip3 install torch==2.5.0 torchvision==0.20.0 --index-url https://download.pytorch.org/whl/cu124
0 commit comments