Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mlx-community
/
GUI-Owl-7B-6bit

Image-Text-to-Text
MLX
Safetensors
English
qwen2_5_vl
mlx-vlm
apple-silicon
conversational
gui
vision-language-model
gui-owl
mobile-agent-v3
computer-use
grounding
osworld
screenspot
6-bit
quantized
Model card Files Files and versions
xet
Community

Instructions to use mlx-community/GUI-Owl-7B-6bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use mlx-community/GUI-Owl-7B-6bit with MLX:

    # Make sure mlx-vlm is installed
    # pip install --upgrade mlx-vlm
    
    from mlx_vlm import load, generate
    from mlx_vlm.prompt_utils import apply_chat_template
    from mlx_vlm.utils import load_config
    
    # Load the model
    model, processor = load("mlx-community/GUI-Owl-7B-6bit")
    config = load_config("mlx-community/GUI-Owl-7B-6bit")
    
    # Prepare input
    image = ["http://images.cocodataset.org/val2017/000000039769.jpg"]
    prompt = "Describe this image."
    
    # Apply chat template
    formatted_prompt = apply_chat_template(
        processor, config, prompt, num_images=1
    )
    
    # Generate output
    output = generate(model, processor, formatted_prompt, image)
    print(output)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
GUI-Owl-7B-6bit
7.56 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Swaylen Hayes
Add files using upload-large-folder tool
717d02c verified 2 months ago
  • .gitattributes
    1.57 kB
    Add files using upload-large-folder tool 2 months ago
  • README.md
    5.76 kB
    Add files using upload-large-folder tool 2 months ago
  • chat_template.jinja
    1.02 kB
    Add files using upload-large-folder tool 2 months ago
  • chat_template.json
    1.05 kB
    Add files using upload-large-folder tool 2 months ago
  • config.json
    1.76 kB
    Add files using upload-large-folder tool 2 months ago
  • generation_config.json
    244 Bytes
    Add files using upload-large-folder tool 2 months ago
  • model-00001-of-00002.safetensors
    5.35 GB
    xet
    Add files using upload-large-folder tool 2 months ago
  • model-00002-of-00002.safetensors
    2.2 GB
    xet
    Add files using upload-large-folder tool 2 months ago
  • model.safetensors.index.json
    108 kB
    Add files using upload-large-folder tool 2 months ago
  • preprocessor_config.json
    350 Bytes
    Add files using upload-large-folder tool 2 months ago
  • processor_config.json
    1.42 kB
    Add files using upload-large-folder tool 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add files using upload-large-folder tool 2 months ago
  • tokenizer_config.json
    1.75 kB
    Add files using upload-large-folder tool 2 months ago
  • vocab.json
    2.78 MB
    Add files using upload-large-folder tool 2 months ago