cooelf / Auto-GUI

Official implementation for "You Only Look at Screens: Multimodal Chain-of-Action Agents" (Findings of ACL 2024)
https://arxiv.org/abs/2309.11436
Apache License 2.0
174 stars 15 forks source link

How to deploy this model on sagemaker? #12

Open kirtishrinkhala opened 8 months ago

kirtishrinkhala commented 8 months ago

I tried deploying this model on sagemaker following the instructions on https://huggingface.co/docs/sagemaker/inference#deploy-a-model-from-the-hub and the inference calls are failing with the following error:

OSError: /.sagemaker/mms/models/cooelf__Auto-UI does not appear to have a file named config.json. Checkout 'https://huggingface.co//.sagemaker/mms/models/cooelf__Auto-UI/None' for available files.

Any pointers on how to get this running on sagemaker?