Update README.md
Browse files
README.md
CHANGED
@@ -112,6 +112,13 @@ UGround is a storng GUI visual grounding model trained with a simple recipe. Che
|
|
112 |
```bash
|
113 |
vllm serve osunlp/UGround-V1-7B --api-key token-abc123 --dtype float16
|
114 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
### Visual Grounding Prompt
|
117 |
```python
|
|
|
112 |
```bash
|
113 |
vllm serve osunlp/UGround-V1-7B --api-key token-abc123 --dtype float16
|
114 |
```
|
115 |
+
or
|
116 |
+
|
117 |
+
```bash
|
118 |
+
python -m vllm.entrypoints.openai.api_server --served-model-name osunlp/UGround-V1-7B --model osunlp/UGround-V1-7B --dtype float16
|
119 |
+
```
|
120 |
+
You can find more instruction about training and inference in [Qwen2-VL's Official Repo](https://github.com/QwenLM/Qwen2-VL).
|
121 |
+
|
122 |
|
123 |
### Visual Grounding Prompt
|
124 |
```python
|