GDby Google DeepMind
RT-2-Mobile
11%Mobile-class RT-2 distillation under DeepMind's research license.
Vision-Language-ActionCustomMIXEDvlarobotics
19K downloads 320 deploymentsUpdated Feb 14, 2028
Headline:31.8ms · NVIDIA Jetson Thor · MIXED
Deploy RT-2-Mobile
Pick a chip family. We hand you the artifacts (HEF, TRT engine, Core ML, ONNX) plus a one-click endpoint deploy. For private endpoints, on-prem deploy, or air-gapped distribution, see Enterprise.
NNVIDIA Jetson AGX Orin
# Build a TensorRT engine
$ focsle pull google-deepmind/rt-2-mobile --target jetson-agx-orin
$ focsle build trt --plan rt-2-mobile.plan \
--precision mixed \
--workspace 4G
# Run with TensorRT
import focsle.runtime as fr
m = fr.load("rt-2-mobile.plan", target="trt")
out = m.run(frame)One-click endpoint
Spins up a managed endpoint in the closest region. Pro and above.