xintaozhen commited on
Commit
c466f84
Β·
verified Β·
1 Parent(s): 89266fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
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" width="100%">
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" width="100%">
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
+ ---