dlxj commited on
Commit
e5f7079
·
1 Parent(s): b38e418

KotobaASRLLM-GPU

Browse files
Files changed (2) hide show
  1. KotobaASRLLM_Cuda130/server.bat +1 -1
  2. server.bat +1 -1
KotobaASRLLM_Cuda130/server.bat CHANGED
@@ -1,5 +1,5 @@
1
  @echo off
2
  cd /d "%~dp0"
3
- title KotobaASRLLM port 8969
4
  whisper-server.exe -m ggml-kotoba-whisper-v2.0.bin -l ja -pr -pp -ot 0 --host 127.0.0.1 --port 8969 --output-json
5
  pause
 
1
  @echo off
2
  cd /d "%~dp0"
3
+ title KotobaASRLLM-GPU port 8969
4
  whisper-server.exe -m ggml-kotoba-whisper-v2.0.bin -l ja -pr -pp -ot 0 --host 127.0.0.1 --port 8969 --output-json
5
  pause
server.bat CHANGED
@@ -9,7 +9,7 @@ set "SERVER_PATH=%BASE_DIR%\whisper-server.exe"
9
  set "MODEL_PATH=%BASE_DIR%\ggml-kotoba-whisper-v2.0.bin"
10
 
11
 
12
- title KotobaASRLLM port 8969
13
  "%SERVER_PATH%" -m "%MODEL_PATH%" -l ja -pr -pp -ot 0 --host 127.0.0.1 --port 8969 --output-json
14
  pause
15
 
 
9
  set "MODEL_PATH=%BASE_DIR%\ggml-kotoba-whisper-v2.0.bin"
10
 
11
 
12
+ title KotobaASRLLM-GPU port 8969
13
  "%SERVER_PATH%" -m "%MODEL_PATH%" -l ja -pr -pp -ot 0 --host 127.0.0.1 --port 8969 --output-json
14
  pause
15