sage / scripts /run_serve_cpu.sh
sage002's picture
feat: add authenticated remote control UI and ngrok launcher
4c64fd6 verified
raw
history blame contribute delete
121 Bytes
#!/usr/bin/env bash
set -euo pipefail
python -m serve.start --cpu --host "${HOST:-0.0.0.0}" --port "${PORT:-8001}" "$@"