Skip to content

Commit a6defbf

Browse files
authored
Merge pull request #171 from randombk/pr-no-reload
2 parents b00c9ec + 2b99334 commit a6defbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

start-cpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web
1414
# Run FastAPI with CPU extras using uv run
1515
# Note: espeak may still require manual installation,
1616
uv pip install -e ".[cpu]"
17-
uv run uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880
17+
uv run uvicorn api.src.main:app --host 0.0.0.0 --port 8880

start-gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web
1313

1414
# Run FastAPI with GPU extras using uv run
1515
uv pip install -e ".[gpu]"
16-
uv run uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880
16+
uv run uvicorn api.src.main:app --host 0.0.0.0 --port 8880

0 commit comments

Comments
 (0)