Views
No views yet
Acknowledgment: OmTrackVLA builds on the ideas introduced by the original TrackVLA project. Their partially-open release inspired this community-driven effort to keep the ecosystem open so researchers and developers can continue improving the stack together.


1from transformers import AutoModel
2
3model = AutoModel.from_pretrained("omlab/OmTrackVLA-0.6B").eval()trained_agent.py prefers HuggingFace weights when either env var is set:HF_MODEL_DIR=/abs/path/to/open_trackvla_hf (already downloaded)HF_MODEL_ID=omlab/OmTrackVLA-0.6B (auto-download via huggingface_hub)HF_MODEL_ID=omlab/OmTrackVLA-0.6B bash eval.sh