.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
brew install flyctl && fly launch --from https://github.com/abdelstark/zawarudo
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abdelstark/zawarudo
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abdelstark/zawarudo