Update README.md
Browse files
README.md
CHANGED
@@ -77,4 +77,18 @@ vllm serve $CKPT \
|
|
77 |
--tensor-parallel-size $MP_SIZE \
|
78 |
--allowed-local-media-path '/' \
|
79 |
--port 4243
|
80 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
--tensor-parallel-size $MP_SIZE \
|
78 |
--allowed-local-media-path '/' \
|
79 |
--port 4243
|
80 |
+
```
|
81 |
+
|
82 |
+
## Citation
|
83 |
+
If you find our paper and model useful in your research, feel free to give us a cite.
|
84 |
+
```
|
85 |
+
@misc{ye2025mobileagentv3foundamentalagentsgui,
|
86 |
+
title={Mobile-Agent-v3: Foundamental Agents for GUI Automation},
|
87 |
+
author={Jiabo Ye and Xi Zhang and Haiyang Xu and Haowei Liu and Junyang Wang and Zhaoqing Zhu and Ziwei Zheng and Feiyu Gao and Junjie Cao and Zhengxi Lu and Jitong Liao and Qi Zheng and Fei Huang and Jingren Zhou and Ming Yan},
|
88 |
+
year={2025},
|
89 |
+
eprint={2508.15144},
|
90 |
+
archivePrefix={arXiv},
|
91 |
+
primaryClass={cs.AI},
|
92 |
+
url={https://arxiv.org/abs/2508.15144},
|
93 |
+
}
|
94 |
+
```
|