path.sh 119 B

123
  1. export FUNASR_RUNTIME_ROOT=`pwd`/../
  2. export PATH=$FUNASR_RUNTIME_ROOT/onnxruntime/build/bin:$PWD:$PATH
  3. export LC_ALL=C