Instructions to use OS-Copilot/OS-Genesis-7B-AW with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OS-Copilot/OS-Genesis-7B-AW with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") model = AutoModelForImageTextToText.from_pretrained("OS-Copilot/OS-Genesis-7B-AW") - Notebooks
- Google Colab
- Kaggle
Update pipeline tag to any-to-any
#1
by nielsr HF Staff - opened
This PR updates the pipeline_tag to any-to-any as it better reflects the model's functionality of taking image and text inputs and generating instructions for GUI interaction. A more specific pipeline tag would be beneficial if available in the future.
QiushiSun changed pull request status to merged