Views
No views yet
armanakbari4/g1_fdmV2_allTasks_7500 — step 7500 of the
10000-step FDM-v2 post-training run on JingwuLuo/all_tasks_lerobot).
Target: 2-step video generation.armanakbari4/g1_fdmV2_allTasks_7500 (transformer/)distill_video_v2/config_g1_alltasks.py):
video (video-only consistency loss)num_ddim_timesteps=2 (k=500 stride → target 2-step generation)lcm_skip_k=6, EMA decay 0.995, huber loss (huber_c=0.001)transformer/ (LCM-distilled, EMA target)
— vae/, text_encoder/, tokenizer/ are unchanged from
robbyant/lingbot-va-base.| slug | instruction |
|---|---|
open_lid_add_potato | Open the pot's lid and put the potato inside the pot. |
pick_red_bottle | Pick up the red bottle |
pick_and_move_bottle | Pick the pink object and put it on the cross mark. |
put_carrot_n_cup | Pick up the carrot and put it inside the blue cup, then put the cup on the cross mark. |
put_cup_n_broccoli | Pick the pink object and put it in the orange basket, then pick up the broccoli and put it inside the pink object. |
1hf download robbyant/lingbot-va-base --local-dir lingbot-va-base
2hf download armanakbari4/g1_fdmV2_allTasksLCM_500 --local-dir alltaskslcm_500_dl
3
4mkdir -p g1_alltasksLCM_500
5ln -sf $(realpath alltaskslcm_500_dl/transformer) g1_alltasksLCM_500/transformer
6ln -sf $(realpath lingbot-va-base/vae) g1_alltasksLCM_500/vae
7ln -sf $(realpath lingbot-va-base/text_encoder) g1_alltasksLCM_500/text_encoder
8ln -sf $(realpath lingbot-va-base/tokenizer) g1_alltasksLCM_500/tokenizerCONFIG_NAME=g1_alltasks MODEL_PATH=g1_alltasksLCM_500 and set
num_inference_steps=2 (the distillation target).
transformer/config.json has attn_mode: torch (inference-ready).