💬 Commit message: Update 2026-02-15 17:50:28, 6 files, 110 lines
📁 Files changed: 6 📝 Lines changed: 110 • deploy.md • Dockerfile • Dockerfile.rocm • README.md • deploy.sh • cli.py
This commit is contained in:
+1
-1
@@ -401,7 +401,7 @@ def config(
|
||||
@app.command()
|
||||
def serve(
|
||||
host: Annotated[str, typer.Option(help="Listen address.")] = "127.0.0.1",
|
||||
port: Annotated[int, typer.Option(help="Listen port.")] = 8080,
|
||||
port: Annotated[int, typer.Option(help="Listen port.")] = 51200,
|
||||
log_level: Annotated[str, typer.Option(help="Log level.")] = "info",
|
||||
) -> None:
|
||||
"""Start the tensors server (gallery and CivitAI management)."""
|
||||
|
||||
Reference in New Issue
Block a user