Skip to content

Commit d14ad02

Browse files
authored
update npu python version of tipc (PaddlePaddle#10461)
1 parent b13f996 commit d14ad02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test_tipc/test_train_inference_python_npu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ fi
2929
sed -i 's/use_gpu/use_npu/g' $FILENAME
3030
# disable benchmark as AutoLog required nvidia-smi command
3131
sed -i 's/--benchmark:True/--benchmark:False/g' $FILENAME
32+
# python has been updated to version 3.9 for npu backend
33+
sed -i "s/python3.7/python3.9/g" $FILENAME
3234
dataline=`cat $FILENAME`
3335

3436
# parser params

0 commit comments

Comments
 (0)