Skip to content

Commit ba904a2

Browse files
Update qa/L0_backend_python/examples/test.sh
Co-authored-by: Ryan McCormick <[email protected]>
1 parent 598fade commit ba904a2

File tree

1 file changed

+2
-0
lines changed
  • qa/L0_backend_python/examples

1 file changed

+2
-0
lines changed

qa/L0_backend_python/examples/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ rm -fr *.log python_backend/
3939
# Install torch
4040
pip3 uninstall -y torch
4141
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.
4244
pip3 install "numpy>=2"
4345
if [ "$TEST_JETSON" == "0" ] && [[ ${TEST_WINDOWS} == 0 ]]; then
4446
pip3 install torch==2.5.0 torchvision==0.20.0 --index-url https://download.pytorch.org/whl/cu124

0 commit comments

Comments
 (0)