xintaozhen commited on
Commit
2a09cba
·
verified ·
1 Parent(s): b089912

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
 
@@ -112,6 +112,7 @@ vision_embedding = response.json()
112
  ### Call TensorRT-LLM (HTTP API)
113
 
114
  ```python
 
115
  import requests
116
 
117
  url = "http://llm.svc:8810/llm/generate"
 
36
  The MiniVLA deployment is designed with modular microservices:
37
 
38
  <p align="center">
39
+ <img src="System_Architecture.jpg">
40
  </p>
41
 
42
 
 
49
  ### Hybrid Acceleration
50
 
51
  <p align="center">
52
+ <img src="MiniVLA_Architecture.jpg">
53
  </p>
54
 
55
 
 
112
  ### Call TensorRT-LLM (HTTP API)
113
 
114
  ```python
115
+
116
  import requests
117
 
118
  url = "http://llm.svc:8810/llm/generate"