update readme
Browse files
README.md
CHANGED
@@ -14,3 +14,8 @@ For more information, please refer to this repository:
|
|
14 |
> *VLM Demo*: Lightweight repo for chatting with VLMs supported by our
|
15 |
[VLM Evaluation Suite](https://github.com/TRI-ML/vlm-evaluation/tree/main).
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
14 |
> *VLM Demo*: Lightweight repo for chatting with VLMs supported by our
|
15 |
[VLM Evaluation Suite](https://github.com/TRI-ML/vlm-evaluation/tree/main).
|
16 |
|
17 |
+
# Huffing Face Space architecture
|
18 |
+
|
19 |
+
Hugging Face Space build a container image based on the `Dockerfile`. In this file, we use the base Nvidia base image and install additional packages and external repositories.
|
20 |
+
|
21 |
+
The Hugging Face Space start the container and execute `startup.sh`. The script loads each model on a separate GPU of the 4xA10G. Then it launches several processes: one for each model, the Gradio API controller and frontend.
|