Hi, thanks for releasing LabVLA.
I downloaded zjunlp/LabVLA-5B-Base and deployed it with the official
deployment/serve_labvla.py.
The public HF checkpoint contains model.safetensors, config.json,
vlm_config.json and tokenizer/processor files, but it does not contain:
- norm_stats.json
- labvla_schema.json / labvla_schemas.json
- training_state/training_state.pt
The current checkpoint saver appears to save the model/VLM assets under
checkpoint/pretrained_model/, while norm_stats.json and schema files are
saved at the checkpoint root.
Could you please release the exact norm_stats.json used by
LabVLA-5B-Base, or preferably the full checkpoint root used for deployment?
Thanks!
Hi, thanks for releasing LabVLA.
I downloaded zjunlp/LabVLA-5B-Base and deployed it with the official
deployment/serve_labvla.py.
The public HF checkpoint contains model.safetensors, config.json,
vlm_config.json and tokenizer/processor files, but it does not contain:
The current checkpoint saver appears to save the model/VLM assets under
checkpoint/pretrained_model/, while norm_stats.json and schema files are
saved at the checkpoint root.
Could you please release the exact norm_stats.json used by
LabVLA-5B-Base, or preferably the full checkpoint root used for deployment?
Thanks!