Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ By exporting the **vision encoder** into ONNX and TensorRT engines, we significa
|
|
36 |
The MiniVLA deployment is designed with modular microservices:
|
37 |
|
38 |
<p align="center">
|
39 |
-
<img src="System_Architecture.svg"
|
40 |
</p>
|
41 |
|
42 |
|
@@ -49,7 +49,7 @@ The MiniVLA deployment is designed with modular microservices:
|
|
49 |
### Hybrid Acceleration
|
50 |
|
51 |
<p align="center">
|
52 |
-
<img src="MiniVLA_Architecture.svg"
|
53 |
</p>
|
54 |
|
55 |
|
@@ -79,6 +79,13 @@ The MiniVLA deployment is designed with modular microservices:
|
|
79 |
|
80 |
---
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
## π Usage
|
83 |
|
84 |
### Load Hugging Face Qwen-0.5B
|
@@ -148,9 +155,4 @@ If you use **MiniVLA** in your research or deployment, please cite:
|
|
148 |
|
149 |
We also acknowledge and thank the authors of [Stanford-ILIAD/minivla-vq-libero90-prismatic](https://huggingface.co/Stanford-ILIAD/minivla-vq-libero90-prismatic), which serves as the base for the checkpoints included in this repository.
|
150 |
|
151 |
-
---
|
152 |
-
|
153 |
-
## π Related Project
|
154 |
-
|
155 |
-
For full implementation and code, please visit the companion GitHub repository:
|
156 |
-
π [https://github.com/Zhenxintao/MiniVLA](https://github.com/Zhenxintao/MiniVLA)
|
|
|
36 |
The MiniVLA deployment is designed with modular microservices:
|
37 |
|
38 |
<p align="center">
|
39 |
+
<img src="System_Architecture.svg">
|
40 |
</p>
|
41 |
|
42 |
|
|
|
49 |
### Hybrid Acceleration
|
50 |
|
51 |
<p align="center">
|
52 |
+
<img src="MiniVLA_Architecture.svg">
|
53 |
</p>
|
54 |
|
55 |
|
|
|
79 |
|
80 |
---
|
81 |
|
82 |
+
|
83 |
+
## π Related Project
|
84 |
+
|
85 |
+
For full implementation and code, please visit the companion GitHub repository:
|
86 |
+
π [https://github.com/Zhenxintao/MiniVLA](https://github.com/Zhenxintao/MiniVLA)
|
87 |
+
|
88 |
+
|
89 |
## π Usage
|
90 |
|
91 |
### Load Hugging Face Qwen-0.5B
|
|
|
155 |
|
156 |
We also acknowledge and thank the authors of [Stanford-ILIAD/minivla-vq-libero90-prismatic](https://huggingface.co/Stanford-ILIAD/minivla-vq-libero90-prismatic), which serves as the base for the checkpoints included in this repository.
|
157 |
|
158 |
+
---
|
|
|
|
|
|
|
|
|
|