Instructions to use chennana1028/gwp05-openarm-sbint-step20000 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use chennana1028/gwp05-openarm-sbint-step20000 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("chennana1028/gwp05-openarm-sbint-step20000", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
GigaWorld-Policy-0.5 路 SBInt OpenArm (step 20000)
Fine-tuned GigaWorld-Policy-0.5 MoT transformer on SBInt openarm002 (873 episodes, 16-dim absolute joints, left-first packing).
Contents
| File | Notes |
|---|---|
config.json |
CasualWorldActionTransformer_MoT, in/out_action_channels=16 |
diffusion_pytorch_model.bin |
EMA weights from train job 4306868 step 20000 |
norm_stats_sbint_abs.json |
Matching absolute-joint quantile norm stats |
Training snapshot
- Job: Slurm
4306868on002-partition-RAD, 2脳8 H100 - Steps: 20000 路 ckpt every 1000 路 eff batch 128
- Data:
/lustre/.../gwp_sbint/sbint_openarm_v30(LeRobot v3) - Base: HF GWP-0.5 + Wan Diffusers VAE via
lingbot_va_base - Code: https://github.com/zhujohn9604/giga-world-policy
Load
from world_action_model.models import CasualWorldActionTransformer_MoT
import torch
model = CasualWorldActionTransformer_MoT.from_pretrained(
"chennana1028/gwp05-openarm-sbint-step20000",
torch_dtype=torch.bfloat16,
)
Open-loop helper in the repo: scripts/open_loop_sbint_ep.py.
- Downloads last month
- 8