Skip to content

Commit

Permalink
update npu python version in tipc config (#8485)
Browse files Browse the repository at this point in the history
  • Loading branch information
YanhuiDua authored Jul 30, 2023
1 parent 394fabe commit be4ad2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_tipc/test_train_inference_python_npu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ FILENAME=$1
sed -i "s/--slim_config _template_pact/ /g" $FILENAME
sed -i "s/--slim_config _template_fpgm/ /g" $FILENAME
sed -i "s/--slim_config _template_kl_quant/ /g" $FILENAME
# python has been updated to version 3.9 for npu backend
sed -i "s/python3.7/python3.9/g" $FILENAME
sed -i 's/\"gpu\"/\"npu\"/g' test_tipc/test_train_inference_python.sh

# parser params
Expand Down

0 comments on commit be4ad2f

Please sign in to comment.