Views
No views yet
puttube task (step 29999)params/ + assets/xzj_data_0511/norm_stats.json)Inference-only —train_state/(optimizer + EMA) was stripped to keep the upload small (~12 GB vs full 42 GB).
huggingface-cli download magic0/forcevla-flexiv-tactar-june26 --local-dir ./checkpoints/29999inpaint-vla).1git clone https://github.com/SII-ZijunX/openpi-inpaint-vla.git
2cd openpi-inpaint-vla
3uv venv && source .venv/bin/activate
4uv pip install -e ".[pytorch]"
5
6# IMPORTANT: --asset_id xzj_data_0511 is required because this checkpoint
7# stores norm_stats under assets/xzj_data_0511/, not under the original
8# absolute training-data path.
9python scripts/inference_server_xzj_arx.py \
10 --checkpoint_dir ./checkpoints/29999 \
11 --asset_id xzj_data_0511 \
12 --zmq_port 6789params/ — Orbax/OCDBT sharded weights, load via
openpi.models.model.restore_params(ckpt/"params", dtype=jnp.bfloat16)assets/xzj_data_0511/norm_stats.json — z-score / quantile stats from
training data, required at inference time