Skip to content

Commit

Permalink
[TIPC]update xpu tipc script (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
USTCKAY authored Aug 18, 2023
1 parent b4cc144 commit 0fa2b1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_tipc/test_train_inference_python_xpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ fi
sed -i "s/use_gpu/use_xpu/g" $FILENAME
# disable benchmark as AutoLog required nvidia-smi command
sed -i "s/--enable_benchmark:True/--enable_benchmark:False/g" $FILENAME
# python has been updated to version 3.9 for npu backend
sed -i "s/python3.7/python3.9/g" $FILENAME
dataline=`cat $FILENAME`

# change gpu to xpu in execution script
Expand Down

0 comments on commit 0fa2b1d

Please sign in to comment.