change back port to 8880

This commit is contained in:
Cong Nguyen 2025-03-10 11:59:19 +11:00
parent 9a9bc4aca9
commit 6d2ca6421e

View file

@ -32,4 +32,4 @@ export PYTORCH_ENABLE_MPS_FALLBACK=1
# Run FastAPI with GPU extras using uv run
uv pip install -e .
uv run --no-sync uvicorn api.src.main:app --host 0.0.0.0 --port 8881
uv run --no-sync uvicorn api.src.main:app --host 0.0.0.0 --port 8880