BoyuNLP commited on
Commit
3db368d
·
verified ·
1 Parent(s): 8bd16f0

Update README.md

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