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.
|
| 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.
|
| 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"
|