feat: add MolmoAct2-BimanualYAM inference quickstart#2
Conversation
PROD.1 is live — anyone with an rfx_* API key + balance can now authorize
sessions for the molmoact2-bimanualyam baseModel and get routed to our
Modal BASELINE worker (us-west, B200).
quickstart_molmoact.py:
- Uses requests/numpy/pillow (no SDK required for the auth-test flow)
- Calls publicApi:authorizeSession with the user's API key
- Verifies worker health with the returned session token
- Live-tested: 422ms authorize + 109ms worker health
- Points to the full reflex-inc/reflex cli for closed-loop arm demos
README:
- New section 'MolmoAct2-BimanualYAM Inference (NEW)' inserted before
Prerequisites
- Documents pricing ($10/hr per GPU-second, ~$0.001 per inference),
quality (visually lossless, PSNR 38.8 dB), latency (220ms p50 RTT)
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds a new ChangesMolmoAct2-BimanualYAM Quickstart Script
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Live-tested today: authorize end-to-end works in 422ms, worker responds in 109ms.
Proves PROD.1 shipped — new users can sign up, top up, mint key, run inference.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.Summary by CodeRabbit
New Features
Documentation