GitDeployHub

abdelstark/zawarudo

github.com/abdelstark/zawarudo ↗
Python
10 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • HF_TOKEN secret Hugging Face token: download the quentinll/lewm-pusht checkpoint and run HF Jobs. Needed only to build the real model package / run the…
  • WMCP_MODEL_ID Service configuration (read by src/wmcp_jepa_service/server.py)
  • WMCP_BACKEND backend: mock (default, no weights) | lewm (real LeWorldModel; needs a built model package)
  • WMCP_LOG_LEVEL
  • WMCP_ENABLE_PROMETHEUS
  • WMCP_BASE_URL Demo client (src client/)
  • WMCP_TRAFFIC_PROFILE
  • WMCP_TRAFFIC_INTERVAL
  • WMCP_TRAFFIC_LOOPS
  • WMCP_TRAFFIC_INCLUDE_INVALID
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abdelstark/zawarudo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abdelstark/zawarudo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abdelstark/zawarudo
Or deploy to a different host
← Try another repo