Views
No views yet
MINT-SJTU/Evo1_LIBERO
for inference with vla.cpp, a lightweight
C++ inference engine for Vision-Language-Action models built on top of
llama.cpp.| File | Size | Description |
|---|---|---|
evo1-libero.gguf | 1.45 GiB | Combined VLA model — InternVL3 LM + vision tower + cross-attn DiT action head + dataset stats + arch config, BF16 |
1# Terminal 1 — serve (use the CUDA build for inference). No mmproj argument.
2./build-cuda/vla-server --bind tcp://*:5566 \
3 evo1-libero.gguf
4
5# Terminal 2 — drive a LIBERO episode (inside the LIBERO uv venv)
6python eval/client/run_sim_client_direct.py \
7 --arch evo1 \
8 --task libero_object --task-id 0 --n-episodes 10 \
9 --vla-addr tcp://localhost:5566libero_object sweep (10 tasks × 20 episodes = 200 episodes):| Hardware | n_act | Success rate | client/step | client/call | Peak mem |
|---|---|---|---|---|---|
| RTX 3060 (sm_86) | 8 | 94.5% | 63.60 ms | 509 ms | 1564 MiB VRAM |
| Jetson AGX Orin (sm_87) | 8 | 95.5% | 131.01 ms | 1048 ms | 638 MiB RAM |
| Jetson Orin Nano 8 GB (sm_87) | 8 | 97.5% | 458.84 ms | 3671 ms | 2135 MiB RAM |
MINT-SJTU/Evo1_LIBERO. The
vla.cpp conversion tooling and inference engine are MIT-licensed.