mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
removed testing start-gpu.bat
This commit is contained in:
parent
ab1c21130e
commit
737e49a3f9
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
set PYTHONUTF8=1
|
|
||||||
set USE_GPU=true
|
|
||||||
set USE_ONNX=false
|
|
||||||
set PYTHONPATH=%PROJECT_ROOT%;%PROJECT_ROOT%\api
|
|
||||||
set MODEL_DIR=src\models
|
|
||||||
set VOICES_DIR=src\voices\v1_0
|
|
||||||
set WEB_PLAYER_PATH=%PROJECT_ROOT%\web
|
|
||||||
|
|
||||||
call uv pip install -e ".[gpu]"
|
|
||||||
call uv run uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880
|
|
Loading…
Add table
Reference in a new issue