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 b13f996 commit d14ad02Copy full SHA for d14ad02
test_tipc/test_train_inference_python_npu.sh
@@ -29,6 +29,8 @@ fi
29
sed -i 's/use_gpu/use_npu/g' $FILENAME
30
# disable benchmark as AutoLog required nvidia-smi command
31
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
34
dataline=`cat $FILENAME`
35
36
# parser params
0 commit comments