Browse Source

修改launch.py为wenda.py

Samien 2 years ago
parent
commit
a1197b1109
1 changed files with 2 additions and 2 deletions
  1. 2 2
      run_rwkv.sh

+ 2 - 2
run_rwkv.sh

@@ -136,13 +136,13 @@ export PYTHON_BIN_RESTART=tmp/restart
 while [[ "$KEEP_GOING" -eq "1" ]]; do
     if [[ ! -z "${ACCELERATE}" ]] && [ ${ACCELERATE}="True" ] && [ -x "$(command -v accelerate)" ]; then
         printf "\n%s\n" "${delimiter}"
-        printf "Accelerating launch.py..."
+        printf "Accelerating wenda.py..."
         printf "\n%s\n" "${delimiter}"
         prepare_tcmalloc
         accelerate launch --num_cpu_threads_per_process=6 "${LAUNCH_SCRIPT}"  -t rwkv "$@"
     else
         printf "\n%s\n" "${delimiter}"
-        printf "Launching launch.py..."
+        printf "Launching wenda.py..."
         printf "\n%s\n" "${delimiter}"
         prepare_tcmalloc
         "${python_cmd}" -u "${LAUNCH_SCRIPT}"  -t rwkv "$@"

粤ICP备19079148号