Skip to content

Commit

Permalink
Merge pull request #171 from randombk/pr-no-reload
Browse files Browse the repository at this point in the history
  • Loading branch information
remsky authored Feb 22, 2025
2 parents b00c9ec + 2b99334 commit a6defbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web
# Run FastAPI with CPU extras using uv run
# Note: espeak may still require manual installation,
uv pip install -e ".[cpu]"
uv run uvicorn api.src.main:app --reload --host 0.0.0.0 --port 8880
uv run uvicorn api.src.main:app --host 0.0.0.0 --port 8880
2 changes: 1 addition & 1 deletion start-gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ export WEB_PLAYER_PATH=$PROJECT_ROOT/web

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

0 comments on commit a6defbf

Please sign in to comment.