Views
No views yet


| Model | Checkpoint | Size | License |
|---|---|---|---|
| SpiritSight-Agent-2B-base | 🤗 HF Link | 2B | InternVL |
| SpiritSight-Agent-8B-base | 🤗 HF Link | 8B | InternVL |
| SpiritSight-Agent-26B-base | 🤗 HF Link | 26B | InternVL |
1conda create -n spiritsight-agent python=3.9
2
3pip install -r requirements.txt
4pip install flash-attn==2.3.6 --no-build-isolation
5
6python infer_SSAgent-26B.py@misc{huang2025spiritsightagentadvancedgui,
title={SpiritSight Agent: Advanced GUI Agent with One Look},
author={Zhiyuan Huang and Ziming Cheng and Junting Pan and Zhaohui Hou and Mingjie Zhan},
year={2025},
eprint={2503.03196},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.03196},
}