Real-Time VLAs via Future-state-aware Asynchronous Inference.
497
stars
41
commits
Python
primary language
Apr 22, 2026
updated
VLASH is an efficient and easy-to-use framework for VLAs fine-tuning and inference.
VLASH is efficient through:
VLASH is easy to use with:
conda create -n "vlash" python=3.10
conda activate vlash
conda install ffmpeg=7.1.1 -c conda-forge
pip install -e .
pip install -U torch torchvision torchcodec
Fine-tune a VLA policy for your task, enabling smooth async inference without overhead:
vlash train examples/train/pi05/async.yaml
Run async inference on a robot:
vlash run examples/inference/async.yaml
Run async inference with 2x speedup:
vlash run examples/inference/async.yaml --action_quant_ratio=2
This project is built upon the following excellent open-source projects: LeRobot, PEFT.
Apache 2.0
Python
100.0%
Real-Time VLAs via Future-state-aware Asynchronous Inference.
497
stars
41
commits
Python
primary language
Apr 22, 2026
updated
VLASH is an efficient and easy-to-use framework for VLAs fine-tuning and inference.
VLASH is efficient through:
VLASH is easy to use with:
conda create -n "vlash" python=3.10
conda activate vlash
conda install ffmpeg=7.1.1 -c conda-forge
pip install -e .
pip install -U torch torchvision torchcodec
Fine-tune a VLA policy for your task, enabling smooth async inference without overhead:
vlash train examples/train/pi05/async.yaml
Run async inference on a robot:
vlash run examples/inference/async.yaml
Run async inference with 2x speedup:
vlash run examples/inference/async.yaml --action_quant_ratio=2
This project is built upon the following excellent open-source projects: LeRobot, PEFT.
Apache 2.0
Python
100.0%