ScreenAgent icon indicating copy to clipboard operation
ScreenAgent copied to clipboard

ScreenAgent: A Computer Control Agent Driven by Visual Language Large Model

Results 19 ScreenAgent issues
Sort by recently updated
recently updated
newest added

再请教一个问题,训练好的sat模型如何再两张GPU上加载并推理? 我目前只有A100(40G)的版本,有时推理会报内u才能溢出。 请问如何设置多GPU推理? 下面模型加载部分如何设置呢?谢谢 `# load model model, model_args = AutoModel.from_pretrained( args.from_pretrained, args=argparse.Namespace( deepspeed=None, local_rank=0, rank=0, world_size=1, model_parallel_size=1, mode='inference', skip_init=True, use_gpu_initialization=True if torch.cuda.is_available() else False, device='cuda', overwrite_args={'model_parallel_size': 2}, **vars(args) ))...

Hello, I just wondering how manu GPU that we need to run this model? And is it support quantization method?

I got a blank desktop, is anybody encountering this? I am running on Macbook with M3 chip. Is this an issue with the AMD64? Below are some logs from the...

I have been working on a computer automating project below. The repo contains my thoughts and model architecture skeletons, even some working prototypes. The link: https://github.com/james4ever0/agi_computer_control If you don't mind,...

您好,给出的4个例子,程序在执行子任务时,都卡在Submit Actions,有以下两个问题请教: 1. 为什么卡在此处?此处功能是啥?做了啥操作? 2. 如何加速此处? ![CleanShot 2024-06-25 at 16 41 23](https://github.com/niuzaisheng/ScreenAgent/assets/31501856/670b239c-ec0c-4946-baba-adb9a403c16c) ![CleanShot 2024-06-25 at 16 41 37](https://github.com/niuzaisheng/ScreenAgent/assets/31501856/c960490e-db4b-4e69-ba72-8ba81f15b271)

Could you please help me to explain the missions of VNC server?